mocks1_2

package
v3.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package mocks1_2 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InternalCoreDriver

func InternalCoreDriver(instance core1_0.Instance, device core1_0.Device, loader loader.Loader) core1_2.CoreDeviceDriver

func InternalCoreInstanceDriver

func InternalCoreInstanceDriver(instance core1_0.Instance, loader loader.Loader) core1_2.CoreInstanceDriver

func InternalDeviceDriver

func InternalDeviceDriver(device core1_0.Device, loader loader.Loader) core1_2.DeviceDriver

Types

type MockCoreDeviceDriver

type MockCoreDeviceDriver struct {
	// contains filtered or unexported fields
}

MockCoreDeviceDriver is a mock of CoreDeviceDriver interface.

func NewMockCoreDeviceDriver

func NewMockCoreDeviceDriver(ctrl *gomock.Controller) *MockCoreDeviceDriver

NewMockCoreDeviceDriver creates a new mock instance.

func (*MockCoreDeviceDriver) AllocateCommandBuffers

AllocateCommandBuffers mocks base method.

func (*MockCoreDeviceDriver) AllocateDescriptorSets

AllocateDescriptorSets mocks base method.

func (*MockCoreDeviceDriver) AllocateMemory

AllocateMemory mocks base method.

func (*MockCoreDeviceDriver) BeginCommandBuffer

func (m *MockCoreDeviceDriver) BeginCommandBuffer(commandBuffer core1_0.CommandBuffer, o core1_0.CommandBufferBeginInfo) (common.VkResult, error)

BeginCommandBuffer mocks base method.

func (*MockCoreDeviceDriver) BindBufferMemory

func (m *MockCoreDeviceDriver) BindBufferMemory(buffer core1_0.Buffer, memory core1_0.DeviceMemory, offset int) (common.VkResult, error)

BindBufferMemory mocks base method.

func (*MockCoreDeviceDriver) BindBufferMemory2

func (m *MockCoreDeviceDriver) BindBufferMemory2(o ...core1_1.BindBufferMemoryInfo) (common.VkResult, error)

BindBufferMemory2 mocks base method.

func (*MockCoreDeviceDriver) BindImageMemory

func (m *MockCoreDeviceDriver) BindImageMemory(image core1_0.Image, memory core1_0.DeviceMemory, offset int) (common.VkResult, error)

BindImageMemory mocks base method.

func (*MockCoreDeviceDriver) BindImageMemory2

BindImageMemory2 mocks base method.

func (*MockCoreDeviceDriver) CmdBeginQuery

func (m *MockCoreDeviceDriver) CmdBeginQuery(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, query int, flags core1_0.QueryControlFlags)

CmdBeginQuery mocks base method.

func (*MockCoreDeviceDriver) CmdBeginRenderPass

func (m *MockCoreDeviceDriver) CmdBeginRenderPass(commandBuffer core1_0.CommandBuffer, contents core1_0.SubpassContents, o core1_0.RenderPassBeginInfo) error

CmdBeginRenderPass mocks base method.

func (*MockCoreDeviceDriver) CmdBeginRenderPass2

func (m *MockCoreDeviceDriver) CmdBeginRenderPass2(commandBuffer core1_0.CommandBuffer, renderPassBegin core1_0.RenderPassBeginInfo, subpassBegin core1_2.SubpassBeginInfo) error

CmdBeginRenderPass2 mocks base method.

func (*MockCoreDeviceDriver) CmdBindDescriptorSets

func (m *MockCoreDeviceDriver) CmdBindDescriptorSets(commandBuffer core1_0.CommandBuffer, bindPoint core1_0.PipelineBindPoint, layout core1_0.PipelineLayout, firstSet int, sets []core1_0.DescriptorSet, dynamicOffsets []int)

CmdBindDescriptorSets mocks base method.

func (*MockCoreDeviceDriver) CmdBindIndexBuffer

func (m *MockCoreDeviceDriver) CmdBindIndexBuffer(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset int, indexType core1_0.IndexType)

CmdBindIndexBuffer mocks base method.

func (*MockCoreDeviceDriver) CmdBindPipeline

func (m *MockCoreDeviceDriver) CmdBindPipeline(commandBuffer core1_0.CommandBuffer, bindPoint core1_0.PipelineBindPoint, pipeline core1_0.Pipeline)

CmdBindPipeline mocks base method.

func (*MockCoreDeviceDriver) CmdBindVertexBuffers

func (m *MockCoreDeviceDriver) CmdBindVertexBuffers(commandBuffer core1_0.CommandBuffer, firstBinding int, buffers []core1_0.Buffer, bufferOffsets []int)

CmdBindVertexBuffers mocks base method.

func (*MockCoreDeviceDriver) CmdBlitImage

func (m *MockCoreDeviceDriver) CmdBlitImage(commandBuffer core1_0.CommandBuffer, sourceImage core1_0.Image, sourceImageLayout core1_0.ImageLayout, destinationImage core1_0.Image, destinationImageLayout core1_0.ImageLayout, regions []core1_0.ImageBlit, filter core1_0.Filter) error

CmdBlitImage mocks base method.

func (*MockCoreDeviceDriver) CmdClearAttachments

func (m *MockCoreDeviceDriver) CmdClearAttachments(commandBuffer core1_0.CommandBuffer, attachments []core1_0.ClearAttachment, rects []core1_0.ClearRect) error

CmdClearAttachments mocks base method.

func (*MockCoreDeviceDriver) CmdClearColorImage

func (m *MockCoreDeviceDriver) CmdClearColorImage(commandBuffer core1_0.CommandBuffer, image core1_0.Image, imageLayout core1_0.ImageLayout, color core1_0.ClearColorValue, ranges ...core1_0.ImageSubresourceRange)

CmdClearColorImage mocks base method.

func (*MockCoreDeviceDriver) CmdClearDepthStencilImage

func (m *MockCoreDeviceDriver) CmdClearDepthStencilImage(commandBuffer core1_0.CommandBuffer, image core1_0.Image, imageLayout core1_0.ImageLayout, depthStencil *core1_0.ClearValueDepthStencil, ranges ...core1_0.ImageSubresourceRange)

CmdClearDepthStencilImage mocks base method.

func (*MockCoreDeviceDriver) CmdCopyBuffer

func (m *MockCoreDeviceDriver) CmdCopyBuffer(commandBuffer core1_0.CommandBuffer, srcBuffer, dstBuffer core1_0.Buffer, copyRegions ...core1_0.BufferCopy) error

CmdCopyBuffer mocks base method.

func (*MockCoreDeviceDriver) CmdCopyBufferToImage

func (m *MockCoreDeviceDriver) CmdCopyBufferToImage(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, image core1_0.Image, layout core1_0.ImageLayout, regions ...core1_0.BufferImageCopy) error

CmdCopyBufferToImage mocks base method.

func (*MockCoreDeviceDriver) CmdCopyImage

func (m *MockCoreDeviceDriver) CmdCopyImage(commandBuffer core1_0.CommandBuffer, srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstImage core1_0.Image, dstImageLayout core1_0.ImageLayout, regions ...core1_0.ImageCopy) error

CmdCopyImage mocks base method.

func (*MockCoreDeviceDriver) CmdCopyImageToBuffer

func (m *MockCoreDeviceDriver) CmdCopyImageToBuffer(commandBuffer core1_0.CommandBuffer, srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstBuffer core1_0.Buffer, regions ...core1_0.BufferImageCopy) error

CmdCopyImageToBuffer mocks base method.

func (*MockCoreDeviceDriver) CmdCopyQueryPoolResults

func (m *MockCoreDeviceDriver) CmdCopyQueryPoolResults(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, firstQuery, queryCount int, dstBuffer core1_0.Buffer, dstOffset, stride int, flags core1_0.QueryResultFlags)

CmdCopyQueryPoolResults mocks base method.

func (*MockCoreDeviceDriver) CmdDispatch

func (m *MockCoreDeviceDriver) CmdDispatch(commandBuffer core1_0.CommandBuffer, groupCountX, groupCountY, groupCountZ int)

CmdDispatch mocks base method.

func (*MockCoreDeviceDriver) CmdDispatchBase

func (m *MockCoreDeviceDriver) CmdDispatchBase(commandBuffer core1_0.CommandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ int)

CmdDispatchBase mocks base method.

func (*MockCoreDeviceDriver) CmdDispatchIndirect

func (m *MockCoreDeviceDriver) CmdDispatchIndirect(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset int)

CmdDispatchIndirect mocks base method.

func (*MockCoreDeviceDriver) CmdDraw

func (m *MockCoreDeviceDriver) CmdDraw(commandBuffer core1_0.CommandBuffer, vertexCount, instanceCount int, firstVertex, firstInstance uint32)

CmdDraw mocks base method.

func (*MockCoreDeviceDriver) CmdDrawIndexed

func (m *MockCoreDeviceDriver) CmdDrawIndexed(commandBuffer core1_0.CommandBuffer, indexCount, instanceCount int, firstIndex uint32, vertexOffset int, firstInstance uint32)

CmdDrawIndexed mocks base method.

func (*MockCoreDeviceDriver) CmdDrawIndexedIndirect

func (m *MockCoreDeviceDriver) CmdDrawIndexedIndirect(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndexedIndirect mocks base method.

func (*MockCoreDeviceDriver) CmdDrawIndexedIndirectCount

func (m *MockCoreDeviceDriver) CmdDrawIndexedIndirectCount(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset uint64, countBuffer core1_0.Buffer, countBufferOffset uint64, maxDrawCount, stride int)

CmdDrawIndexedIndirectCount mocks base method.

func (*MockCoreDeviceDriver) CmdDrawIndirect

func (m *MockCoreDeviceDriver) CmdDrawIndirect(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndirect mocks base method.

func (*MockCoreDeviceDriver) CmdDrawIndirectCount

func (m *MockCoreDeviceDriver) CmdDrawIndirectCount(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset uint64, countBuffer core1_0.Buffer, countBufferOffset uint64, maxDrawCount, stride int)

CmdDrawIndirectCount mocks base method.

func (*MockCoreDeviceDriver) CmdEndQuery

func (m *MockCoreDeviceDriver) CmdEndQuery(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, query int)

CmdEndQuery mocks base method.

func (*MockCoreDeviceDriver) CmdEndRenderPass

func (m *MockCoreDeviceDriver) CmdEndRenderPass(commandBuffer core1_0.CommandBuffer)

CmdEndRenderPass mocks base method.

func (*MockCoreDeviceDriver) CmdEndRenderPass2

func (m *MockCoreDeviceDriver) CmdEndRenderPass2(commandBuffer core1_0.CommandBuffer, subpassEnd core1_2.SubpassEndInfo) error

CmdEndRenderPass2 mocks base method.

func (*MockCoreDeviceDriver) CmdExecuteCommands

func (m *MockCoreDeviceDriver) CmdExecuteCommands(commandBuffer core1_0.CommandBuffer, commandBuffers ...core1_0.CommandBuffer)

CmdExecuteCommands mocks base method.

func (*MockCoreDeviceDriver) CmdFillBuffer

func (m *MockCoreDeviceDriver) CmdFillBuffer(commandBuffer core1_0.CommandBuffer, dstBuffer core1_0.Buffer, dstOffset, size int, data uint32)

CmdFillBuffer mocks base method.

func (*MockCoreDeviceDriver) CmdNextSubpass

func (m *MockCoreDeviceDriver) CmdNextSubpass(commandBuffer core1_0.CommandBuffer, contents core1_0.SubpassContents)

CmdNextSubpass mocks base method.

func (*MockCoreDeviceDriver) CmdNextSubpass2

func (m *MockCoreDeviceDriver) CmdNextSubpass2(commandBuffer core1_0.CommandBuffer, subpassBegin core1_2.SubpassBeginInfo, subpassEnd core1_2.SubpassEndInfo) error

CmdNextSubpass2 mocks base method.

func (*MockCoreDeviceDriver) CmdPipelineBarrier

func (m *MockCoreDeviceDriver) CmdPipelineBarrier(commandBuffer core1_0.CommandBuffer, srcStageMask, dstStageMask core1_0.PipelineStageFlags, dependencies core1_0.DependencyFlags, memoryBarriers []core1_0.MemoryBarrier, bufferMemoryBarriers []core1_0.BufferMemoryBarrier, imageMemoryBarriers []core1_0.ImageMemoryBarrier) error

CmdPipelineBarrier mocks base method.

func (*MockCoreDeviceDriver) CmdPushConstants

func (m *MockCoreDeviceDriver) CmdPushConstants(commandBuffer core1_0.CommandBuffer, layout core1_0.PipelineLayout, stageFlags core1_0.ShaderStageFlags, offset int, valueBytes []byte)

CmdPushConstants mocks base method.

func (*MockCoreDeviceDriver) CmdResetEvent

func (m *MockCoreDeviceDriver) CmdResetEvent(commandBuffer core1_0.CommandBuffer, event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdResetEvent mocks base method.

func (*MockCoreDeviceDriver) CmdResetQueryPool

func (m *MockCoreDeviceDriver) CmdResetQueryPool(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, startQuery, queryCount int)

CmdResetQueryPool mocks base method.

func (*MockCoreDeviceDriver) CmdResolveImage

func (m *MockCoreDeviceDriver) CmdResolveImage(commandBuffer core1_0.CommandBuffer, srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstImage core1_0.Image, dstImageLayout core1_0.ImageLayout, regions ...core1_0.ImageResolve) error

CmdResolveImage mocks base method.

func (*MockCoreDeviceDriver) CmdSetBlendConstants

func (m *MockCoreDeviceDriver) CmdSetBlendConstants(commandBuffer core1_0.CommandBuffer, blendConstants [4]float32)

CmdSetBlendConstants mocks base method.

func (*MockCoreDeviceDriver) CmdSetDepthBias

func (m *MockCoreDeviceDriver) CmdSetDepthBias(commandBuffer core1_0.CommandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor float32)

CmdSetDepthBias mocks base method.

func (*MockCoreDeviceDriver) CmdSetDepthBounds

func (m *MockCoreDeviceDriver) CmdSetDepthBounds(commandBuffer core1_0.CommandBuffer, min, max float32)

CmdSetDepthBounds mocks base method.

func (*MockCoreDeviceDriver) CmdSetDeviceMask

func (m *MockCoreDeviceDriver) CmdSetDeviceMask(commandBuffer core1_0.CommandBuffer, deviceMask uint32)

CmdSetDeviceMask mocks base method.

func (*MockCoreDeviceDriver) CmdSetEvent

func (m *MockCoreDeviceDriver) CmdSetEvent(commandBuffer core1_0.CommandBuffer, event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdSetEvent mocks base method.

func (*MockCoreDeviceDriver) CmdSetLineWidth

func (m *MockCoreDeviceDriver) CmdSetLineWidth(commandBuffer core1_0.CommandBuffer, lineWidth float32)

CmdSetLineWidth mocks base method.

func (*MockCoreDeviceDriver) CmdSetScissor

func (m *MockCoreDeviceDriver) CmdSetScissor(commandBuffer core1_0.CommandBuffer, scissors ...core1_0.Rect2D)

CmdSetScissor mocks base method.

func (*MockCoreDeviceDriver) CmdSetStencilCompareMask

func (m *MockCoreDeviceDriver) CmdSetStencilCompareMask(commandBuffer core1_0.CommandBuffer, faceMask core1_0.StencilFaceFlags, compareMask uint32)

CmdSetStencilCompareMask mocks base method.

func (*MockCoreDeviceDriver) CmdSetStencilReference

func (m *MockCoreDeviceDriver) CmdSetStencilReference(commandBuffer core1_0.CommandBuffer, faceMask core1_0.StencilFaceFlags, reference uint32)

CmdSetStencilReference mocks base method.

func (*MockCoreDeviceDriver) CmdSetStencilWriteMask

func (m *MockCoreDeviceDriver) CmdSetStencilWriteMask(commandBuffer core1_0.CommandBuffer, faceMask core1_0.StencilFaceFlags, writeMask uint32)

CmdSetStencilWriteMask mocks base method.

func (*MockCoreDeviceDriver) CmdSetViewport

func (m *MockCoreDeviceDriver) CmdSetViewport(commandBuffer core1_0.CommandBuffer, viewports ...core1_0.Viewport)

CmdSetViewport mocks base method.

func (*MockCoreDeviceDriver) CmdUpdateBuffer

func (m *MockCoreDeviceDriver) CmdUpdateBuffer(commandBuffer core1_0.CommandBuffer, dstBuffer core1_0.Buffer, dstOffset, dataSize int, data []byte)

CmdUpdateBuffer mocks base method.

func (*MockCoreDeviceDriver) CmdWaitEvents

func (m *MockCoreDeviceDriver) CmdWaitEvents(commandBuffer core1_0.CommandBuffer, events []core1_0.Event, srcStageMask, dstStageMask core1_0.PipelineStageFlags, memoryBarriers []core1_0.MemoryBarrier, bufferMemoryBarriers []core1_0.BufferMemoryBarrier, imageMemoryBarriers []core1_0.ImageMemoryBarrier) error

CmdWaitEvents mocks base method.

func (*MockCoreDeviceDriver) CmdWriteTimestamp

func (m *MockCoreDeviceDriver) CmdWriteTimestamp(commandBuffer core1_0.CommandBuffer, pipelineStage core1_0.PipelineStageFlags, queryPool core1_0.QueryPool, query int)

CmdWriteTimestamp mocks base method.

func (*MockCoreDeviceDriver) CreateBuffer

CreateBuffer mocks base method.

func (*MockCoreDeviceDriver) CreateBufferView

CreateBufferView mocks base method.

func (*MockCoreDeviceDriver) CreateCommandPool

CreateCommandPool mocks base method.

func (*MockCoreDeviceDriver) CreateComputePipelines

func (m *MockCoreDeviceDriver) CreateComputePipelines(pipelineCache *core1_0.PipelineCache, allocationCallbacks *loader.AllocationCallbacks, o ...core1_0.ComputePipelineCreateInfo) ([]core1_0.Pipeline, common.VkResult, error)

CreateComputePipelines mocks base method.

func (*MockCoreDeviceDriver) CreateDescriptorPool

CreateDescriptorPool mocks base method.

func (*MockCoreDeviceDriver) CreateDescriptorSetLayout

CreateDescriptorSetLayout mocks base method.

func (*MockCoreDeviceDriver) CreateDescriptorUpdateTemplate

CreateDescriptorUpdateTemplate mocks base method.

func (*MockCoreDeviceDriver) CreateEvent

func (m *MockCoreDeviceDriver) CreateEvent(allocationCallbacks *loader.AllocationCallbacks, options core1_0.EventCreateInfo) (core1_0.Event, common.VkResult, error)

CreateEvent mocks base method.

func (*MockCoreDeviceDriver) CreateFence

CreateFence mocks base method.

func (*MockCoreDeviceDriver) CreateFramebuffer

CreateFramebuffer mocks base method.

func (*MockCoreDeviceDriver) CreateGraphicsPipelines

func (m *MockCoreDeviceDriver) CreateGraphicsPipelines(pipelineCache *core1_0.PipelineCache, allocationCallbacks *loader.AllocationCallbacks, o ...core1_0.GraphicsPipelineCreateInfo) ([]core1_0.Pipeline, common.VkResult, error)

CreateGraphicsPipelines mocks base method.

func (*MockCoreDeviceDriver) CreateImage

func (m *MockCoreDeviceDriver) CreateImage(allocationCallbacks *loader.AllocationCallbacks, options core1_0.ImageCreateInfo) (core1_0.Image, common.VkResult, error)

CreateImage mocks base method.

func (*MockCoreDeviceDriver) CreateImageView

CreateImageView mocks base method.

func (*MockCoreDeviceDriver) CreatePipelineCache

CreatePipelineCache mocks base method.

func (*MockCoreDeviceDriver) CreatePipelineLayout

CreatePipelineLayout mocks base method.

func (*MockCoreDeviceDriver) CreateQueryPool

CreateQueryPool mocks base method.

func (*MockCoreDeviceDriver) CreateRenderPass

CreateRenderPass mocks base method.

func (*MockCoreDeviceDriver) CreateRenderPass2

CreateRenderPass2 mocks base method.

func (*MockCoreDeviceDriver) CreateSampler

CreateSampler mocks base method.

func (*MockCoreDeviceDriver) CreateSamplerYcbcrConversion

CreateSamplerYcbcrConversion mocks base method.

func (*MockCoreDeviceDriver) CreateSemaphore

CreateSemaphore mocks base method.

func (*MockCoreDeviceDriver) CreateShaderModule

CreateShaderModule mocks base method.

func (*MockCoreDeviceDriver) DestroyBuffer

func (m *MockCoreDeviceDriver) DestroyBuffer(buffer core1_0.Buffer, callbacks *loader.AllocationCallbacks)

DestroyBuffer mocks base method.

func (*MockCoreDeviceDriver) DestroyBufferView

func (m *MockCoreDeviceDriver) DestroyBufferView(bufferView core1_0.BufferView, callbacks *loader.AllocationCallbacks)

DestroyBufferView mocks base method.

func (*MockCoreDeviceDriver) DestroyCommandPool

func (m *MockCoreDeviceDriver) DestroyCommandPool(commandPool core1_0.CommandPool, callbacks *loader.AllocationCallbacks)

DestroyCommandPool mocks base method.

func (*MockCoreDeviceDriver) DestroyDescriptorPool

func (m *MockCoreDeviceDriver) DestroyDescriptorPool(descriptorPool core1_0.DescriptorPool, callbacks *loader.AllocationCallbacks)

DestroyDescriptorPool mocks base method.

func (*MockCoreDeviceDriver) DestroyDescriptorSetLayout

func (m *MockCoreDeviceDriver) DestroyDescriptorSetLayout(descriptorSetLayout core1_0.DescriptorSetLayout, callbacks *loader.AllocationCallbacks)

DestroyDescriptorSetLayout mocks base method.

func (*MockCoreDeviceDriver) DestroyDescriptorUpdateTemplate

func (m *MockCoreDeviceDriver) DestroyDescriptorUpdateTemplate(template core1_1.DescriptorUpdateTemplate, allocator *loader.AllocationCallbacks)

DestroyDescriptorUpdateTemplate mocks base method.

func (*MockCoreDeviceDriver) DestroyDevice

func (m *MockCoreDeviceDriver) DestroyDevice(callbacks *loader.AllocationCallbacks)

DestroyDevice mocks base method.

func (*MockCoreDeviceDriver) DestroyEvent

func (m *MockCoreDeviceDriver) DestroyEvent(event core1_0.Event, callbacks *loader.AllocationCallbacks)

DestroyEvent mocks base method.

func (*MockCoreDeviceDriver) DestroyFence

func (m *MockCoreDeviceDriver) DestroyFence(fence core1_0.Fence, callbacks *loader.AllocationCallbacks)

DestroyFence mocks base method.

func (*MockCoreDeviceDriver) DestroyFramebuffer

func (m *MockCoreDeviceDriver) DestroyFramebuffer(framebuffer core1_0.Framebuffer, callbacks *loader.AllocationCallbacks)

DestroyFramebuffer mocks base method.

func (*MockCoreDeviceDriver) DestroyImage

func (m *MockCoreDeviceDriver) DestroyImage(image core1_0.Image, callbacks *loader.AllocationCallbacks)

DestroyImage mocks base method.

func (*MockCoreDeviceDriver) DestroyImageView

func (m *MockCoreDeviceDriver) DestroyImageView(image core1_0.ImageView, callbacks *loader.AllocationCallbacks)

DestroyImageView mocks base method.

func (*MockCoreDeviceDriver) DestroyPipeline

func (m *MockCoreDeviceDriver) DestroyPipeline(pipeline core1_0.Pipeline, callbacks *loader.AllocationCallbacks)

DestroyPipeline mocks base method.

func (*MockCoreDeviceDriver) DestroyPipelineCache

func (m *MockCoreDeviceDriver) DestroyPipelineCache(cache core1_0.PipelineCache, callbacks *loader.AllocationCallbacks)

DestroyPipelineCache mocks base method.

func (*MockCoreDeviceDriver) DestroyPipelineLayout

func (m *MockCoreDeviceDriver) DestroyPipelineLayout(layout core1_0.PipelineLayout, callbacks *loader.AllocationCallbacks)

DestroyPipelineLayout mocks base method.

func (*MockCoreDeviceDriver) DestroyQueryPool

func (m *MockCoreDeviceDriver) DestroyQueryPool(queryPool core1_0.QueryPool, callbacks *loader.AllocationCallbacks)

DestroyQueryPool mocks base method.

func (*MockCoreDeviceDriver) DestroyRenderPass

func (m *MockCoreDeviceDriver) DestroyRenderPass(renderPass core1_0.RenderPass, callbacks *loader.AllocationCallbacks)

DestroyRenderPass mocks base method.

func (*MockCoreDeviceDriver) DestroySampler

func (m *MockCoreDeviceDriver) DestroySampler(sampler core1_0.Sampler, callbacks *loader.AllocationCallbacks)

DestroySampler mocks base method.

func (*MockCoreDeviceDriver) DestroySamplerYcbcrConversion

func (m *MockCoreDeviceDriver) DestroySamplerYcbcrConversion(conversion core1_1.SamplerYcbcrConversion, allocator *loader.AllocationCallbacks)

DestroySamplerYcbcrConversion mocks base method.

func (*MockCoreDeviceDriver) DestroySemaphore

func (m *MockCoreDeviceDriver) DestroySemaphore(semaphore core1_0.Semaphore, callbacks *loader.AllocationCallbacks)

DestroySemaphore mocks base method.

func (*MockCoreDeviceDriver) DestroyShaderModule

func (m *MockCoreDeviceDriver) DestroyShaderModule(shaderModule core1_0.ShaderModule, callbacks *loader.AllocationCallbacks)

DestroyShaderModule mocks base method.

func (*MockCoreDeviceDriver) Device

func (m *MockCoreDeviceDriver) Device() core1_0.Device

Device mocks base method.

func (*MockCoreDeviceDriver) DeviceWaitIdle

func (m *MockCoreDeviceDriver) DeviceWaitIdle() (common.VkResult, error)

DeviceWaitIdle mocks base method.

func (*MockCoreDeviceDriver) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCoreDeviceDriver) EndCommandBuffer

func (m *MockCoreDeviceDriver) EndCommandBuffer(commandBuffer core1_0.CommandBuffer) (common.VkResult, error)

EndCommandBuffer mocks base method.

func (*MockCoreDeviceDriver) FlushMappedMemoryRanges

func (m *MockCoreDeviceDriver) FlushMappedMemoryRanges(ranges ...core1_0.MappedMemoryRange) (common.VkResult, error)

FlushMappedMemoryRanges mocks base method.

func (*MockCoreDeviceDriver) FreeCommandBuffers

func (m *MockCoreDeviceDriver) FreeCommandBuffers(commandBuffers ...core1_0.CommandBuffer)

FreeCommandBuffers mocks base method.

func (*MockCoreDeviceDriver) FreeDescriptorSets

func (m *MockCoreDeviceDriver) FreeDescriptorSets(sets ...core1_0.DescriptorSet) (common.VkResult, error)

FreeDescriptorSets mocks base method.

func (*MockCoreDeviceDriver) FreeMemory

func (m *MockCoreDeviceDriver) FreeMemory(memory core1_0.DeviceMemory, callbacks *loader.AllocationCallbacks)

FreeMemory mocks base method.

func (*MockCoreDeviceDriver) GetBufferDeviceAddress

func (m *MockCoreDeviceDriver) GetBufferDeviceAddress(o core1_2.BufferDeviceAddressInfo) (uint64, error)

GetBufferDeviceAddress mocks base method.

func (*MockCoreDeviceDriver) GetBufferMemoryRequirements

func (m *MockCoreDeviceDriver) GetBufferMemoryRequirements(buffer core1_0.Buffer) *core1_0.MemoryRequirements

GetBufferMemoryRequirements mocks base method.

func (*MockCoreDeviceDriver) GetBufferMemoryRequirements2

GetBufferMemoryRequirements2 mocks base method.

func (*MockCoreDeviceDriver) GetBufferOpaqueCaptureAddress

func (m *MockCoreDeviceDriver) GetBufferOpaqueCaptureAddress(o core1_2.BufferDeviceAddressInfo) (uint64, error)

GetBufferOpaqueCaptureAddress mocks base method.

func (*MockCoreDeviceDriver) GetDescriptorSetLayoutSupport

GetDescriptorSetLayoutSupport mocks base method.

func (*MockCoreDeviceDriver) GetDeviceGroupPeerMemoryFeatures

func (m *MockCoreDeviceDriver) GetDeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex int) core1_1.PeerMemoryFeatureFlags

GetDeviceGroupPeerMemoryFeatures mocks base method.

func (*MockCoreDeviceDriver) GetDeviceMemoryCommitment

func (m *MockCoreDeviceDriver) GetDeviceMemoryCommitment(memory core1_0.DeviceMemory) int

GetDeviceMemoryCommitment mocks base method.

func (*MockCoreDeviceDriver) GetDeviceMemoryOpaqueCaptureAddress

func (m *MockCoreDeviceDriver) GetDeviceMemoryOpaqueCaptureAddress(o core1_2.DeviceMemoryOpaqueCaptureAddressInfo) (uint64, error)

GetDeviceMemoryOpaqueCaptureAddress mocks base method.

func (*MockCoreDeviceDriver) GetDeviceQueue2

GetDeviceQueue2 mocks base method.

func (*MockCoreDeviceDriver) GetEventStatus

func (m *MockCoreDeviceDriver) GetEventStatus(event core1_0.Event) (common.VkResult, error)

GetEventStatus mocks base method.

func (*MockCoreDeviceDriver) GetFenceStatus

func (m *MockCoreDeviceDriver) GetFenceStatus(fence core1_0.Fence) (common.VkResult, error)

GetFenceStatus mocks base method.

func (*MockCoreDeviceDriver) GetImageMemoryRequirements

func (m *MockCoreDeviceDriver) GetImageMemoryRequirements(image core1_0.Image) *core1_0.MemoryRequirements

GetImageMemoryRequirements mocks base method.

func (*MockCoreDeviceDriver) GetImageMemoryRequirements2

GetImageMemoryRequirements2 mocks base method.

func (*MockCoreDeviceDriver) GetImageSparseMemoryRequirements

func (m *MockCoreDeviceDriver) GetImageSparseMemoryRequirements(image core1_0.Image) []core1_0.SparseImageMemoryRequirements

GetImageSparseMemoryRequirements mocks base method.

func (*MockCoreDeviceDriver) GetImageSparseMemoryRequirements2

GetImageSparseMemoryRequirements2 mocks base method.

func (*MockCoreDeviceDriver) GetImageSubresourceLayout

func (m *MockCoreDeviceDriver) GetImageSubresourceLayout(image core1_0.Image, subresource *core1_0.ImageSubresource) *core1_0.SubresourceLayout

GetImageSubresourceLayout mocks base method.

func (*MockCoreDeviceDriver) GetPipelineCacheData

func (m *MockCoreDeviceDriver) GetPipelineCacheData(cache core1_0.PipelineCache) ([]byte, common.VkResult, error)

GetPipelineCacheData mocks base method.

func (*MockCoreDeviceDriver) GetQueryPoolResults

func (m *MockCoreDeviceDriver) GetQueryPoolResults(queryPool core1_0.QueryPool, firstQuery, queryCount int, results []byte, resultStride int, flags core1_0.QueryResultFlags) (common.VkResult, error)

GetQueryPoolResults mocks base method.

func (*MockCoreDeviceDriver) GetQueue

func (m *MockCoreDeviceDriver) GetQueue(queueFamilyIndex, queueIndex int) core1_0.Queue

GetQueue mocks base method.

func (*MockCoreDeviceDriver) GetRenderAreaGranularity

func (m *MockCoreDeviceDriver) GetRenderAreaGranularity(renderPass core1_0.RenderPass) core1_0.Extent2D

GetRenderAreaGranularity mocks base method.

func (*MockCoreDeviceDriver) GetSemaphoreCounterValue

func (m *MockCoreDeviceDriver) GetSemaphoreCounterValue(semaphore core1_0.Semaphore) (uint64, common.VkResult, error)

GetSemaphoreCounterValue mocks base method.

func (*MockCoreDeviceDriver) InstanceDriver

func (m *MockCoreDeviceDriver) InstanceDriver() core1_0.CoreInstanceDriver

InstanceDriver mocks base method.

func (*MockCoreDeviceDriver) InvalidateMappedMemoryRanges

func (m *MockCoreDeviceDriver) InvalidateMappedMemoryRanges(ranges ...core1_0.MappedMemoryRange) (common.VkResult, error)

InvalidateMappedMemoryRanges mocks base method.

func (*MockCoreDeviceDriver) Loader

func (m *MockCoreDeviceDriver) Loader() loader.Loader

Loader mocks base method.

func (*MockCoreDeviceDriver) MapMemory

func (m *MockCoreDeviceDriver) MapMemory(memory core1_0.DeviceMemory, offset, size int, flags core1_0.MemoryMapFlags) (unsafe.Pointer, common.VkResult, error)

MapMemory mocks base method.

func (*MockCoreDeviceDriver) MergePipelineCaches

func (m *MockCoreDeviceDriver) MergePipelineCaches(dstCache core1_0.PipelineCache, srcCaches ...core1_0.PipelineCache) (common.VkResult, error)

MergePipelineCaches mocks base method.

func (*MockCoreDeviceDriver) QueueBindSparse

func (m *MockCoreDeviceDriver) QueueBindSparse(queue core1_0.Queue, fence *core1_0.Fence, bindInfos ...core1_0.BindSparseInfo) (common.VkResult, error)

QueueBindSparse mocks base method.

func (*MockCoreDeviceDriver) QueueSubmit

func (m *MockCoreDeviceDriver) QueueSubmit(queue core1_0.Queue, fence *core1_0.Fence, o ...core1_0.SubmitInfo) (common.VkResult, error)

QueueSubmit mocks base method.

func (*MockCoreDeviceDriver) QueueWaitIdle

func (m *MockCoreDeviceDriver) QueueWaitIdle(queue core1_0.Queue) (common.VkResult, error)

QueueWaitIdle mocks base method.

func (*MockCoreDeviceDriver) ResetCommandBuffer

func (m *MockCoreDeviceDriver) ResetCommandBuffer(commandBuffer core1_0.CommandBuffer, flags core1_0.CommandBufferResetFlags) (common.VkResult, error)

ResetCommandBuffer mocks base method.

func (*MockCoreDeviceDriver) ResetCommandPool

func (m *MockCoreDeviceDriver) ResetCommandPool(commandPool core1_0.CommandPool, flags core1_0.CommandPoolResetFlags) (common.VkResult, error)

ResetCommandPool mocks base method.

func (*MockCoreDeviceDriver) ResetDescriptorPool

func (m *MockCoreDeviceDriver) ResetDescriptorPool(descriptorPool core1_0.DescriptorPool, flags core1_0.DescriptorPoolResetFlags) (common.VkResult, error)

ResetDescriptorPool mocks base method.

func (*MockCoreDeviceDriver) ResetEvent

func (m *MockCoreDeviceDriver) ResetEvent(event core1_0.Event) (common.VkResult, error)

ResetEvent mocks base method.

func (*MockCoreDeviceDriver) ResetFences

func (m *MockCoreDeviceDriver) ResetFences(fences ...core1_0.Fence) (common.VkResult, error)

ResetFences mocks base method.

func (*MockCoreDeviceDriver) ResetQueryPool

func (m *MockCoreDeviceDriver) ResetQueryPool(queryPool core1_0.QueryPool, firstQuery, queryCount int)

ResetQueryPool mocks base method.

func (*MockCoreDeviceDriver) SetEvent

func (m *MockCoreDeviceDriver) SetEvent(event core1_0.Event) (common.VkResult, error)

SetEvent mocks base method.

func (*MockCoreDeviceDriver) SignalSemaphore

SignalSemaphore mocks base method.

func (*MockCoreDeviceDriver) TrimCommandPool

func (m *MockCoreDeviceDriver) TrimCommandPool(commandPool core1_0.CommandPool, flags core1_1.CommandPoolTrimFlags)

TrimCommandPool mocks base method.

func (*MockCoreDeviceDriver) UnmapMemory

func (m *MockCoreDeviceDriver) UnmapMemory(memory core1_0.DeviceMemory)

UnmapMemory mocks base method.

func (*MockCoreDeviceDriver) UpdateDescriptorSetWithTemplateFromBuffer

func (m *MockCoreDeviceDriver) UpdateDescriptorSetWithTemplateFromBuffer(descriptorSet core1_0.DescriptorSet, template core1_1.DescriptorUpdateTemplate, data core1_0.DescriptorBufferInfo)

UpdateDescriptorSetWithTemplateFromBuffer mocks base method.

func (*MockCoreDeviceDriver) UpdateDescriptorSetWithTemplateFromImage

func (m *MockCoreDeviceDriver) UpdateDescriptorSetWithTemplateFromImage(descriptorSet core1_0.DescriptorSet, template core1_1.DescriptorUpdateTemplate, data core1_0.DescriptorImageInfo)

UpdateDescriptorSetWithTemplateFromImage mocks base method.

func (*MockCoreDeviceDriver) UpdateDescriptorSetWithTemplateFromObjectHandle

func (m *MockCoreDeviceDriver) UpdateDescriptorSetWithTemplateFromObjectHandle(descriptorSet core1_0.DescriptorSet, template core1_1.DescriptorUpdateTemplate, data loader.VulkanHandle)

UpdateDescriptorSetWithTemplateFromObjectHandle mocks base method.

func (*MockCoreDeviceDriver) UpdateDescriptorSets

func (m *MockCoreDeviceDriver) UpdateDescriptorSets(writes []core1_0.WriteDescriptorSet, copies []core1_0.CopyDescriptorSet) error

UpdateDescriptorSets mocks base method.

func (*MockCoreDeviceDriver) WaitForFences

func (m *MockCoreDeviceDriver) WaitForFences(waitForAll bool, timeout time.Duration, fences ...core1_0.Fence) (common.VkResult, error)

WaitForFences mocks base method.

func (*MockCoreDeviceDriver) WaitSemaphores

WaitSemaphores mocks base method.

type MockCoreDeviceDriverMockRecorder

type MockCoreDeviceDriverMockRecorder struct {
	// contains filtered or unexported fields
}

MockCoreDeviceDriverMockRecorder is the mock recorder for MockCoreDeviceDriver.

func (*MockCoreDeviceDriverMockRecorder) AllocateCommandBuffers

func (mr *MockCoreDeviceDriverMockRecorder) AllocateCommandBuffers(o any) *gomock.Call

AllocateCommandBuffers indicates an expected call of AllocateCommandBuffers.

func (*MockCoreDeviceDriverMockRecorder) AllocateDescriptorSets

func (mr *MockCoreDeviceDriverMockRecorder) AllocateDescriptorSets(o any) *gomock.Call

AllocateDescriptorSets indicates an expected call of AllocateDescriptorSets.

func (*MockCoreDeviceDriverMockRecorder) AllocateMemory

func (mr *MockCoreDeviceDriverMockRecorder) AllocateMemory(allocationCallbacks, o any) *gomock.Call

AllocateMemory indicates an expected call of AllocateMemory.

func (*MockCoreDeviceDriverMockRecorder) BeginCommandBuffer

func (mr *MockCoreDeviceDriverMockRecorder) BeginCommandBuffer(commandBuffer, o any) *gomock.Call

BeginCommandBuffer indicates an expected call of BeginCommandBuffer.

func (*MockCoreDeviceDriverMockRecorder) BindBufferMemory

func (mr *MockCoreDeviceDriverMockRecorder) BindBufferMemory(buffer, memory, offset any) *gomock.Call

BindBufferMemory indicates an expected call of BindBufferMemory.

func (*MockCoreDeviceDriverMockRecorder) BindBufferMemory2

func (mr *MockCoreDeviceDriverMockRecorder) BindBufferMemory2(o ...any) *gomock.Call

BindBufferMemory2 indicates an expected call of BindBufferMemory2.

func (*MockCoreDeviceDriverMockRecorder) BindImageMemory

func (mr *MockCoreDeviceDriverMockRecorder) BindImageMemory(image, memory, offset any) *gomock.Call

BindImageMemory indicates an expected call of BindImageMemory.

func (*MockCoreDeviceDriverMockRecorder) BindImageMemory2

func (mr *MockCoreDeviceDriverMockRecorder) BindImageMemory2(o ...any) *gomock.Call

BindImageMemory2 indicates an expected call of BindImageMemory2.

func (*MockCoreDeviceDriverMockRecorder) CmdBeginQuery

func (mr *MockCoreDeviceDriverMockRecorder) CmdBeginQuery(commandBuffer, queryPool, query, flags any) *gomock.Call

CmdBeginQuery indicates an expected call of CmdBeginQuery.

func (*MockCoreDeviceDriverMockRecorder) CmdBeginRenderPass

func (mr *MockCoreDeviceDriverMockRecorder) CmdBeginRenderPass(commandBuffer, contents, o any) *gomock.Call

CmdBeginRenderPass indicates an expected call of CmdBeginRenderPass.

func (*MockCoreDeviceDriverMockRecorder) CmdBeginRenderPass2

func (mr *MockCoreDeviceDriverMockRecorder) CmdBeginRenderPass2(commandBuffer, renderPassBegin, subpassBegin any) *gomock.Call

CmdBeginRenderPass2 indicates an expected call of CmdBeginRenderPass2.

func (*MockCoreDeviceDriverMockRecorder) CmdBindDescriptorSets

func (mr *MockCoreDeviceDriverMockRecorder) CmdBindDescriptorSets(commandBuffer, bindPoint, layout, firstSet, sets, dynamicOffsets any) *gomock.Call

CmdBindDescriptorSets indicates an expected call of CmdBindDescriptorSets.

func (*MockCoreDeviceDriverMockRecorder) CmdBindIndexBuffer

func (mr *MockCoreDeviceDriverMockRecorder) CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType any) *gomock.Call

CmdBindIndexBuffer indicates an expected call of CmdBindIndexBuffer.

func (*MockCoreDeviceDriverMockRecorder) CmdBindPipeline

func (mr *MockCoreDeviceDriverMockRecorder) CmdBindPipeline(commandBuffer, bindPoint, pipeline any) *gomock.Call

CmdBindPipeline indicates an expected call of CmdBindPipeline.

func (*MockCoreDeviceDriverMockRecorder) CmdBindVertexBuffers

func (mr *MockCoreDeviceDriverMockRecorder) CmdBindVertexBuffers(commandBuffer, firstBinding, buffers, bufferOffsets any) *gomock.Call

CmdBindVertexBuffers indicates an expected call of CmdBindVertexBuffers.

func (*MockCoreDeviceDriverMockRecorder) CmdBlitImage

func (mr *MockCoreDeviceDriverMockRecorder) CmdBlitImage(commandBuffer, sourceImage, sourceImageLayout, destinationImage, destinationImageLayout, regions, filter any) *gomock.Call

CmdBlitImage indicates an expected call of CmdBlitImage.

func (*MockCoreDeviceDriverMockRecorder) CmdClearAttachments

func (mr *MockCoreDeviceDriverMockRecorder) CmdClearAttachments(commandBuffer, attachments, rects any) *gomock.Call

CmdClearAttachments indicates an expected call of CmdClearAttachments.

func (*MockCoreDeviceDriverMockRecorder) CmdClearColorImage

func (mr *MockCoreDeviceDriverMockRecorder) CmdClearColorImage(commandBuffer, image, imageLayout, color any, ranges ...any) *gomock.Call

CmdClearColorImage indicates an expected call of CmdClearColorImage.

func (*MockCoreDeviceDriverMockRecorder) CmdClearDepthStencilImage

func (mr *MockCoreDeviceDriverMockRecorder) CmdClearDepthStencilImage(commandBuffer, image, imageLayout, depthStencil any, ranges ...any) *gomock.Call

CmdClearDepthStencilImage indicates an expected call of CmdClearDepthStencilImage.

func (*MockCoreDeviceDriverMockRecorder) CmdCopyBuffer

func (mr *MockCoreDeviceDriverMockRecorder) CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer any, copyRegions ...any) *gomock.Call

CmdCopyBuffer indicates an expected call of CmdCopyBuffer.

func (*MockCoreDeviceDriverMockRecorder) CmdCopyBufferToImage

func (mr *MockCoreDeviceDriverMockRecorder) CmdCopyBufferToImage(commandBuffer, buffer, image, layout any, regions ...any) *gomock.Call

CmdCopyBufferToImage indicates an expected call of CmdCopyBufferToImage.

func (*MockCoreDeviceDriverMockRecorder) CmdCopyImage

func (mr *MockCoreDeviceDriverMockRecorder) CmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout any, regions ...any) *gomock.Call

CmdCopyImage indicates an expected call of CmdCopyImage.

func (*MockCoreDeviceDriverMockRecorder) CmdCopyImageToBuffer

func (mr *MockCoreDeviceDriverMockRecorder) CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstBuffer any, regions ...any) *gomock.Call

CmdCopyImageToBuffer indicates an expected call of CmdCopyImageToBuffer.

func (*MockCoreDeviceDriverMockRecorder) CmdCopyQueryPoolResults

func (mr *MockCoreDeviceDriverMockRecorder) CmdCopyQueryPoolResults(commandBuffer, queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags any) *gomock.Call

CmdCopyQueryPoolResults indicates an expected call of CmdCopyQueryPoolResults.

func (*MockCoreDeviceDriverMockRecorder) CmdDispatch

func (mr *MockCoreDeviceDriverMockRecorder) CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ any) *gomock.Call

CmdDispatch indicates an expected call of CmdDispatch.

func (*MockCoreDeviceDriverMockRecorder) CmdDispatchBase

func (mr *MockCoreDeviceDriverMockRecorder) CmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ any) *gomock.Call

CmdDispatchBase indicates an expected call of CmdDispatchBase.

func (*MockCoreDeviceDriverMockRecorder) CmdDispatchIndirect

func (mr *MockCoreDeviceDriverMockRecorder) CmdDispatchIndirect(commandBuffer, buffer, offset any) *gomock.Call

CmdDispatchIndirect indicates an expected call of CmdDispatchIndirect.

func (*MockCoreDeviceDriverMockRecorder) CmdDraw

func (mr *MockCoreDeviceDriverMockRecorder) CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance any) *gomock.Call

CmdDraw indicates an expected call of CmdDraw.

func (*MockCoreDeviceDriverMockRecorder) CmdDrawIndexed

func (mr *MockCoreDeviceDriverMockRecorder) CmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance any) *gomock.Call

CmdDrawIndexed indicates an expected call of CmdDrawIndexed.

func (*MockCoreDeviceDriverMockRecorder) CmdDrawIndexedIndirect

func (mr *MockCoreDeviceDriverMockRecorder) CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride any) *gomock.Call

CmdDrawIndexedIndirect indicates an expected call of CmdDrawIndexedIndirect.

func (*MockCoreDeviceDriverMockRecorder) CmdDrawIndexedIndirectCount

func (mr *MockCoreDeviceDriverMockRecorder) CmdDrawIndexedIndirectCount(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride any) *gomock.Call

CmdDrawIndexedIndirectCount indicates an expected call of CmdDrawIndexedIndirectCount.

func (*MockCoreDeviceDriverMockRecorder) CmdDrawIndirect

func (mr *MockCoreDeviceDriverMockRecorder) CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride any) *gomock.Call

CmdDrawIndirect indicates an expected call of CmdDrawIndirect.

func (*MockCoreDeviceDriverMockRecorder) CmdDrawIndirectCount

func (mr *MockCoreDeviceDriverMockRecorder) CmdDrawIndirectCount(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride any) *gomock.Call

CmdDrawIndirectCount indicates an expected call of CmdDrawIndirectCount.

func (*MockCoreDeviceDriverMockRecorder) CmdEndQuery

func (mr *MockCoreDeviceDriverMockRecorder) CmdEndQuery(commandBuffer, queryPool, query any) *gomock.Call

CmdEndQuery indicates an expected call of CmdEndQuery.

func (*MockCoreDeviceDriverMockRecorder) CmdEndRenderPass

func (mr *MockCoreDeviceDriverMockRecorder) CmdEndRenderPass(commandBuffer any) *gomock.Call

CmdEndRenderPass indicates an expected call of CmdEndRenderPass.

func (*MockCoreDeviceDriverMockRecorder) CmdEndRenderPass2

func (mr *MockCoreDeviceDriverMockRecorder) CmdEndRenderPass2(commandBuffer, subpassEnd any) *gomock.Call

CmdEndRenderPass2 indicates an expected call of CmdEndRenderPass2.

func (*MockCoreDeviceDriverMockRecorder) CmdExecuteCommands

func (mr *MockCoreDeviceDriverMockRecorder) CmdExecuteCommands(commandBuffer any, commandBuffers ...any) *gomock.Call

CmdExecuteCommands indicates an expected call of CmdExecuteCommands.

func (*MockCoreDeviceDriverMockRecorder) CmdFillBuffer

func (mr *MockCoreDeviceDriverMockRecorder) CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data any) *gomock.Call

CmdFillBuffer indicates an expected call of CmdFillBuffer.

func (*MockCoreDeviceDriverMockRecorder) CmdNextSubpass

func (mr *MockCoreDeviceDriverMockRecorder) CmdNextSubpass(commandBuffer, contents any) *gomock.Call

CmdNextSubpass indicates an expected call of CmdNextSubpass.

func (*MockCoreDeviceDriverMockRecorder) CmdNextSubpass2

func (mr *MockCoreDeviceDriverMockRecorder) CmdNextSubpass2(commandBuffer, subpassBegin, subpassEnd any) *gomock.Call

CmdNextSubpass2 indicates an expected call of CmdNextSubpass2.

func (*MockCoreDeviceDriverMockRecorder) CmdPipelineBarrier

func (mr *MockCoreDeviceDriverMockRecorder) CmdPipelineBarrier(commandBuffer, srcStageMask, dstStageMask, dependencies, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers any) *gomock.Call

CmdPipelineBarrier indicates an expected call of CmdPipelineBarrier.

func (*MockCoreDeviceDriverMockRecorder) CmdPushConstants

func (mr *MockCoreDeviceDriverMockRecorder) CmdPushConstants(commandBuffer, layout, stageFlags, offset, valueBytes any) *gomock.Call

CmdPushConstants indicates an expected call of CmdPushConstants.

func (*MockCoreDeviceDriverMockRecorder) CmdResetEvent

func (mr *MockCoreDeviceDriverMockRecorder) CmdResetEvent(commandBuffer, event, stageMask any) *gomock.Call

CmdResetEvent indicates an expected call of CmdResetEvent.

func (*MockCoreDeviceDriverMockRecorder) CmdResetQueryPool

func (mr *MockCoreDeviceDriverMockRecorder) CmdResetQueryPool(commandBuffer, queryPool, startQuery, queryCount any) *gomock.Call

CmdResetQueryPool indicates an expected call of CmdResetQueryPool.

func (*MockCoreDeviceDriverMockRecorder) CmdResolveImage

func (mr *MockCoreDeviceDriverMockRecorder) CmdResolveImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout any, regions ...any) *gomock.Call

CmdResolveImage indicates an expected call of CmdResolveImage.

func (*MockCoreDeviceDriverMockRecorder) CmdSetBlendConstants

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetBlendConstants(commandBuffer, blendConstants any) *gomock.Call

CmdSetBlendConstants indicates an expected call of CmdSetBlendConstants.

func (*MockCoreDeviceDriverMockRecorder) CmdSetDepthBias

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor any) *gomock.Call

CmdSetDepthBias indicates an expected call of CmdSetDepthBias.

func (*MockCoreDeviceDriverMockRecorder) CmdSetDepthBounds

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetDepthBounds(commandBuffer, min, max any) *gomock.Call

CmdSetDepthBounds indicates an expected call of CmdSetDepthBounds.

func (*MockCoreDeviceDriverMockRecorder) CmdSetDeviceMask

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetDeviceMask(commandBuffer, deviceMask any) *gomock.Call

CmdSetDeviceMask indicates an expected call of CmdSetDeviceMask.

func (*MockCoreDeviceDriverMockRecorder) CmdSetEvent

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetEvent(commandBuffer, event, stageMask any) *gomock.Call

CmdSetEvent indicates an expected call of CmdSetEvent.

func (*MockCoreDeviceDriverMockRecorder) CmdSetLineWidth

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetLineWidth(commandBuffer, lineWidth any) *gomock.Call

CmdSetLineWidth indicates an expected call of CmdSetLineWidth.

func (*MockCoreDeviceDriverMockRecorder) CmdSetScissor

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetScissor(commandBuffer any, scissors ...any) *gomock.Call

CmdSetScissor indicates an expected call of CmdSetScissor.

func (*MockCoreDeviceDriverMockRecorder) CmdSetStencilCompareMask

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask any) *gomock.Call

CmdSetStencilCompareMask indicates an expected call of CmdSetStencilCompareMask.

func (*MockCoreDeviceDriverMockRecorder) CmdSetStencilReference

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetStencilReference(commandBuffer, faceMask, reference any) *gomock.Call

CmdSetStencilReference indicates an expected call of CmdSetStencilReference.

func (*MockCoreDeviceDriverMockRecorder) CmdSetStencilWriteMask

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask any) *gomock.Call

CmdSetStencilWriteMask indicates an expected call of CmdSetStencilWriteMask.

func (*MockCoreDeviceDriverMockRecorder) CmdSetViewport

func (mr *MockCoreDeviceDriverMockRecorder) CmdSetViewport(commandBuffer any, viewports ...any) *gomock.Call

CmdSetViewport indicates an expected call of CmdSetViewport.

func (*MockCoreDeviceDriverMockRecorder) CmdUpdateBuffer

func (mr *MockCoreDeviceDriverMockRecorder) CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, data any) *gomock.Call

CmdUpdateBuffer indicates an expected call of CmdUpdateBuffer.

func (*MockCoreDeviceDriverMockRecorder) CmdWaitEvents

func (mr *MockCoreDeviceDriverMockRecorder) CmdWaitEvents(commandBuffer, events, srcStageMask, dstStageMask, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers any) *gomock.Call

CmdWaitEvents indicates an expected call of CmdWaitEvents.

func (*MockCoreDeviceDriverMockRecorder) CmdWriteTimestamp

func (mr *MockCoreDeviceDriverMockRecorder) CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query any) *gomock.Call

CmdWriteTimestamp indicates an expected call of CmdWriteTimestamp.

func (*MockCoreDeviceDriverMockRecorder) CreateBuffer

func (mr *MockCoreDeviceDriverMockRecorder) CreateBuffer(allocationCallbacks, o any) *gomock.Call

CreateBuffer indicates an expected call of CreateBuffer.

func (*MockCoreDeviceDriverMockRecorder) CreateBufferView

func (mr *MockCoreDeviceDriverMockRecorder) CreateBufferView(allocationCallbacks, o any) *gomock.Call

CreateBufferView indicates an expected call of CreateBufferView.

func (*MockCoreDeviceDriverMockRecorder) CreateCommandPool

func (mr *MockCoreDeviceDriverMockRecorder) CreateCommandPool(allocationCallbacks, o any) *gomock.Call

CreateCommandPool indicates an expected call of CreateCommandPool.

func (*MockCoreDeviceDriverMockRecorder) CreateComputePipelines

func (mr *MockCoreDeviceDriverMockRecorder) CreateComputePipelines(pipelineCache, allocationCallbacks any, o ...any) *gomock.Call

CreateComputePipelines indicates an expected call of CreateComputePipelines.

func (*MockCoreDeviceDriverMockRecorder) CreateDescriptorPool

func (mr *MockCoreDeviceDriverMockRecorder) CreateDescriptorPool(allocationCallbacks, o any) *gomock.Call

CreateDescriptorPool indicates an expected call of CreateDescriptorPool.

func (*MockCoreDeviceDriverMockRecorder) CreateDescriptorSetLayout

func (mr *MockCoreDeviceDriverMockRecorder) CreateDescriptorSetLayout(allocationCallbacks, o any) *gomock.Call

CreateDescriptorSetLayout indicates an expected call of CreateDescriptorSetLayout.

func (*MockCoreDeviceDriverMockRecorder) CreateDescriptorUpdateTemplate

func (mr *MockCoreDeviceDriverMockRecorder) CreateDescriptorUpdateTemplate(o, allocator any) *gomock.Call

CreateDescriptorUpdateTemplate indicates an expected call of CreateDescriptorUpdateTemplate.

func (*MockCoreDeviceDriverMockRecorder) CreateEvent

func (mr *MockCoreDeviceDriverMockRecorder) CreateEvent(allocationCallbacks, options any) *gomock.Call

CreateEvent indicates an expected call of CreateEvent.

func (*MockCoreDeviceDriverMockRecorder) CreateFence

func (mr *MockCoreDeviceDriverMockRecorder) CreateFence(allocationCallbacks, o any) *gomock.Call

CreateFence indicates an expected call of CreateFence.

func (*MockCoreDeviceDriverMockRecorder) CreateFramebuffer

func (mr *MockCoreDeviceDriverMockRecorder) CreateFramebuffer(allocationCallbacks, o any) *gomock.Call

CreateFramebuffer indicates an expected call of CreateFramebuffer.

func (*MockCoreDeviceDriverMockRecorder) CreateGraphicsPipelines

func (mr *MockCoreDeviceDriverMockRecorder) CreateGraphicsPipelines(pipelineCache, allocationCallbacks any, o ...any) *gomock.Call

CreateGraphicsPipelines indicates an expected call of CreateGraphicsPipelines.

func (*MockCoreDeviceDriverMockRecorder) CreateImage

func (mr *MockCoreDeviceDriverMockRecorder) CreateImage(allocationCallbacks, options any) *gomock.Call

CreateImage indicates an expected call of CreateImage.

func (*MockCoreDeviceDriverMockRecorder) CreateImageView

func (mr *MockCoreDeviceDriverMockRecorder) CreateImageView(allocationCallbacks, o any) *gomock.Call

CreateImageView indicates an expected call of CreateImageView.

func (*MockCoreDeviceDriverMockRecorder) CreatePipelineCache

func (mr *MockCoreDeviceDriverMockRecorder) CreatePipelineCache(allocationCallbacks, o any) *gomock.Call

CreatePipelineCache indicates an expected call of CreatePipelineCache.

func (*MockCoreDeviceDriverMockRecorder) CreatePipelineLayout

func (mr *MockCoreDeviceDriverMockRecorder) CreatePipelineLayout(allocationCallbacks, o any) *gomock.Call

CreatePipelineLayout indicates an expected call of CreatePipelineLayout.

func (*MockCoreDeviceDriverMockRecorder) CreateQueryPool

func (mr *MockCoreDeviceDriverMockRecorder) CreateQueryPool(allocationCallbacks, o any) *gomock.Call

CreateQueryPool indicates an expected call of CreateQueryPool.

func (*MockCoreDeviceDriverMockRecorder) CreateRenderPass

func (mr *MockCoreDeviceDriverMockRecorder) CreateRenderPass(allocationCallbacks, o any) *gomock.Call

CreateRenderPass indicates an expected call of CreateRenderPass.

func (*MockCoreDeviceDriverMockRecorder) CreateRenderPass2

func (mr *MockCoreDeviceDriverMockRecorder) CreateRenderPass2(allocator, options any) *gomock.Call

CreateRenderPass2 indicates an expected call of CreateRenderPass2.

func (*MockCoreDeviceDriverMockRecorder) CreateSampler

func (mr *MockCoreDeviceDriverMockRecorder) CreateSampler(allocationCallbacks, o any) *gomock.Call

CreateSampler indicates an expected call of CreateSampler.

func (*MockCoreDeviceDriverMockRecorder) CreateSamplerYcbcrConversion

func (mr *MockCoreDeviceDriverMockRecorder) CreateSamplerYcbcrConversion(o, allocator any) *gomock.Call

CreateSamplerYcbcrConversion indicates an expected call of CreateSamplerYcbcrConversion.

func (*MockCoreDeviceDriverMockRecorder) CreateSemaphore

func (mr *MockCoreDeviceDriverMockRecorder) CreateSemaphore(allocationCallbacks, o any) *gomock.Call

CreateSemaphore indicates an expected call of CreateSemaphore.

func (*MockCoreDeviceDriverMockRecorder) CreateShaderModule

func (mr *MockCoreDeviceDriverMockRecorder) CreateShaderModule(allocationCallbacks, o any) *gomock.Call

CreateShaderModule indicates an expected call of CreateShaderModule.

func (*MockCoreDeviceDriverMockRecorder) DestroyBuffer

func (mr *MockCoreDeviceDriverMockRecorder) DestroyBuffer(buffer, callbacks any) *gomock.Call

DestroyBuffer indicates an expected call of DestroyBuffer.

func (*MockCoreDeviceDriverMockRecorder) DestroyBufferView

func (mr *MockCoreDeviceDriverMockRecorder) DestroyBufferView(bufferView, callbacks any) *gomock.Call

DestroyBufferView indicates an expected call of DestroyBufferView.

func (*MockCoreDeviceDriverMockRecorder) DestroyCommandPool

func (mr *MockCoreDeviceDriverMockRecorder) DestroyCommandPool(commandPool, callbacks any) *gomock.Call

DestroyCommandPool indicates an expected call of DestroyCommandPool.

func (*MockCoreDeviceDriverMockRecorder) DestroyDescriptorPool

func (mr *MockCoreDeviceDriverMockRecorder) DestroyDescriptorPool(descriptorPool, callbacks any) *gomock.Call

DestroyDescriptorPool indicates an expected call of DestroyDescriptorPool.

func (*MockCoreDeviceDriverMockRecorder) DestroyDescriptorSetLayout

func (mr *MockCoreDeviceDriverMockRecorder) DestroyDescriptorSetLayout(descriptorSetLayout, callbacks any) *gomock.Call

DestroyDescriptorSetLayout indicates an expected call of DestroyDescriptorSetLayout.

func (*MockCoreDeviceDriverMockRecorder) DestroyDescriptorUpdateTemplate

func (mr *MockCoreDeviceDriverMockRecorder) DestroyDescriptorUpdateTemplate(template, allocator any) *gomock.Call

DestroyDescriptorUpdateTemplate indicates an expected call of DestroyDescriptorUpdateTemplate.

func (*MockCoreDeviceDriverMockRecorder) DestroyDevice

func (mr *MockCoreDeviceDriverMockRecorder) DestroyDevice(callbacks any) *gomock.Call

DestroyDevice indicates an expected call of DestroyDevice.

func (*MockCoreDeviceDriverMockRecorder) DestroyEvent

func (mr *MockCoreDeviceDriverMockRecorder) DestroyEvent(event, callbacks any) *gomock.Call

DestroyEvent indicates an expected call of DestroyEvent.

func (*MockCoreDeviceDriverMockRecorder) DestroyFence

func (mr *MockCoreDeviceDriverMockRecorder) DestroyFence(fence, callbacks any) *gomock.Call

DestroyFence indicates an expected call of DestroyFence.

func (*MockCoreDeviceDriverMockRecorder) DestroyFramebuffer

func (mr *MockCoreDeviceDriverMockRecorder) DestroyFramebuffer(framebuffer, callbacks any) *gomock.Call

DestroyFramebuffer indicates an expected call of DestroyFramebuffer.

func (*MockCoreDeviceDriverMockRecorder) DestroyImage

func (mr *MockCoreDeviceDriverMockRecorder) DestroyImage(image, callbacks any) *gomock.Call

DestroyImage indicates an expected call of DestroyImage.

func (*MockCoreDeviceDriverMockRecorder) DestroyImageView

func (mr *MockCoreDeviceDriverMockRecorder) DestroyImageView(image, callbacks any) *gomock.Call

DestroyImageView indicates an expected call of DestroyImageView.

func (*MockCoreDeviceDriverMockRecorder) DestroyPipeline

func (mr *MockCoreDeviceDriverMockRecorder) DestroyPipeline(pipeline, callbacks any) *gomock.Call

DestroyPipeline indicates an expected call of DestroyPipeline.

func (*MockCoreDeviceDriverMockRecorder) DestroyPipelineCache

func (mr *MockCoreDeviceDriverMockRecorder) DestroyPipelineCache(cache, callbacks any) *gomock.Call

DestroyPipelineCache indicates an expected call of DestroyPipelineCache.

func (*MockCoreDeviceDriverMockRecorder) DestroyPipelineLayout

func (mr *MockCoreDeviceDriverMockRecorder) DestroyPipelineLayout(layout, callbacks any) *gomock.Call

DestroyPipelineLayout indicates an expected call of DestroyPipelineLayout.

func (*MockCoreDeviceDriverMockRecorder) DestroyQueryPool

func (mr *MockCoreDeviceDriverMockRecorder) DestroyQueryPool(queryPool, callbacks any) *gomock.Call

DestroyQueryPool indicates an expected call of DestroyQueryPool.

func (*MockCoreDeviceDriverMockRecorder) DestroyRenderPass

func (mr *MockCoreDeviceDriverMockRecorder) DestroyRenderPass(renderPass, callbacks any) *gomock.Call

DestroyRenderPass indicates an expected call of DestroyRenderPass.

func (*MockCoreDeviceDriverMockRecorder) DestroySampler

func (mr *MockCoreDeviceDriverMockRecorder) DestroySampler(sampler, callbacks any) *gomock.Call

DestroySampler indicates an expected call of DestroySampler.

func (*MockCoreDeviceDriverMockRecorder) DestroySamplerYcbcrConversion

func (mr *MockCoreDeviceDriverMockRecorder) DestroySamplerYcbcrConversion(conversion, allocator any) *gomock.Call

DestroySamplerYcbcrConversion indicates an expected call of DestroySamplerYcbcrConversion.

func (*MockCoreDeviceDriverMockRecorder) DestroySemaphore

func (mr *MockCoreDeviceDriverMockRecorder) DestroySemaphore(semaphore, callbacks any) *gomock.Call

DestroySemaphore indicates an expected call of DestroySemaphore.

func (*MockCoreDeviceDriverMockRecorder) DestroyShaderModule

func (mr *MockCoreDeviceDriverMockRecorder) DestroyShaderModule(shaderModule, callbacks any) *gomock.Call

DestroyShaderModule indicates an expected call of DestroyShaderModule.

func (*MockCoreDeviceDriverMockRecorder) Device

Device indicates an expected call of Device.

func (*MockCoreDeviceDriverMockRecorder) DeviceWaitIdle

func (mr *MockCoreDeviceDriverMockRecorder) DeviceWaitIdle() *gomock.Call

DeviceWaitIdle indicates an expected call of DeviceWaitIdle.

func (*MockCoreDeviceDriverMockRecorder) EndCommandBuffer

func (mr *MockCoreDeviceDriverMockRecorder) EndCommandBuffer(commandBuffer any) *gomock.Call

EndCommandBuffer indicates an expected call of EndCommandBuffer.

func (*MockCoreDeviceDriverMockRecorder) FlushMappedMemoryRanges

func (mr *MockCoreDeviceDriverMockRecorder) FlushMappedMemoryRanges(ranges ...any) *gomock.Call

FlushMappedMemoryRanges indicates an expected call of FlushMappedMemoryRanges.

func (*MockCoreDeviceDriverMockRecorder) FreeCommandBuffers

func (mr *MockCoreDeviceDriverMockRecorder) FreeCommandBuffers(commandBuffers ...any) *gomock.Call

FreeCommandBuffers indicates an expected call of FreeCommandBuffers.

func (*MockCoreDeviceDriverMockRecorder) FreeDescriptorSets

func (mr *MockCoreDeviceDriverMockRecorder) FreeDescriptorSets(sets ...any) *gomock.Call

FreeDescriptorSets indicates an expected call of FreeDescriptorSets.

func (*MockCoreDeviceDriverMockRecorder) FreeMemory

func (mr *MockCoreDeviceDriverMockRecorder) FreeMemory(memory, callbacks any) *gomock.Call

FreeMemory indicates an expected call of FreeMemory.

func (*MockCoreDeviceDriverMockRecorder) GetBufferDeviceAddress

func (mr *MockCoreDeviceDriverMockRecorder) GetBufferDeviceAddress(o any) *gomock.Call

GetBufferDeviceAddress indicates an expected call of GetBufferDeviceAddress.

func (*MockCoreDeviceDriverMockRecorder) GetBufferMemoryRequirements

func (mr *MockCoreDeviceDriverMockRecorder) GetBufferMemoryRequirements(buffer any) *gomock.Call

GetBufferMemoryRequirements indicates an expected call of GetBufferMemoryRequirements.

func (*MockCoreDeviceDriverMockRecorder) GetBufferMemoryRequirements2

func (mr *MockCoreDeviceDriverMockRecorder) GetBufferMemoryRequirements2(o, out any) *gomock.Call

GetBufferMemoryRequirements2 indicates an expected call of GetBufferMemoryRequirements2.

func (*MockCoreDeviceDriverMockRecorder) GetBufferOpaqueCaptureAddress

func (mr *MockCoreDeviceDriverMockRecorder) GetBufferOpaqueCaptureAddress(o any) *gomock.Call

GetBufferOpaqueCaptureAddress indicates an expected call of GetBufferOpaqueCaptureAddress.

func (*MockCoreDeviceDriverMockRecorder) GetDescriptorSetLayoutSupport

func (mr *MockCoreDeviceDriverMockRecorder) GetDescriptorSetLayoutSupport(o, outData any) *gomock.Call

GetDescriptorSetLayoutSupport indicates an expected call of GetDescriptorSetLayoutSupport.

func (*MockCoreDeviceDriverMockRecorder) GetDeviceGroupPeerMemoryFeatures

func (mr *MockCoreDeviceDriverMockRecorder) GetDeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex any) *gomock.Call

GetDeviceGroupPeerMemoryFeatures indicates an expected call of GetDeviceGroupPeerMemoryFeatures.

func (*MockCoreDeviceDriverMockRecorder) GetDeviceMemoryCommitment

func (mr *MockCoreDeviceDriverMockRecorder) GetDeviceMemoryCommitment(memory any) *gomock.Call

GetDeviceMemoryCommitment indicates an expected call of GetDeviceMemoryCommitment.

func (*MockCoreDeviceDriverMockRecorder) GetDeviceMemoryOpaqueCaptureAddress

func (mr *MockCoreDeviceDriverMockRecorder) GetDeviceMemoryOpaqueCaptureAddress(o any) *gomock.Call

GetDeviceMemoryOpaqueCaptureAddress indicates an expected call of GetDeviceMemoryOpaqueCaptureAddress.

func (*MockCoreDeviceDriverMockRecorder) GetDeviceQueue2

func (mr *MockCoreDeviceDriverMockRecorder) GetDeviceQueue2(o any) *gomock.Call

GetDeviceQueue2 indicates an expected call of GetDeviceQueue2.

func (*MockCoreDeviceDriverMockRecorder) GetEventStatus

func (mr *MockCoreDeviceDriverMockRecorder) GetEventStatus(event any) *gomock.Call

GetEventStatus indicates an expected call of GetEventStatus.

func (*MockCoreDeviceDriverMockRecorder) GetFenceStatus

func (mr *MockCoreDeviceDriverMockRecorder) GetFenceStatus(fence any) *gomock.Call

GetFenceStatus indicates an expected call of GetFenceStatus.

func (*MockCoreDeviceDriverMockRecorder) GetImageMemoryRequirements

func (mr *MockCoreDeviceDriverMockRecorder) GetImageMemoryRequirements(image any) *gomock.Call

GetImageMemoryRequirements indicates an expected call of GetImageMemoryRequirements.

func (*MockCoreDeviceDriverMockRecorder) GetImageMemoryRequirements2

func (mr *MockCoreDeviceDriverMockRecorder) GetImageMemoryRequirements2(o, out any) *gomock.Call

GetImageMemoryRequirements2 indicates an expected call of GetImageMemoryRequirements2.

func (*MockCoreDeviceDriverMockRecorder) GetImageSparseMemoryRequirements

func (mr *MockCoreDeviceDriverMockRecorder) GetImageSparseMemoryRequirements(image any) *gomock.Call

GetImageSparseMemoryRequirements indicates an expected call of GetImageSparseMemoryRequirements.

func (*MockCoreDeviceDriverMockRecorder) GetImageSparseMemoryRequirements2

func (mr *MockCoreDeviceDriverMockRecorder) GetImageSparseMemoryRequirements2(o, outDataFactory any) *gomock.Call

GetImageSparseMemoryRequirements2 indicates an expected call of GetImageSparseMemoryRequirements2.

func (*MockCoreDeviceDriverMockRecorder) GetImageSubresourceLayout

func (mr *MockCoreDeviceDriverMockRecorder) GetImageSubresourceLayout(image, subresource any) *gomock.Call

GetImageSubresourceLayout indicates an expected call of GetImageSubresourceLayout.

func (*MockCoreDeviceDriverMockRecorder) GetPipelineCacheData

func (mr *MockCoreDeviceDriverMockRecorder) GetPipelineCacheData(cache any) *gomock.Call

GetPipelineCacheData indicates an expected call of GetPipelineCacheData.

func (*MockCoreDeviceDriverMockRecorder) GetQueryPoolResults

func (mr *MockCoreDeviceDriverMockRecorder) GetQueryPoolResults(queryPool, firstQuery, queryCount, results, resultStride, flags any) *gomock.Call

GetQueryPoolResults indicates an expected call of GetQueryPoolResults.

func (*MockCoreDeviceDriverMockRecorder) GetQueue

func (mr *MockCoreDeviceDriverMockRecorder) GetQueue(queueFamilyIndex, queueIndex any) *gomock.Call

GetQueue indicates an expected call of GetQueue.

func (*MockCoreDeviceDriverMockRecorder) GetRenderAreaGranularity

func (mr *MockCoreDeviceDriverMockRecorder) GetRenderAreaGranularity(renderPass any) *gomock.Call

GetRenderAreaGranularity indicates an expected call of GetRenderAreaGranularity.

func (*MockCoreDeviceDriverMockRecorder) GetSemaphoreCounterValue

func (mr *MockCoreDeviceDriverMockRecorder) GetSemaphoreCounterValue(semaphore any) *gomock.Call

GetSemaphoreCounterValue indicates an expected call of GetSemaphoreCounterValue.

func (*MockCoreDeviceDriverMockRecorder) InstanceDriver

func (mr *MockCoreDeviceDriverMockRecorder) InstanceDriver() *gomock.Call

InstanceDriver indicates an expected call of InstanceDriver.

func (*MockCoreDeviceDriverMockRecorder) InvalidateMappedMemoryRanges

func (mr *MockCoreDeviceDriverMockRecorder) InvalidateMappedMemoryRanges(ranges ...any) *gomock.Call

InvalidateMappedMemoryRanges indicates an expected call of InvalidateMappedMemoryRanges.

func (*MockCoreDeviceDriverMockRecorder) Loader

Loader indicates an expected call of Loader.

func (*MockCoreDeviceDriverMockRecorder) MapMemory

func (mr *MockCoreDeviceDriverMockRecorder) MapMemory(memory, offset, size, flags any) *gomock.Call

MapMemory indicates an expected call of MapMemory.

func (*MockCoreDeviceDriverMockRecorder) MergePipelineCaches

func (mr *MockCoreDeviceDriverMockRecorder) MergePipelineCaches(dstCache any, srcCaches ...any) *gomock.Call

MergePipelineCaches indicates an expected call of MergePipelineCaches.

func (*MockCoreDeviceDriverMockRecorder) QueueBindSparse

func (mr *MockCoreDeviceDriverMockRecorder) QueueBindSparse(queue, fence any, bindInfos ...any) *gomock.Call

QueueBindSparse indicates an expected call of QueueBindSparse.

func (*MockCoreDeviceDriverMockRecorder) QueueSubmit

func (mr *MockCoreDeviceDriverMockRecorder) QueueSubmit(queue, fence any, o ...any) *gomock.Call

QueueSubmit indicates an expected call of QueueSubmit.

func (*MockCoreDeviceDriverMockRecorder) QueueWaitIdle

func (mr *MockCoreDeviceDriverMockRecorder) QueueWaitIdle(queue any) *gomock.Call

QueueWaitIdle indicates an expected call of QueueWaitIdle.

func (*MockCoreDeviceDriverMockRecorder) ResetCommandBuffer

func (mr *MockCoreDeviceDriverMockRecorder) ResetCommandBuffer(commandBuffer, flags any) *gomock.Call

ResetCommandBuffer indicates an expected call of ResetCommandBuffer.

func (*MockCoreDeviceDriverMockRecorder) ResetCommandPool

func (mr *MockCoreDeviceDriverMockRecorder) ResetCommandPool(commandPool, flags any) *gomock.Call

ResetCommandPool indicates an expected call of ResetCommandPool.

func (*MockCoreDeviceDriverMockRecorder) ResetDescriptorPool

func (mr *MockCoreDeviceDriverMockRecorder) ResetDescriptorPool(descriptorPool, flags any) *gomock.Call

ResetDescriptorPool indicates an expected call of ResetDescriptorPool.

func (*MockCoreDeviceDriverMockRecorder) ResetEvent

func (mr *MockCoreDeviceDriverMockRecorder) ResetEvent(event any) *gomock.Call

ResetEvent indicates an expected call of ResetEvent.

func (*MockCoreDeviceDriverMockRecorder) ResetFences

func (mr *MockCoreDeviceDriverMockRecorder) ResetFences(fences ...any) *gomock.Call

ResetFences indicates an expected call of ResetFences.

func (*MockCoreDeviceDriverMockRecorder) ResetQueryPool

func (mr *MockCoreDeviceDriverMockRecorder) ResetQueryPool(queryPool, firstQuery, queryCount any) *gomock.Call

ResetQueryPool indicates an expected call of ResetQueryPool.

func (*MockCoreDeviceDriverMockRecorder) SetEvent

func (mr *MockCoreDeviceDriverMockRecorder) SetEvent(event any) *gomock.Call

SetEvent indicates an expected call of SetEvent.

func (*MockCoreDeviceDriverMockRecorder) SignalSemaphore

func (mr *MockCoreDeviceDriverMockRecorder) SignalSemaphore(o any) *gomock.Call

SignalSemaphore indicates an expected call of SignalSemaphore.

func (*MockCoreDeviceDriverMockRecorder) TrimCommandPool

func (mr *MockCoreDeviceDriverMockRecorder) TrimCommandPool(commandPool, flags any) *gomock.Call

TrimCommandPool indicates an expected call of TrimCommandPool.

func (*MockCoreDeviceDriverMockRecorder) UnmapMemory

func (mr *MockCoreDeviceDriverMockRecorder) UnmapMemory(memory any) *gomock.Call

UnmapMemory indicates an expected call of UnmapMemory.

func (*MockCoreDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromBuffer

func (mr *MockCoreDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromBuffer(descriptorSet, template, data any) *gomock.Call

UpdateDescriptorSetWithTemplateFromBuffer indicates an expected call of UpdateDescriptorSetWithTemplateFromBuffer.

func (*MockCoreDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromImage

func (mr *MockCoreDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromImage(descriptorSet, template, data any) *gomock.Call

UpdateDescriptorSetWithTemplateFromImage indicates an expected call of UpdateDescriptorSetWithTemplateFromImage.

func (*MockCoreDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromObjectHandle

func (mr *MockCoreDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromObjectHandle(descriptorSet, template, data any) *gomock.Call

UpdateDescriptorSetWithTemplateFromObjectHandle indicates an expected call of UpdateDescriptorSetWithTemplateFromObjectHandle.

func (*MockCoreDeviceDriverMockRecorder) UpdateDescriptorSets

func (mr *MockCoreDeviceDriverMockRecorder) UpdateDescriptorSets(writes, copies any) *gomock.Call

UpdateDescriptorSets indicates an expected call of UpdateDescriptorSets.

func (*MockCoreDeviceDriverMockRecorder) WaitForFences

func (mr *MockCoreDeviceDriverMockRecorder) WaitForFences(waitForAll, timeout any, fences ...any) *gomock.Call

WaitForFences indicates an expected call of WaitForFences.

func (*MockCoreDeviceDriverMockRecorder) WaitSemaphores

func (mr *MockCoreDeviceDriverMockRecorder) WaitSemaphores(timeout, o any) *gomock.Call

WaitSemaphores indicates an expected call of WaitSemaphores.

type MockCoreInstanceDriver

type MockCoreInstanceDriver struct {
	// contains filtered or unexported fields
}

MockCoreInstanceDriver is a mock of CoreInstanceDriver interface.

func NewMockCoreInstanceDriver

func NewMockCoreInstanceDriver(ctrl *gomock.Controller) *MockCoreInstanceDriver

NewMockCoreInstanceDriver creates a new mock instance.

func (*MockCoreInstanceDriver) AvailableExtensions

func (m *MockCoreInstanceDriver) AvailableExtensions() (map[string]*core1_0.ExtensionProperties, common.VkResult, error)

AvailableExtensions mocks base method.

func (*MockCoreInstanceDriver) AvailableExtensionsForLayer

func (m *MockCoreInstanceDriver) AvailableExtensionsForLayer(layerName string) (map[string]*core1_0.ExtensionProperties, common.VkResult, error)

AvailableExtensionsForLayer mocks base method.

func (*MockCoreInstanceDriver) AvailableLayers

AvailableLayers mocks base method.

func (*MockCoreInstanceDriver) CreateDevice

CreateDevice mocks base method.

func (*MockCoreInstanceDriver) CreateInstance

CreateInstance mocks base method.

func (*MockCoreInstanceDriver) DestroyInstance

func (m *MockCoreInstanceDriver) DestroyInstance(callbacks *loader.AllocationCallbacks)

DestroyInstance mocks base method.

func (*MockCoreInstanceDriver) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCoreInstanceDriver) EnumerateDeviceExtensionProperties

func (m *MockCoreInstanceDriver) EnumerateDeviceExtensionProperties(physicalDevice core1_0.PhysicalDevice) (map[string]*core1_0.ExtensionProperties, common.VkResult, error)

EnumerateDeviceExtensionProperties mocks base method.

func (*MockCoreInstanceDriver) EnumerateDeviceExtensionPropertiesForLayer

func (m *MockCoreInstanceDriver) EnumerateDeviceExtensionPropertiesForLayer(physicalDevice core1_0.PhysicalDevice, layerName string) (map[string]*core1_0.ExtensionProperties, common.VkResult, error)

EnumerateDeviceExtensionPropertiesForLayer mocks base method.

func (*MockCoreInstanceDriver) EnumerateDeviceLayerProperties

func (m *MockCoreInstanceDriver) EnumerateDeviceLayerProperties(physicalDevice core1_0.PhysicalDevice) (map[string]*core1_0.LayerProperties, common.VkResult, error)

EnumerateDeviceLayerProperties mocks base method.

func (*MockCoreInstanceDriver) EnumeratePhysicalDeviceGroups

func (m *MockCoreInstanceDriver) EnumeratePhysicalDeviceGroups(outDataFactory func() *core1_1.PhysicalDeviceGroupProperties) ([]*core1_1.PhysicalDeviceGroupProperties, common.VkResult, error)

EnumeratePhysicalDeviceGroups mocks base method.

func (*MockCoreInstanceDriver) EnumeratePhysicalDevices

func (m *MockCoreInstanceDriver) EnumeratePhysicalDevices() ([]core1_0.PhysicalDevice, common.VkResult, error)

EnumeratePhysicalDevices mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceExternalBufferProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceExternalBufferProperties(physicalDevice core1_0.PhysicalDevice, o core1_1.PhysicalDeviceExternalBufferInfo, outData *core1_1.ExternalBufferProperties) error

GetPhysicalDeviceExternalBufferProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceExternalFenceProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceExternalFenceProperties(physicalDevice core1_0.PhysicalDevice, o core1_1.PhysicalDeviceExternalFenceInfo, outData *core1_1.ExternalFenceProperties) error

GetPhysicalDeviceExternalFenceProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceExternalSemaphoreProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice core1_0.PhysicalDevice, o core1_1.PhysicalDeviceExternalSemaphoreInfo, outData *core1_1.ExternalSemaphoreProperties) error

GetPhysicalDeviceExternalSemaphoreProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceFeatures

func (m *MockCoreInstanceDriver) GetPhysicalDeviceFeatures(physicalDevice core1_0.PhysicalDevice) *core1_0.PhysicalDeviceFeatures

GetPhysicalDeviceFeatures mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceFeatures2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceFeatures2(physicalDevice core1_0.PhysicalDevice, out *core1_1.PhysicalDeviceFeatures2) error

GetPhysicalDeviceFeatures2 mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceFormatProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceFormatProperties(physicalDevice core1_0.PhysicalDevice, format core1_0.Format) *core1_0.FormatProperties

GetPhysicalDeviceFormatProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceFormatProperties2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceFormatProperties2(physicalDevice core1_0.PhysicalDevice, format core1_0.Format, out *core1_1.FormatProperties2) error

GetPhysicalDeviceFormatProperties2 mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceImageFormatProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceImageFormatProperties(physicalDevice core1_0.PhysicalDevice, format core1_0.Format, imageType core1_0.ImageType, tiling core1_0.ImageTiling, usages core1_0.ImageUsageFlags, flags core1_0.ImageCreateFlags) (*core1_0.ImageFormatProperties, common.VkResult, error)

GetPhysicalDeviceImageFormatProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceImageFormatProperties2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceImageFormatProperties2(physicalDevice core1_0.PhysicalDevice, o core1_1.PhysicalDeviceImageFormatInfo2, out *core1_1.ImageFormatProperties2) (common.VkResult, error)

GetPhysicalDeviceImageFormatProperties2 mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceMemoryProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceMemoryProperties(physicalDevice core1_0.PhysicalDevice) *core1_0.PhysicalDeviceMemoryProperties

GetPhysicalDeviceMemoryProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceMemoryProperties2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceMemoryProperties2(physicalDevice core1_0.PhysicalDevice, out *core1_1.PhysicalDeviceMemoryProperties2) error

GetPhysicalDeviceMemoryProperties2 mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceProperties(physicalDevice core1_0.PhysicalDevice) (*core1_0.PhysicalDeviceProperties, error)

GetPhysicalDeviceProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceProperties2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceProperties2(physicalDevice core1_0.PhysicalDevice, out *core1_1.PhysicalDeviceProperties2) error

GetPhysicalDeviceProperties2 mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceQueueFamilyProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceQueueFamilyProperties(physicalDevice core1_0.PhysicalDevice) []*core1_0.QueueFamilyProperties

GetPhysicalDeviceQueueFamilyProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceQueueFamilyProperties2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceQueueFamilyProperties2(physicalDevice core1_0.PhysicalDevice, outDataFactory func() *core1_1.QueueFamilyProperties2) ([]*core1_1.QueueFamilyProperties2, error)

GetPhysicalDeviceQueueFamilyProperties2 mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceSparseImageFormatProperties

func (m *MockCoreInstanceDriver) GetPhysicalDeviceSparseImageFormatProperties(physicalDevice core1_0.PhysicalDevice, format core1_0.Format, imageType core1_0.ImageType, samples core1_0.SampleCountFlags, usages core1_0.ImageUsageFlags, tiling core1_0.ImageTiling) []core1_0.SparseImageFormatProperties

GetPhysicalDeviceSparseImageFormatProperties mocks base method.

func (*MockCoreInstanceDriver) GetPhysicalDeviceSparseImageFormatProperties2

func (m *MockCoreInstanceDriver) GetPhysicalDeviceSparseImageFormatProperties2(physicalDevice core1_0.PhysicalDevice, o core1_1.PhysicalDeviceSparseImageFormatInfo2, outDataFactory func() *core1_1.SparseImageFormatProperties2) ([]*core1_1.SparseImageFormatProperties2, error)

GetPhysicalDeviceSparseImageFormatProperties2 mocks base method.

func (*MockCoreInstanceDriver) Instance

func (m *MockCoreInstanceDriver) Instance() core1_0.Instance

Instance mocks base method.

func (*MockCoreInstanceDriver) Loader

func (m *MockCoreInstanceDriver) Loader() loader.Loader

Loader mocks base method.

type MockCoreInstanceDriverMockRecorder

type MockCoreInstanceDriverMockRecorder struct {
	// contains filtered or unexported fields
}

MockCoreInstanceDriverMockRecorder is the mock recorder for MockCoreInstanceDriver.

func (*MockCoreInstanceDriverMockRecorder) AvailableExtensions

func (mr *MockCoreInstanceDriverMockRecorder) AvailableExtensions() *gomock.Call

AvailableExtensions indicates an expected call of AvailableExtensions.

func (*MockCoreInstanceDriverMockRecorder) AvailableExtensionsForLayer

func (mr *MockCoreInstanceDriverMockRecorder) AvailableExtensionsForLayer(layerName any) *gomock.Call

AvailableExtensionsForLayer indicates an expected call of AvailableExtensionsForLayer.

func (*MockCoreInstanceDriverMockRecorder) AvailableLayers

func (mr *MockCoreInstanceDriverMockRecorder) AvailableLayers() *gomock.Call

AvailableLayers indicates an expected call of AvailableLayers.

func (*MockCoreInstanceDriverMockRecorder) CreateDevice

func (mr *MockCoreInstanceDriverMockRecorder) CreateDevice(physicalDevice, allocationCallbacks, options any) *gomock.Call

CreateDevice indicates an expected call of CreateDevice.

func (*MockCoreInstanceDriverMockRecorder) CreateInstance

func (mr *MockCoreInstanceDriverMockRecorder) CreateInstance(allocationCallbacks, options any) *gomock.Call

CreateInstance indicates an expected call of CreateInstance.

func (*MockCoreInstanceDriverMockRecorder) DestroyInstance

func (mr *MockCoreInstanceDriverMockRecorder) DestroyInstance(callbacks any) *gomock.Call

DestroyInstance indicates an expected call of DestroyInstance.

func (*MockCoreInstanceDriverMockRecorder) EnumerateDeviceExtensionProperties

func (mr *MockCoreInstanceDriverMockRecorder) EnumerateDeviceExtensionProperties(physicalDevice any) *gomock.Call

EnumerateDeviceExtensionProperties indicates an expected call of EnumerateDeviceExtensionProperties.

func (*MockCoreInstanceDriverMockRecorder) EnumerateDeviceExtensionPropertiesForLayer

func (mr *MockCoreInstanceDriverMockRecorder) EnumerateDeviceExtensionPropertiesForLayer(physicalDevice, layerName any) *gomock.Call

EnumerateDeviceExtensionPropertiesForLayer indicates an expected call of EnumerateDeviceExtensionPropertiesForLayer.

func (*MockCoreInstanceDriverMockRecorder) EnumerateDeviceLayerProperties

func (mr *MockCoreInstanceDriverMockRecorder) EnumerateDeviceLayerProperties(physicalDevice any) *gomock.Call

EnumerateDeviceLayerProperties indicates an expected call of EnumerateDeviceLayerProperties.

func (*MockCoreInstanceDriverMockRecorder) EnumeratePhysicalDeviceGroups

func (mr *MockCoreInstanceDriverMockRecorder) EnumeratePhysicalDeviceGroups(outDataFactory any) *gomock.Call

EnumeratePhysicalDeviceGroups indicates an expected call of EnumeratePhysicalDeviceGroups.

func (*MockCoreInstanceDriverMockRecorder) EnumeratePhysicalDevices

func (mr *MockCoreInstanceDriverMockRecorder) EnumeratePhysicalDevices() *gomock.Call

EnumeratePhysicalDevices indicates an expected call of EnumeratePhysicalDevices.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceExternalBufferProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceExternalBufferProperties(physicalDevice, o, outData any) *gomock.Call

GetPhysicalDeviceExternalBufferProperties indicates an expected call of GetPhysicalDeviceExternalBufferProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceExternalFenceProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceExternalFenceProperties(physicalDevice, o, outData any) *gomock.Call

GetPhysicalDeviceExternalFenceProperties indicates an expected call of GetPhysicalDeviceExternalFenceProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceExternalSemaphoreProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, o, outData any) *gomock.Call

GetPhysicalDeviceExternalSemaphoreProperties indicates an expected call of GetPhysicalDeviceExternalSemaphoreProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFeatures

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFeatures(physicalDevice any) *gomock.Call

GetPhysicalDeviceFeatures indicates an expected call of GetPhysicalDeviceFeatures.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFeatures2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFeatures2(physicalDevice, out any) *gomock.Call

GetPhysicalDeviceFeatures2 indicates an expected call of GetPhysicalDeviceFeatures2.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFormatProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFormatProperties(physicalDevice, format any) *gomock.Call

GetPhysicalDeviceFormatProperties indicates an expected call of GetPhysicalDeviceFormatProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFormatProperties2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceFormatProperties2(physicalDevice, format, out any) *gomock.Call

GetPhysicalDeviceFormatProperties2 indicates an expected call of GetPhysicalDeviceFormatProperties2.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceImageFormatProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceImageFormatProperties(physicalDevice, format, imageType, tiling, usages, flags any) *gomock.Call

GetPhysicalDeviceImageFormatProperties indicates an expected call of GetPhysicalDeviceImageFormatProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceImageFormatProperties2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceImageFormatProperties2(physicalDevice, o, out any) *gomock.Call

GetPhysicalDeviceImageFormatProperties2 indicates an expected call of GetPhysicalDeviceImageFormatProperties2.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceMemoryProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceMemoryProperties(physicalDevice any) *gomock.Call

GetPhysicalDeviceMemoryProperties indicates an expected call of GetPhysicalDeviceMemoryProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceMemoryProperties2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceMemoryProperties2(physicalDevice, out any) *gomock.Call

GetPhysicalDeviceMemoryProperties2 indicates an expected call of GetPhysicalDeviceMemoryProperties2.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceProperties(physicalDevice any) *gomock.Call

GetPhysicalDeviceProperties indicates an expected call of GetPhysicalDeviceProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceProperties2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceProperties2(physicalDevice, out any) *gomock.Call

GetPhysicalDeviceProperties2 indicates an expected call of GetPhysicalDeviceProperties2.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceQueueFamilyProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceQueueFamilyProperties(physicalDevice any) *gomock.Call

GetPhysicalDeviceQueueFamilyProperties indicates an expected call of GetPhysicalDeviceQueueFamilyProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceQueueFamilyProperties2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceQueueFamilyProperties2(physicalDevice, outDataFactory any) *gomock.Call

GetPhysicalDeviceQueueFamilyProperties2 indicates an expected call of GetPhysicalDeviceQueueFamilyProperties2.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceSparseImageFormatProperties

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceSparseImageFormatProperties(physicalDevice, format, imageType, samples, usages, tiling any) *gomock.Call

GetPhysicalDeviceSparseImageFormatProperties indicates an expected call of GetPhysicalDeviceSparseImageFormatProperties.

func (*MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceSparseImageFormatProperties2

func (mr *MockCoreInstanceDriverMockRecorder) GetPhysicalDeviceSparseImageFormatProperties2(physicalDevice, o, outDataFactory any) *gomock.Call

GetPhysicalDeviceSparseImageFormatProperties2 indicates an expected call of GetPhysicalDeviceSparseImageFormatProperties2.

func (*MockCoreInstanceDriverMockRecorder) Instance

Instance indicates an expected call of Instance.

func (*MockCoreInstanceDriverMockRecorder) Loader

Loader indicates an expected call of Loader.

type MockDeviceDriver

type MockDeviceDriver struct {
	// contains filtered or unexported fields
}

MockDeviceDriver is a mock of DeviceDriver interface.

func NewMockDeviceDriver

func NewMockDeviceDriver(ctrl *gomock.Controller) *MockDeviceDriver

NewMockDeviceDriver creates a new mock instance.

func (*MockDeviceDriver) AllocateCommandBuffers

AllocateCommandBuffers mocks base method.

func (*MockDeviceDriver) AllocateDescriptorSets

AllocateDescriptorSets mocks base method.

func (*MockDeviceDriver) AllocateMemory

AllocateMemory mocks base method.

func (*MockDeviceDriver) BeginCommandBuffer

func (m *MockDeviceDriver) BeginCommandBuffer(commandBuffer core1_0.CommandBuffer, o core1_0.CommandBufferBeginInfo) (common.VkResult, error)

BeginCommandBuffer mocks base method.

func (*MockDeviceDriver) BindBufferMemory

func (m *MockDeviceDriver) BindBufferMemory(buffer core1_0.Buffer, memory core1_0.DeviceMemory, offset int) (common.VkResult, error)

BindBufferMemory mocks base method.

func (*MockDeviceDriver) BindBufferMemory2

func (m *MockDeviceDriver) BindBufferMemory2(o ...core1_1.BindBufferMemoryInfo) (common.VkResult, error)

BindBufferMemory2 mocks base method.

func (*MockDeviceDriver) BindImageMemory

func (m *MockDeviceDriver) BindImageMemory(image core1_0.Image, memory core1_0.DeviceMemory, offset int) (common.VkResult, error)

BindImageMemory mocks base method.

func (*MockDeviceDriver) BindImageMemory2

func (m *MockDeviceDriver) BindImageMemory2(o ...core1_1.BindImageMemoryInfo) (common.VkResult, error)

BindImageMemory2 mocks base method.

func (*MockDeviceDriver) CmdBeginQuery

func (m *MockDeviceDriver) CmdBeginQuery(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, query int, flags core1_0.QueryControlFlags)

CmdBeginQuery mocks base method.

func (*MockDeviceDriver) CmdBeginRenderPass

func (m *MockDeviceDriver) CmdBeginRenderPass(commandBuffer core1_0.CommandBuffer, contents core1_0.SubpassContents, o core1_0.RenderPassBeginInfo) error

CmdBeginRenderPass mocks base method.

func (*MockDeviceDriver) CmdBeginRenderPass2

func (m *MockDeviceDriver) CmdBeginRenderPass2(commandBuffer core1_0.CommandBuffer, renderPassBegin core1_0.RenderPassBeginInfo, subpassBegin core1_2.SubpassBeginInfo) error

CmdBeginRenderPass2 mocks base method.

func (*MockDeviceDriver) CmdBindDescriptorSets

func (m *MockDeviceDriver) CmdBindDescriptorSets(commandBuffer core1_0.CommandBuffer, bindPoint core1_0.PipelineBindPoint, layout core1_0.PipelineLayout, firstSet int, sets []core1_0.DescriptorSet, dynamicOffsets []int)

CmdBindDescriptorSets mocks base method.

func (*MockDeviceDriver) CmdBindIndexBuffer

func (m *MockDeviceDriver) CmdBindIndexBuffer(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset int, indexType core1_0.IndexType)

CmdBindIndexBuffer mocks base method.

func (*MockDeviceDriver) CmdBindPipeline

func (m *MockDeviceDriver) CmdBindPipeline(commandBuffer core1_0.CommandBuffer, bindPoint core1_0.PipelineBindPoint, pipeline core1_0.Pipeline)

CmdBindPipeline mocks base method.

func (*MockDeviceDriver) CmdBindVertexBuffers

func (m *MockDeviceDriver) CmdBindVertexBuffers(commandBuffer core1_0.CommandBuffer, firstBinding int, buffers []core1_0.Buffer, bufferOffsets []int)

CmdBindVertexBuffers mocks base method.

func (*MockDeviceDriver) CmdBlitImage

func (m *MockDeviceDriver) CmdBlitImage(commandBuffer core1_0.CommandBuffer, sourceImage core1_0.Image, sourceImageLayout core1_0.ImageLayout, destinationImage core1_0.Image, destinationImageLayout core1_0.ImageLayout, regions []core1_0.ImageBlit, filter core1_0.Filter) error

CmdBlitImage mocks base method.

func (*MockDeviceDriver) CmdClearAttachments

func (m *MockDeviceDriver) CmdClearAttachments(commandBuffer core1_0.CommandBuffer, attachments []core1_0.ClearAttachment, rects []core1_0.ClearRect) error

CmdClearAttachments mocks base method.

func (*MockDeviceDriver) CmdClearColorImage

func (m *MockDeviceDriver) CmdClearColorImage(commandBuffer core1_0.CommandBuffer, image core1_0.Image, imageLayout core1_0.ImageLayout, color core1_0.ClearColorValue, ranges ...core1_0.ImageSubresourceRange)

CmdClearColorImage mocks base method.

func (*MockDeviceDriver) CmdClearDepthStencilImage

func (m *MockDeviceDriver) CmdClearDepthStencilImage(commandBuffer core1_0.CommandBuffer, image core1_0.Image, imageLayout core1_0.ImageLayout, depthStencil *core1_0.ClearValueDepthStencil, ranges ...core1_0.ImageSubresourceRange)

CmdClearDepthStencilImage mocks base method.

func (*MockDeviceDriver) CmdCopyBuffer

func (m *MockDeviceDriver) CmdCopyBuffer(commandBuffer core1_0.CommandBuffer, srcBuffer, dstBuffer core1_0.Buffer, copyRegions ...core1_0.BufferCopy) error

CmdCopyBuffer mocks base method.

func (*MockDeviceDriver) CmdCopyBufferToImage

func (m *MockDeviceDriver) CmdCopyBufferToImage(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, image core1_0.Image, layout core1_0.ImageLayout, regions ...core1_0.BufferImageCopy) error

CmdCopyBufferToImage mocks base method.

func (*MockDeviceDriver) CmdCopyImage

func (m *MockDeviceDriver) CmdCopyImage(commandBuffer core1_0.CommandBuffer, srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstImage core1_0.Image, dstImageLayout core1_0.ImageLayout, regions ...core1_0.ImageCopy) error

CmdCopyImage mocks base method.

func (*MockDeviceDriver) CmdCopyImageToBuffer

func (m *MockDeviceDriver) CmdCopyImageToBuffer(commandBuffer core1_0.CommandBuffer, srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstBuffer core1_0.Buffer, regions ...core1_0.BufferImageCopy) error

CmdCopyImageToBuffer mocks base method.

func (*MockDeviceDriver) CmdCopyQueryPoolResults

func (m *MockDeviceDriver) CmdCopyQueryPoolResults(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, firstQuery, queryCount int, dstBuffer core1_0.Buffer, dstOffset, stride int, flags core1_0.QueryResultFlags)

CmdCopyQueryPoolResults mocks base method.

func (*MockDeviceDriver) CmdDispatch

func (m *MockDeviceDriver) CmdDispatch(commandBuffer core1_0.CommandBuffer, groupCountX, groupCountY, groupCountZ int)

CmdDispatch mocks base method.

func (*MockDeviceDriver) CmdDispatchBase

func (m *MockDeviceDriver) CmdDispatchBase(commandBuffer core1_0.CommandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ int)

CmdDispatchBase mocks base method.

func (*MockDeviceDriver) CmdDispatchIndirect

func (m *MockDeviceDriver) CmdDispatchIndirect(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset int)

CmdDispatchIndirect mocks base method.

func (*MockDeviceDriver) CmdDraw

func (m *MockDeviceDriver) CmdDraw(commandBuffer core1_0.CommandBuffer, vertexCount, instanceCount int, firstVertex, firstInstance uint32)

CmdDraw mocks base method.

func (*MockDeviceDriver) CmdDrawIndexed

func (m *MockDeviceDriver) CmdDrawIndexed(commandBuffer core1_0.CommandBuffer, indexCount, instanceCount int, firstIndex uint32, vertexOffset int, firstInstance uint32)

CmdDrawIndexed mocks base method.

func (*MockDeviceDriver) CmdDrawIndexedIndirect

func (m *MockDeviceDriver) CmdDrawIndexedIndirect(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndexedIndirect mocks base method.

func (*MockDeviceDriver) CmdDrawIndexedIndirectCount

func (m *MockDeviceDriver) CmdDrawIndexedIndirectCount(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset uint64, countBuffer core1_0.Buffer, countBufferOffset uint64, maxDrawCount, stride int)

CmdDrawIndexedIndirectCount mocks base method.

func (*MockDeviceDriver) CmdDrawIndirect

func (m *MockDeviceDriver) CmdDrawIndirect(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndirect mocks base method.

func (*MockDeviceDriver) CmdDrawIndirectCount

func (m *MockDeviceDriver) CmdDrawIndirectCount(commandBuffer core1_0.CommandBuffer, buffer core1_0.Buffer, offset uint64, countBuffer core1_0.Buffer, countBufferOffset uint64, maxDrawCount, stride int)

CmdDrawIndirectCount mocks base method.

func (*MockDeviceDriver) CmdEndQuery

func (m *MockDeviceDriver) CmdEndQuery(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, query int)

CmdEndQuery mocks base method.

func (*MockDeviceDriver) CmdEndRenderPass

func (m *MockDeviceDriver) CmdEndRenderPass(commandBuffer core1_0.CommandBuffer)

CmdEndRenderPass mocks base method.

func (*MockDeviceDriver) CmdEndRenderPass2

func (m *MockDeviceDriver) CmdEndRenderPass2(commandBuffer core1_0.CommandBuffer, subpassEnd core1_2.SubpassEndInfo) error

CmdEndRenderPass2 mocks base method.

func (*MockDeviceDriver) CmdExecuteCommands

func (m *MockDeviceDriver) CmdExecuteCommands(commandBuffer core1_0.CommandBuffer, commandBuffers ...core1_0.CommandBuffer)

CmdExecuteCommands mocks base method.

func (*MockDeviceDriver) CmdFillBuffer

func (m *MockDeviceDriver) CmdFillBuffer(commandBuffer core1_0.CommandBuffer, dstBuffer core1_0.Buffer, dstOffset, size int, data uint32)

CmdFillBuffer mocks base method.

func (*MockDeviceDriver) CmdNextSubpass

func (m *MockDeviceDriver) CmdNextSubpass(commandBuffer core1_0.CommandBuffer, contents core1_0.SubpassContents)

CmdNextSubpass mocks base method.

func (*MockDeviceDriver) CmdNextSubpass2

func (m *MockDeviceDriver) CmdNextSubpass2(commandBuffer core1_0.CommandBuffer, subpassBegin core1_2.SubpassBeginInfo, subpassEnd core1_2.SubpassEndInfo) error

CmdNextSubpass2 mocks base method.

func (*MockDeviceDriver) CmdPipelineBarrier

func (m *MockDeviceDriver) CmdPipelineBarrier(commandBuffer core1_0.CommandBuffer, srcStageMask, dstStageMask core1_0.PipelineStageFlags, dependencies core1_0.DependencyFlags, memoryBarriers []core1_0.MemoryBarrier, bufferMemoryBarriers []core1_0.BufferMemoryBarrier, imageMemoryBarriers []core1_0.ImageMemoryBarrier) error

CmdPipelineBarrier mocks base method.

func (*MockDeviceDriver) CmdPushConstants

func (m *MockDeviceDriver) CmdPushConstants(commandBuffer core1_0.CommandBuffer, layout core1_0.PipelineLayout, stageFlags core1_0.ShaderStageFlags, offset int, valueBytes []byte)

CmdPushConstants mocks base method.

func (*MockDeviceDriver) CmdResetEvent

func (m *MockDeviceDriver) CmdResetEvent(commandBuffer core1_0.CommandBuffer, event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdResetEvent mocks base method.

func (*MockDeviceDriver) CmdResetQueryPool

func (m *MockDeviceDriver) CmdResetQueryPool(commandBuffer core1_0.CommandBuffer, queryPool core1_0.QueryPool, startQuery, queryCount int)

CmdResetQueryPool mocks base method.

func (*MockDeviceDriver) CmdResolveImage

func (m *MockDeviceDriver) CmdResolveImage(commandBuffer core1_0.CommandBuffer, srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstImage core1_0.Image, dstImageLayout core1_0.ImageLayout, regions ...core1_0.ImageResolve) error

CmdResolveImage mocks base method.

func (*MockDeviceDriver) CmdSetBlendConstants

func (m *MockDeviceDriver) CmdSetBlendConstants(commandBuffer core1_0.CommandBuffer, blendConstants [4]float32)

CmdSetBlendConstants mocks base method.

func (*MockDeviceDriver) CmdSetDepthBias

func (m *MockDeviceDriver) CmdSetDepthBias(commandBuffer core1_0.CommandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor float32)

CmdSetDepthBias mocks base method.

func (*MockDeviceDriver) CmdSetDepthBounds

func (m *MockDeviceDriver) CmdSetDepthBounds(commandBuffer core1_0.CommandBuffer, min, max float32)

CmdSetDepthBounds mocks base method.

func (*MockDeviceDriver) CmdSetDeviceMask

func (m *MockDeviceDriver) CmdSetDeviceMask(commandBuffer core1_0.CommandBuffer, deviceMask uint32)

CmdSetDeviceMask mocks base method.

func (*MockDeviceDriver) CmdSetEvent

func (m *MockDeviceDriver) CmdSetEvent(commandBuffer core1_0.CommandBuffer, event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdSetEvent mocks base method.

func (*MockDeviceDriver) CmdSetLineWidth

func (m *MockDeviceDriver) CmdSetLineWidth(commandBuffer core1_0.CommandBuffer, lineWidth float32)

CmdSetLineWidth mocks base method.

func (*MockDeviceDriver) CmdSetScissor

func (m *MockDeviceDriver) CmdSetScissor(commandBuffer core1_0.CommandBuffer, scissors ...core1_0.Rect2D)

CmdSetScissor mocks base method.

func (*MockDeviceDriver) CmdSetStencilCompareMask

func (m *MockDeviceDriver) CmdSetStencilCompareMask(commandBuffer core1_0.CommandBuffer, faceMask core1_0.StencilFaceFlags, compareMask uint32)

CmdSetStencilCompareMask mocks base method.

func (*MockDeviceDriver) CmdSetStencilReference

func (m *MockDeviceDriver) CmdSetStencilReference(commandBuffer core1_0.CommandBuffer, faceMask core1_0.StencilFaceFlags, reference uint32)

CmdSetStencilReference mocks base method.

func (*MockDeviceDriver) CmdSetStencilWriteMask

func (m *MockDeviceDriver) CmdSetStencilWriteMask(commandBuffer core1_0.CommandBuffer, faceMask core1_0.StencilFaceFlags, writeMask uint32)

CmdSetStencilWriteMask mocks base method.

func (*MockDeviceDriver) CmdSetViewport

func (m *MockDeviceDriver) CmdSetViewport(commandBuffer core1_0.CommandBuffer, viewports ...core1_0.Viewport)

CmdSetViewport mocks base method.

func (*MockDeviceDriver) CmdUpdateBuffer

func (m *MockDeviceDriver) CmdUpdateBuffer(commandBuffer core1_0.CommandBuffer, dstBuffer core1_0.Buffer, dstOffset, dataSize int, data []byte)

CmdUpdateBuffer mocks base method.

func (*MockDeviceDriver) CmdWaitEvents

func (m *MockDeviceDriver) CmdWaitEvents(commandBuffer core1_0.CommandBuffer, events []core1_0.Event, srcStageMask, dstStageMask core1_0.PipelineStageFlags, memoryBarriers []core1_0.MemoryBarrier, bufferMemoryBarriers []core1_0.BufferMemoryBarrier, imageMemoryBarriers []core1_0.ImageMemoryBarrier) error

CmdWaitEvents mocks base method.

func (*MockDeviceDriver) CmdWriteTimestamp

func (m *MockDeviceDriver) CmdWriteTimestamp(commandBuffer core1_0.CommandBuffer, pipelineStage core1_0.PipelineStageFlags, queryPool core1_0.QueryPool, query int)

CmdWriteTimestamp mocks base method.

func (*MockDeviceDriver) CreateBuffer

CreateBuffer mocks base method.

func (*MockDeviceDriver) CreateBufferView

CreateBufferView mocks base method.

func (*MockDeviceDriver) CreateCommandPool

CreateCommandPool mocks base method.

func (*MockDeviceDriver) CreateComputePipelines

func (m *MockDeviceDriver) CreateComputePipelines(pipelineCache *core1_0.PipelineCache, allocationCallbacks *loader.AllocationCallbacks, o ...core1_0.ComputePipelineCreateInfo) ([]core1_0.Pipeline, common.VkResult, error)

CreateComputePipelines mocks base method.

func (*MockDeviceDriver) CreateDescriptorPool

CreateDescriptorPool mocks base method.

func (*MockDeviceDriver) CreateDescriptorSetLayout

CreateDescriptorSetLayout mocks base method.

func (*MockDeviceDriver) CreateDescriptorUpdateTemplate

CreateDescriptorUpdateTemplate mocks base method.

func (*MockDeviceDriver) CreateEvent

func (m *MockDeviceDriver) CreateEvent(allocationCallbacks *loader.AllocationCallbacks, options core1_0.EventCreateInfo) (core1_0.Event, common.VkResult, error)

CreateEvent mocks base method.

func (*MockDeviceDriver) CreateFence

CreateFence mocks base method.

func (*MockDeviceDriver) CreateFramebuffer

CreateFramebuffer mocks base method.

func (*MockDeviceDriver) CreateGraphicsPipelines

func (m *MockDeviceDriver) CreateGraphicsPipelines(pipelineCache *core1_0.PipelineCache, allocationCallbacks *loader.AllocationCallbacks, o ...core1_0.GraphicsPipelineCreateInfo) ([]core1_0.Pipeline, common.VkResult, error)

CreateGraphicsPipelines mocks base method.

func (*MockDeviceDriver) CreateImage

func (m *MockDeviceDriver) CreateImage(allocationCallbacks *loader.AllocationCallbacks, options core1_0.ImageCreateInfo) (core1_0.Image, common.VkResult, error)

CreateImage mocks base method.

func (*MockDeviceDriver) CreateImageView

CreateImageView mocks base method.

func (*MockDeviceDriver) CreatePipelineCache

CreatePipelineCache mocks base method.

func (*MockDeviceDriver) CreatePipelineLayout

CreatePipelineLayout mocks base method.

func (*MockDeviceDriver) CreateQueryPool

CreateQueryPool mocks base method.

func (*MockDeviceDriver) CreateRenderPass

CreateRenderPass mocks base method.

func (*MockDeviceDriver) CreateRenderPass2

CreateRenderPass2 mocks base method.

func (*MockDeviceDriver) CreateSampler

CreateSampler mocks base method.

func (*MockDeviceDriver) CreateSamplerYcbcrConversion

CreateSamplerYcbcrConversion mocks base method.

func (*MockDeviceDriver) CreateSemaphore

CreateSemaphore mocks base method.

func (*MockDeviceDriver) CreateShaderModule

CreateShaderModule mocks base method.

func (*MockDeviceDriver) DestroyBuffer

func (m *MockDeviceDriver) DestroyBuffer(buffer core1_0.Buffer, callbacks *loader.AllocationCallbacks)

DestroyBuffer mocks base method.

func (*MockDeviceDriver) DestroyBufferView

func (m *MockDeviceDriver) DestroyBufferView(bufferView core1_0.BufferView, callbacks *loader.AllocationCallbacks)

DestroyBufferView mocks base method.

func (*MockDeviceDriver) DestroyCommandPool

func (m *MockDeviceDriver) DestroyCommandPool(commandPool core1_0.CommandPool, callbacks *loader.AllocationCallbacks)

DestroyCommandPool mocks base method.

func (*MockDeviceDriver) DestroyDescriptorPool

func (m *MockDeviceDriver) DestroyDescriptorPool(descriptorPool core1_0.DescriptorPool, callbacks *loader.AllocationCallbacks)

DestroyDescriptorPool mocks base method.

func (*MockDeviceDriver) DestroyDescriptorSetLayout

func (m *MockDeviceDriver) DestroyDescriptorSetLayout(descriptorSetLayout core1_0.DescriptorSetLayout, callbacks *loader.AllocationCallbacks)

DestroyDescriptorSetLayout mocks base method.

func (*MockDeviceDriver) DestroyDescriptorUpdateTemplate

func (m *MockDeviceDriver) DestroyDescriptorUpdateTemplate(template core1_1.DescriptorUpdateTemplate, allocator *loader.AllocationCallbacks)

DestroyDescriptorUpdateTemplate mocks base method.

func (*MockDeviceDriver) DestroyDevice

func (m *MockDeviceDriver) DestroyDevice(callbacks *loader.AllocationCallbacks)

DestroyDevice mocks base method.

func (*MockDeviceDriver) DestroyEvent

func (m *MockDeviceDriver) DestroyEvent(event core1_0.Event, callbacks *loader.AllocationCallbacks)

DestroyEvent mocks base method.

func (*MockDeviceDriver) DestroyFence

func (m *MockDeviceDriver) DestroyFence(fence core1_0.Fence, callbacks *loader.AllocationCallbacks)

DestroyFence mocks base method.

func (*MockDeviceDriver) DestroyFramebuffer

func (m *MockDeviceDriver) DestroyFramebuffer(framebuffer core1_0.Framebuffer, callbacks *loader.AllocationCallbacks)

DestroyFramebuffer mocks base method.

func (*MockDeviceDriver) DestroyImage

func (m *MockDeviceDriver) DestroyImage(image core1_0.Image, callbacks *loader.AllocationCallbacks)

DestroyImage mocks base method.

func (*MockDeviceDriver) DestroyImageView

func (m *MockDeviceDriver) DestroyImageView(image core1_0.ImageView, callbacks *loader.AllocationCallbacks)

DestroyImageView mocks base method.

func (*MockDeviceDriver) DestroyPipeline

func (m *MockDeviceDriver) DestroyPipeline(pipeline core1_0.Pipeline, callbacks *loader.AllocationCallbacks)

DestroyPipeline mocks base method.

func (*MockDeviceDriver) DestroyPipelineCache

func (m *MockDeviceDriver) DestroyPipelineCache(cache core1_0.PipelineCache, callbacks *loader.AllocationCallbacks)

DestroyPipelineCache mocks base method.

func (*MockDeviceDriver) DestroyPipelineLayout

func (m *MockDeviceDriver) DestroyPipelineLayout(layout core1_0.PipelineLayout, callbacks *loader.AllocationCallbacks)

DestroyPipelineLayout mocks base method.

func (*MockDeviceDriver) DestroyQueryPool

func (m *MockDeviceDriver) DestroyQueryPool(queryPool core1_0.QueryPool, callbacks *loader.AllocationCallbacks)

DestroyQueryPool mocks base method.

func (*MockDeviceDriver) DestroyRenderPass

func (m *MockDeviceDriver) DestroyRenderPass(renderPass core1_0.RenderPass, callbacks *loader.AllocationCallbacks)

DestroyRenderPass mocks base method.

func (*MockDeviceDriver) DestroySampler

func (m *MockDeviceDriver) DestroySampler(sampler core1_0.Sampler, callbacks *loader.AllocationCallbacks)

DestroySampler mocks base method.

func (*MockDeviceDriver) DestroySamplerYcbcrConversion

func (m *MockDeviceDriver) DestroySamplerYcbcrConversion(conversion core1_1.SamplerYcbcrConversion, allocator *loader.AllocationCallbacks)

DestroySamplerYcbcrConversion mocks base method.

func (*MockDeviceDriver) DestroySemaphore

func (m *MockDeviceDriver) DestroySemaphore(semaphore core1_0.Semaphore, callbacks *loader.AllocationCallbacks)

DestroySemaphore mocks base method.

func (*MockDeviceDriver) DestroyShaderModule

func (m *MockDeviceDriver) DestroyShaderModule(shaderModule core1_0.ShaderModule, callbacks *loader.AllocationCallbacks)

DestroyShaderModule mocks base method.

func (*MockDeviceDriver) Device

func (m *MockDeviceDriver) Device() core1_0.Device

Device mocks base method.

func (*MockDeviceDriver) DeviceWaitIdle

func (m *MockDeviceDriver) DeviceWaitIdle() (common.VkResult, error)

DeviceWaitIdle mocks base method.

func (*MockDeviceDriver) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDeviceDriver) EndCommandBuffer

func (m *MockDeviceDriver) EndCommandBuffer(commandBuffer core1_0.CommandBuffer) (common.VkResult, error)

EndCommandBuffer mocks base method.

func (*MockDeviceDriver) FlushMappedMemoryRanges

func (m *MockDeviceDriver) FlushMappedMemoryRanges(ranges ...core1_0.MappedMemoryRange) (common.VkResult, error)

FlushMappedMemoryRanges mocks base method.

func (*MockDeviceDriver) FreeCommandBuffers

func (m *MockDeviceDriver) FreeCommandBuffers(commandBuffers ...core1_0.CommandBuffer)

FreeCommandBuffers mocks base method.

func (*MockDeviceDriver) FreeDescriptorSets

func (m *MockDeviceDriver) FreeDescriptorSets(sets ...core1_0.DescriptorSet) (common.VkResult, error)

FreeDescriptorSets mocks base method.

func (*MockDeviceDriver) FreeMemory

func (m *MockDeviceDriver) FreeMemory(memory core1_0.DeviceMemory, callbacks *loader.AllocationCallbacks)

FreeMemory mocks base method.

func (*MockDeviceDriver) GetBufferDeviceAddress

func (m *MockDeviceDriver) GetBufferDeviceAddress(o core1_2.BufferDeviceAddressInfo) (uint64, error)

GetBufferDeviceAddress mocks base method.

func (*MockDeviceDriver) GetBufferMemoryRequirements

func (m *MockDeviceDriver) GetBufferMemoryRequirements(buffer core1_0.Buffer) *core1_0.MemoryRequirements

GetBufferMemoryRequirements mocks base method.

func (*MockDeviceDriver) GetBufferMemoryRequirements2

GetBufferMemoryRequirements2 mocks base method.

func (*MockDeviceDriver) GetBufferOpaqueCaptureAddress

func (m *MockDeviceDriver) GetBufferOpaqueCaptureAddress(o core1_2.BufferDeviceAddressInfo) (uint64, error)

GetBufferOpaqueCaptureAddress mocks base method.

func (*MockDeviceDriver) GetDescriptorSetLayoutSupport

func (m *MockDeviceDriver) GetDescriptorSetLayoutSupport(o core1_0.DescriptorSetLayoutCreateInfo, outData *core1_1.DescriptorSetLayoutSupport) error

GetDescriptorSetLayoutSupport mocks base method.

func (*MockDeviceDriver) GetDeviceGroupPeerMemoryFeatures

func (m *MockDeviceDriver) GetDeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex int) core1_1.PeerMemoryFeatureFlags

GetDeviceGroupPeerMemoryFeatures mocks base method.

func (*MockDeviceDriver) GetDeviceMemoryCommitment

func (m *MockDeviceDriver) GetDeviceMemoryCommitment(memory core1_0.DeviceMemory) int

GetDeviceMemoryCommitment mocks base method.

func (*MockDeviceDriver) GetDeviceMemoryOpaqueCaptureAddress

func (m *MockDeviceDriver) GetDeviceMemoryOpaqueCaptureAddress(o core1_2.DeviceMemoryOpaqueCaptureAddressInfo) (uint64, error)

GetDeviceMemoryOpaqueCaptureAddress mocks base method.

func (*MockDeviceDriver) GetDeviceQueue2

func (m *MockDeviceDriver) GetDeviceQueue2(o core1_1.DeviceQueueInfo2) (core1_0.Queue, error)

GetDeviceQueue2 mocks base method.

func (*MockDeviceDriver) GetEventStatus

func (m *MockDeviceDriver) GetEventStatus(event core1_0.Event) (common.VkResult, error)

GetEventStatus mocks base method.

func (*MockDeviceDriver) GetFenceStatus

func (m *MockDeviceDriver) GetFenceStatus(fence core1_0.Fence) (common.VkResult, error)

GetFenceStatus mocks base method.

func (*MockDeviceDriver) GetImageMemoryRequirements

func (m *MockDeviceDriver) GetImageMemoryRequirements(image core1_0.Image) *core1_0.MemoryRequirements

GetImageMemoryRequirements mocks base method.

func (*MockDeviceDriver) GetImageMemoryRequirements2

GetImageMemoryRequirements2 mocks base method.

func (*MockDeviceDriver) GetImageSparseMemoryRequirements

func (m *MockDeviceDriver) GetImageSparseMemoryRequirements(image core1_0.Image) []core1_0.SparseImageMemoryRequirements

GetImageSparseMemoryRequirements mocks base method.

func (*MockDeviceDriver) GetImageSparseMemoryRequirements2

GetImageSparseMemoryRequirements2 mocks base method.

func (*MockDeviceDriver) GetImageSubresourceLayout

func (m *MockDeviceDriver) GetImageSubresourceLayout(image core1_0.Image, subresource *core1_0.ImageSubresource) *core1_0.SubresourceLayout

GetImageSubresourceLayout mocks base method.

func (*MockDeviceDriver) GetPipelineCacheData

func (m *MockDeviceDriver) GetPipelineCacheData(cache core1_0.PipelineCache) ([]byte, common.VkResult, error)

GetPipelineCacheData mocks base method.

func (*MockDeviceDriver) GetQueryPoolResults

func (m *MockDeviceDriver) GetQueryPoolResults(queryPool core1_0.QueryPool, firstQuery, queryCount int, results []byte, resultStride int, flags core1_0.QueryResultFlags) (common.VkResult, error)

GetQueryPoolResults mocks base method.

func (*MockDeviceDriver) GetQueue

func (m *MockDeviceDriver) GetQueue(queueFamilyIndex, queueIndex int) core1_0.Queue

GetQueue mocks base method.

func (*MockDeviceDriver) GetRenderAreaGranularity

func (m *MockDeviceDriver) GetRenderAreaGranularity(renderPass core1_0.RenderPass) core1_0.Extent2D

GetRenderAreaGranularity mocks base method.

func (*MockDeviceDriver) GetSemaphoreCounterValue

func (m *MockDeviceDriver) GetSemaphoreCounterValue(semaphore core1_0.Semaphore) (uint64, common.VkResult, error)

GetSemaphoreCounterValue mocks base method.

func (*MockDeviceDriver) InvalidateMappedMemoryRanges

func (m *MockDeviceDriver) InvalidateMappedMemoryRanges(ranges ...core1_0.MappedMemoryRange) (common.VkResult, error)

InvalidateMappedMemoryRanges mocks base method.

func (*MockDeviceDriver) Loader

func (m *MockDeviceDriver) Loader() loader.Loader

Loader mocks base method.

func (*MockDeviceDriver) MapMemory

func (m *MockDeviceDriver) MapMemory(memory core1_0.DeviceMemory, offset, size int, flags core1_0.MemoryMapFlags) (unsafe.Pointer, common.VkResult, error)

MapMemory mocks base method.

func (*MockDeviceDriver) MergePipelineCaches

func (m *MockDeviceDriver) MergePipelineCaches(dstCache core1_0.PipelineCache, srcCaches ...core1_0.PipelineCache) (common.VkResult, error)

MergePipelineCaches mocks base method.

func (*MockDeviceDriver) QueueBindSparse

func (m *MockDeviceDriver) QueueBindSparse(queue core1_0.Queue, fence *core1_0.Fence, bindInfos ...core1_0.BindSparseInfo) (common.VkResult, error)

QueueBindSparse mocks base method.

func (*MockDeviceDriver) QueueSubmit

func (m *MockDeviceDriver) QueueSubmit(queue core1_0.Queue, fence *core1_0.Fence, o ...core1_0.SubmitInfo) (common.VkResult, error)

QueueSubmit mocks base method.

func (*MockDeviceDriver) QueueWaitIdle

func (m *MockDeviceDriver) QueueWaitIdle(queue core1_0.Queue) (common.VkResult, error)

QueueWaitIdle mocks base method.

func (*MockDeviceDriver) ResetCommandBuffer

func (m *MockDeviceDriver) ResetCommandBuffer(commandBuffer core1_0.CommandBuffer, flags core1_0.CommandBufferResetFlags) (common.VkResult, error)

ResetCommandBuffer mocks base method.

func (*MockDeviceDriver) ResetCommandPool

func (m *MockDeviceDriver) ResetCommandPool(commandPool core1_0.CommandPool, flags core1_0.CommandPoolResetFlags) (common.VkResult, error)

ResetCommandPool mocks base method.

func (*MockDeviceDriver) ResetDescriptorPool

func (m *MockDeviceDriver) ResetDescriptorPool(descriptorPool core1_0.DescriptorPool, flags core1_0.DescriptorPoolResetFlags) (common.VkResult, error)

ResetDescriptorPool mocks base method.

func (*MockDeviceDriver) ResetEvent

func (m *MockDeviceDriver) ResetEvent(event core1_0.Event) (common.VkResult, error)

ResetEvent mocks base method.

func (*MockDeviceDriver) ResetFences

func (m *MockDeviceDriver) ResetFences(fences ...core1_0.Fence) (common.VkResult, error)

ResetFences mocks base method.

func (*MockDeviceDriver) ResetQueryPool

func (m *MockDeviceDriver) ResetQueryPool(queryPool core1_0.QueryPool, firstQuery, queryCount int)

ResetQueryPool mocks base method.

func (*MockDeviceDriver) SetEvent

func (m *MockDeviceDriver) SetEvent(event core1_0.Event) (common.VkResult, error)

SetEvent mocks base method.

func (*MockDeviceDriver) SignalSemaphore

SignalSemaphore mocks base method.

func (*MockDeviceDriver) TrimCommandPool

func (m *MockDeviceDriver) TrimCommandPool(commandPool core1_0.CommandPool, flags core1_1.CommandPoolTrimFlags)

TrimCommandPool mocks base method.

func (*MockDeviceDriver) UnmapMemory

func (m *MockDeviceDriver) UnmapMemory(memory core1_0.DeviceMemory)

UnmapMemory mocks base method.

func (*MockDeviceDriver) UpdateDescriptorSetWithTemplateFromBuffer

func (m *MockDeviceDriver) UpdateDescriptorSetWithTemplateFromBuffer(descriptorSet core1_0.DescriptorSet, template core1_1.DescriptorUpdateTemplate, data core1_0.DescriptorBufferInfo)

UpdateDescriptorSetWithTemplateFromBuffer mocks base method.

func (*MockDeviceDriver) UpdateDescriptorSetWithTemplateFromImage

func (m *MockDeviceDriver) UpdateDescriptorSetWithTemplateFromImage(descriptorSet core1_0.DescriptorSet, template core1_1.DescriptorUpdateTemplate, data core1_0.DescriptorImageInfo)

UpdateDescriptorSetWithTemplateFromImage mocks base method.

func (*MockDeviceDriver) UpdateDescriptorSetWithTemplateFromObjectHandle

func (m *MockDeviceDriver) UpdateDescriptorSetWithTemplateFromObjectHandle(descriptorSet core1_0.DescriptorSet, template core1_1.DescriptorUpdateTemplate, data loader.VulkanHandle)

UpdateDescriptorSetWithTemplateFromObjectHandle mocks base method.

func (*MockDeviceDriver) UpdateDescriptorSets

func (m *MockDeviceDriver) UpdateDescriptorSets(writes []core1_0.WriteDescriptorSet, copies []core1_0.CopyDescriptorSet) error

UpdateDescriptorSets mocks base method.

func (*MockDeviceDriver) WaitForFences

func (m *MockDeviceDriver) WaitForFences(waitForAll bool, timeout time.Duration, fences ...core1_0.Fence) (common.VkResult, error)

WaitForFences mocks base method.

func (*MockDeviceDriver) WaitSemaphores

func (m *MockDeviceDriver) WaitSemaphores(timeout time.Duration, o core1_2.SemaphoreWaitInfo) (common.VkResult, error)

WaitSemaphores mocks base method.

type MockDeviceDriverMockRecorder

type MockDeviceDriverMockRecorder struct {
	// contains filtered or unexported fields
}

MockDeviceDriverMockRecorder is the mock recorder for MockDeviceDriver.

func (*MockDeviceDriverMockRecorder) AllocateCommandBuffers

func (mr *MockDeviceDriverMockRecorder) AllocateCommandBuffers(o any) *gomock.Call

AllocateCommandBuffers indicates an expected call of AllocateCommandBuffers.

func (*MockDeviceDriverMockRecorder) AllocateDescriptorSets

func (mr *MockDeviceDriverMockRecorder) AllocateDescriptorSets(o any) *gomock.Call

AllocateDescriptorSets indicates an expected call of AllocateDescriptorSets.

func (*MockDeviceDriverMockRecorder) AllocateMemory

func (mr *MockDeviceDriverMockRecorder) AllocateMemory(allocationCallbacks, o any) *gomock.Call

AllocateMemory indicates an expected call of AllocateMemory.

func (*MockDeviceDriverMockRecorder) BeginCommandBuffer

func (mr *MockDeviceDriverMockRecorder) BeginCommandBuffer(commandBuffer, o any) *gomock.Call

BeginCommandBuffer indicates an expected call of BeginCommandBuffer.

func (*MockDeviceDriverMockRecorder) BindBufferMemory

func (mr *MockDeviceDriverMockRecorder) BindBufferMemory(buffer, memory, offset any) *gomock.Call

BindBufferMemory indicates an expected call of BindBufferMemory.

func (*MockDeviceDriverMockRecorder) BindBufferMemory2

func (mr *MockDeviceDriverMockRecorder) BindBufferMemory2(o ...any) *gomock.Call

BindBufferMemory2 indicates an expected call of BindBufferMemory2.

func (*MockDeviceDriverMockRecorder) BindImageMemory

func (mr *MockDeviceDriverMockRecorder) BindImageMemory(image, memory, offset any) *gomock.Call

BindImageMemory indicates an expected call of BindImageMemory.

func (*MockDeviceDriverMockRecorder) BindImageMemory2

func (mr *MockDeviceDriverMockRecorder) BindImageMemory2(o ...any) *gomock.Call

BindImageMemory2 indicates an expected call of BindImageMemory2.

func (*MockDeviceDriverMockRecorder) CmdBeginQuery

func (mr *MockDeviceDriverMockRecorder) CmdBeginQuery(commandBuffer, queryPool, query, flags any) *gomock.Call

CmdBeginQuery indicates an expected call of CmdBeginQuery.

func (*MockDeviceDriverMockRecorder) CmdBeginRenderPass

func (mr *MockDeviceDriverMockRecorder) CmdBeginRenderPass(commandBuffer, contents, o any) *gomock.Call

CmdBeginRenderPass indicates an expected call of CmdBeginRenderPass.

func (*MockDeviceDriverMockRecorder) CmdBeginRenderPass2

func (mr *MockDeviceDriverMockRecorder) CmdBeginRenderPass2(commandBuffer, renderPassBegin, subpassBegin any) *gomock.Call

CmdBeginRenderPass2 indicates an expected call of CmdBeginRenderPass2.

func (*MockDeviceDriverMockRecorder) CmdBindDescriptorSets

func (mr *MockDeviceDriverMockRecorder) CmdBindDescriptorSets(commandBuffer, bindPoint, layout, firstSet, sets, dynamicOffsets any) *gomock.Call

CmdBindDescriptorSets indicates an expected call of CmdBindDescriptorSets.

func (*MockDeviceDriverMockRecorder) CmdBindIndexBuffer

func (mr *MockDeviceDriverMockRecorder) CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType any) *gomock.Call

CmdBindIndexBuffer indicates an expected call of CmdBindIndexBuffer.

func (*MockDeviceDriverMockRecorder) CmdBindPipeline

func (mr *MockDeviceDriverMockRecorder) CmdBindPipeline(commandBuffer, bindPoint, pipeline any) *gomock.Call

CmdBindPipeline indicates an expected call of CmdBindPipeline.

func (*MockDeviceDriverMockRecorder) CmdBindVertexBuffers

func (mr *MockDeviceDriverMockRecorder) CmdBindVertexBuffers(commandBuffer, firstBinding, buffers, bufferOffsets any) *gomock.Call

CmdBindVertexBuffers indicates an expected call of CmdBindVertexBuffers.

func (*MockDeviceDriverMockRecorder) CmdBlitImage

func (mr *MockDeviceDriverMockRecorder) CmdBlitImage(commandBuffer, sourceImage, sourceImageLayout, destinationImage, destinationImageLayout, regions, filter any) *gomock.Call

CmdBlitImage indicates an expected call of CmdBlitImage.

func (*MockDeviceDriverMockRecorder) CmdClearAttachments

func (mr *MockDeviceDriverMockRecorder) CmdClearAttachments(commandBuffer, attachments, rects any) *gomock.Call

CmdClearAttachments indicates an expected call of CmdClearAttachments.

func (*MockDeviceDriverMockRecorder) CmdClearColorImage

func (mr *MockDeviceDriverMockRecorder) CmdClearColorImage(commandBuffer, image, imageLayout, color any, ranges ...any) *gomock.Call

CmdClearColorImage indicates an expected call of CmdClearColorImage.

func (*MockDeviceDriverMockRecorder) CmdClearDepthStencilImage

func (mr *MockDeviceDriverMockRecorder) CmdClearDepthStencilImage(commandBuffer, image, imageLayout, depthStencil any, ranges ...any) *gomock.Call

CmdClearDepthStencilImage indicates an expected call of CmdClearDepthStencilImage.

func (*MockDeviceDriverMockRecorder) CmdCopyBuffer

func (mr *MockDeviceDriverMockRecorder) CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer any, copyRegions ...any) *gomock.Call

CmdCopyBuffer indicates an expected call of CmdCopyBuffer.

func (*MockDeviceDriverMockRecorder) CmdCopyBufferToImage

func (mr *MockDeviceDriverMockRecorder) CmdCopyBufferToImage(commandBuffer, buffer, image, layout any, regions ...any) *gomock.Call

CmdCopyBufferToImage indicates an expected call of CmdCopyBufferToImage.

func (*MockDeviceDriverMockRecorder) CmdCopyImage

func (mr *MockDeviceDriverMockRecorder) CmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout any, regions ...any) *gomock.Call

CmdCopyImage indicates an expected call of CmdCopyImage.

func (*MockDeviceDriverMockRecorder) CmdCopyImageToBuffer

func (mr *MockDeviceDriverMockRecorder) CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstBuffer any, regions ...any) *gomock.Call

CmdCopyImageToBuffer indicates an expected call of CmdCopyImageToBuffer.

func (*MockDeviceDriverMockRecorder) CmdCopyQueryPoolResults

func (mr *MockDeviceDriverMockRecorder) CmdCopyQueryPoolResults(commandBuffer, queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags any) *gomock.Call

CmdCopyQueryPoolResults indicates an expected call of CmdCopyQueryPoolResults.

func (*MockDeviceDriverMockRecorder) CmdDispatch

func (mr *MockDeviceDriverMockRecorder) CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ any) *gomock.Call

CmdDispatch indicates an expected call of CmdDispatch.

func (*MockDeviceDriverMockRecorder) CmdDispatchBase

func (mr *MockDeviceDriverMockRecorder) CmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ any) *gomock.Call

CmdDispatchBase indicates an expected call of CmdDispatchBase.

func (*MockDeviceDriverMockRecorder) CmdDispatchIndirect

func (mr *MockDeviceDriverMockRecorder) CmdDispatchIndirect(commandBuffer, buffer, offset any) *gomock.Call

CmdDispatchIndirect indicates an expected call of CmdDispatchIndirect.

func (*MockDeviceDriverMockRecorder) CmdDraw

func (mr *MockDeviceDriverMockRecorder) CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance any) *gomock.Call

CmdDraw indicates an expected call of CmdDraw.

func (*MockDeviceDriverMockRecorder) CmdDrawIndexed

func (mr *MockDeviceDriverMockRecorder) CmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance any) *gomock.Call

CmdDrawIndexed indicates an expected call of CmdDrawIndexed.

func (*MockDeviceDriverMockRecorder) CmdDrawIndexedIndirect

func (mr *MockDeviceDriverMockRecorder) CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride any) *gomock.Call

CmdDrawIndexedIndirect indicates an expected call of CmdDrawIndexedIndirect.

func (*MockDeviceDriverMockRecorder) CmdDrawIndexedIndirectCount

func (mr *MockDeviceDriverMockRecorder) CmdDrawIndexedIndirectCount(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride any) *gomock.Call

CmdDrawIndexedIndirectCount indicates an expected call of CmdDrawIndexedIndirectCount.

func (*MockDeviceDriverMockRecorder) CmdDrawIndirect

func (mr *MockDeviceDriverMockRecorder) CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride any) *gomock.Call

CmdDrawIndirect indicates an expected call of CmdDrawIndirect.

func (*MockDeviceDriverMockRecorder) CmdDrawIndirectCount

func (mr *MockDeviceDriverMockRecorder) CmdDrawIndirectCount(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride any) *gomock.Call

CmdDrawIndirectCount indicates an expected call of CmdDrawIndirectCount.

func (*MockDeviceDriverMockRecorder) CmdEndQuery

func (mr *MockDeviceDriverMockRecorder) CmdEndQuery(commandBuffer, queryPool, query any) *gomock.Call

CmdEndQuery indicates an expected call of CmdEndQuery.

func (*MockDeviceDriverMockRecorder) CmdEndRenderPass

func (mr *MockDeviceDriverMockRecorder) CmdEndRenderPass(commandBuffer any) *gomock.Call

CmdEndRenderPass indicates an expected call of CmdEndRenderPass.

func (*MockDeviceDriverMockRecorder) CmdEndRenderPass2

func (mr *MockDeviceDriverMockRecorder) CmdEndRenderPass2(commandBuffer, subpassEnd any) *gomock.Call

CmdEndRenderPass2 indicates an expected call of CmdEndRenderPass2.

func (*MockDeviceDriverMockRecorder) CmdExecuteCommands

func (mr *MockDeviceDriverMockRecorder) CmdExecuteCommands(commandBuffer any, commandBuffers ...any) *gomock.Call

CmdExecuteCommands indicates an expected call of CmdExecuteCommands.

func (*MockDeviceDriverMockRecorder) CmdFillBuffer

func (mr *MockDeviceDriverMockRecorder) CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data any) *gomock.Call

CmdFillBuffer indicates an expected call of CmdFillBuffer.

func (*MockDeviceDriverMockRecorder) CmdNextSubpass

func (mr *MockDeviceDriverMockRecorder) CmdNextSubpass(commandBuffer, contents any) *gomock.Call

CmdNextSubpass indicates an expected call of CmdNextSubpass.

func (*MockDeviceDriverMockRecorder) CmdNextSubpass2

func (mr *MockDeviceDriverMockRecorder) CmdNextSubpass2(commandBuffer, subpassBegin, subpassEnd any) *gomock.Call

CmdNextSubpass2 indicates an expected call of CmdNextSubpass2.

func (*MockDeviceDriverMockRecorder) CmdPipelineBarrier

func (mr *MockDeviceDriverMockRecorder) CmdPipelineBarrier(commandBuffer, srcStageMask, dstStageMask, dependencies, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers any) *gomock.Call

CmdPipelineBarrier indicates an expected call of CmdPipelineBarrier.

func (*MockDeviceDriverMockRecorder) CmdPushConstants

func (mr *MockDeviceDriverMockRecorder) CmdPushConstants(commandBuffer, layout, stageFlags, offset, valueBytes any) *gomock.Call

CmdPushConstants indicates an expected call of CmdPushConstants.

func (*MockDeviceDriverMockRecorder) CmdResetEvent

func (mr *MockDeviceDriverMockRecorder) CmdResetEvent(commandBuffer, event, stageMask any) *gomock.Call

CmdResetEvent indicates an expected call of CmdResetEvent.

func (*MockDeviceDriverMockRecorder) CmdResetQueryPool

func (mr *MockDeviceDriverMockRecorder) CmdResetQueryPool(commandBuffer, queryPool, startQuery, queryCount any) *gomock.Call

CmdResetQueryPool indicates an expected call of CmdResetQueryPool.

func (*MockDeviceDriverMockRecorder) CmdResolveImage

func (mr *MockDeviceDriverMockRecorder) CmdResolveImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout any, regions ...any) *gomock.Call

CmdResolveImage indicates an expected call of CmdResolveImage.

func (*MockDeviceDriverMockRecorder) CmdSetBlendConstants

func (mr *MockDeviceDriverMockRecorder) CmdSetBlendConstants(commandBuffer, blendConstants any) *gomock.Call

CmdSetBlendConstants indicates an expected call of CmdSetBlendConstants.

func (*MockDeviceDriverMockRecorder) CmdSetDepthBias

func (mr *MockDeviceDriverMockRecorder) CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor any) *gomock.Call

CmdSetDepthBias indicates an expected call of CmdSetDepthBias.

func (*MockDeviceDriverMockRecorder) CmdSetDepthBounds

func (mr *MockDeviceDriverMockRecorder) CmdSetDepthBounds(commandBuffer, min, max any) *gomock.Call

CmdSetDepthBounds indicates an expected call of CmdSetDepthBounds.

func (*MockDeviceDriverMockRecorder) CmdSetDeviceMask

func (mr *MockDeviceDriverMockRecorder) CmdSetDeviceMask(commandBuffer, deviceMask any) *gomock.Call

CmdSetDeviceMask indicates an expected call of CmdSetDeviceMask.

func (*MockDeviceDriverMockRecorder) CmdSetEvent

func (mr *MockDeviceDriverMockRecorder) CmdSetEvent(commandBuffer, event, stageMask any) *gomock.Call

CmdSetEvent indicates an expected call of CmdSetEvent.

func (*MockDeviceDriverMockRecorder) CmdSetLineWidth

func (mr *MockDeviceDriverMockRecorder) CmdSetLineWidth(commandBuffer, lineWidth any) *gomock.Call

CmdSetLineWidth indicates an expected call of CmdSetLineWidth.

func (*MockDeviceDriverMockRecorder) CmdSetScissor

func (mr *MockDeviceDriverMockRecorder) CmdSetScissor(commandBuffer any, scissors ...any) *gomock.Call

CmdSetScissor indicates an expected call of CmdSetScissor.

func (*MockDeviceDriverMockRecorder) CmdSetStencilCompareMask

func (mr *MockDeviceDriverMockRecorder) CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask any) *gomock.Call

CmdSetStencilCompareMask indicates an expected call of CmdSetStencilCompareMask.

func (*MockDeviceDriverMockRecorder) CmdSetStencilReference

func (mr *MockDeviceDriverMockRecorder) CmdSetStencilReference(commandBuffer, faceMask, reference any) *gomock.Call

CmdSetStencilReference indicates an expected call of CmdSetStencilReference.

func (*MockDeviceDriverMockRecorder) CmdSetStencilWriteMask

func (mr *MockDeviceDriverMockRecorder) CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask any) *gomock.Call

CmdSetStencilWriteMask indicates an expected call of CmdSetStencilWriteMask.

func (*MockDeviceDriverMockRecorder) CmdSetViewport

func (mr *MockDeviceDriverMockRecorder) CmdSetViewport(commandBuffer any, viewports ...any) *gomock.Call

CmdSetViewport indicates an expected call of CmdSetViewport.

func (*MockDeviceDriverMockRecorder) CmdUpdateBuffer

func (mr *MockDeviceDriverMockRecorder) CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, data any) *gomock.Call

CmdUpdateBuffer indicates an expected call of CmdUpdateBuffer.

func (*MockDeviceDriverMockRecorder) CmdWaitEvents

func (mr *MockDeviceDriverMockRecorder) CmdWaitEvents(commandBuffer, events, srcStageMask, dstStageMask, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers any) *gomock.Call

CmdWaitEvents indicates an expected call of CmdWaitEvents.

func (*MockDeviceDriverMockRecorder) CmdWriteTimestamp

func (mr *MockDeviceDriverMockRecorder) CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query any) *gomock.Call

CmdWriteTimestamp indicates an expected call of CmdWriteTimestamp.

func (*MockDeviceDriverMockRecorder) CreateBuffer

func (mr *MockDeviceDriverMockRecorder) CreateBuffer(allocationCallbacks, o any) *gomock.Call

CreateBuffer indicates an expected call of CreateBuffer.

func (*MockDeviceDriverMockRecorder) CreateBufferView

func (mr *MockDeviceDriverMockRecorder) CreateBufferView(allocationCallbacks, o any) *gomock.Call

CreateBufferView indicates an expected call of CreateBufferView.

func (*MockDeviceDriverMockRecorder) CreateCommandPool

func (mr *MockDeviceDriverMockRecorder) CreateCommandPool(allocationCallbacks, o any) *gomock.Call

CreateCommandPool indicates an expected call of CreateCommandPool.

func (*MockDeviceDriverMockRecorder) CreateComputePipelines

func (mr *MockDeviceDriverMockRecorder) CreateComputePipelines(pipelineCache, allocationCallbacks any, o ...any) *gomock.Call

CreateComputePipelines indicates an expected call of CreateComputePipelines.

func (*MockDeviceDriverMockRecorder) CreateDescriptorPool

func (mr *MockDeviceDriverMockRecorder) CreateDescriptorPool(allocationCallbacks, o any) *gomock.Call

CreateDescriptorPool indicates an expected call of CreateDescriptorPool.

func (*MockDeviceDriverMockRecorder) CreateDescriptorSetLayout

func (mr *MockDeviceDriverMockRecorder) CreateDescriptorSetLayout(allocationCallbacks, o any) *gomock.Call

CreateDescriptorSetLayout indicates an expected call of CreateDescriptorSetLayout.

func (*MockDeviceDriverMockRecorder) CreateDescriptorUpdateTemplate

func (mr *MockDeviceDriverMockRecorder) CreateDescriptorUpdateTemplate(o, allocator any) *gomock.Call

CreateDescriptorUpdateTemplate indicates an expected call of CreateDescriptorUpdateTemplate.

func (*MockDeviceDriverMockRecorder) CreateEvent

func (mr *MockDeviceDriverMockRecorder) CreateEvent(allocationCallbacks, options any) *gomock.Call

CreateEvent indicates an expected call of CreateEvent.

func (*MockDeviceDriverMockRecorder) CreateFence

func (mr *MockDeviceDriverMockRecorder) CreateFence(allocationCallbacks, o any) *gomock.Call

CreateFence indicates an expected call of CreateFence.

func (*MockDeviceDriverMockRecorder) CreateFramebuffer

func (mr *MockDeviceDriverMockRecorder) CreateFramebuffer(allocationCallbacks, o any) *gomock.Call

CreateFramebuffer indicates an expected call of CreateFramebuffer.

func (*MockDeviceDriverMockRecorder) CreateGraphicsPipelines

func (mr *MockDeviceDriverMockRecorder) CreateGraphicsPipelines(pipelineCache, allocationCallbacks any, o ...any) *gomock.Call

CreateGraphicsPipelines indicates an expected call of CreateGraphicsPipelines.

func (*MockDeviceDriverMockRecorder) CreateImage

func (mr *MockDeviceDriverMockRecorder) CreateImage(allocationCallbacks, options any) *gomock.Call

CreateImage indicates an expected call of CreateImage.

func (*MockDeviceDriverMockRecorder) CreateImageView

func (mr *MockDeviceDriverMockRecorder) CreateImageView(allocationCallbacks, o any) *gomock.Call

CreateImageView indicates an expected call of CreateImageView.

func (*MockDeviceDriverMockRecorder) CreatePipelineCache

func (mr *MockDeviceDriverMockRecorder) CreatePipelineCache(allocationCallbacks, o any) *gomock.Call

CreatePipelineCache indicates an expected call of CreatePipelineCache.

func (*MockDeviceDriverMockRecorder) CreatePipelineLayout

func (mr *MockDeviceDriverMockRecorder) CreatePipelineLayout(allocationCallbacks, o any) *gomock.Call

CreatePipelineLayout indicates an expected call of CreatePipelineLayout.

func (*MockDeviceDriverMockRecorder) CreateQueryPool

func (mr *MockDeviceDriverMockRecorder) CreateQueryPool(allocationCallbacks, o any) *gomock.Call

CreateQueryPool indicates an expected call of CreateQueryPool.

func (*MockDeviceDriverMockRecorder) CreateRenderPass

func (mr *MockDeviceDriverMockRecorder) CreateRenderPass(allocationCallbacks, o any) *gomock.Call

CreateRenderPass indicates an expected call of CreateRenderPass.

func (*MockDeviceDriverMockRecorder) CreateRenderPass2

func (mr *MockDeviceDriverMockRecorder) CreateRenderPass2(allocator, options any) *gomock.Call

CreateRenderPass2 indicates an expected call of CreateRenderPass2.

func (*MockDeviceDriverMockRecorder) CreateSampler

func (mr *MockDeviceDriverMockRecorder) CreateSampler(allocationCallbacks, o any) *gomock.Call

CreateSampler indicates an expected call of CreateSampler.

func (*MockDeviceDriverMockRecorder) CreateSamplerYcbcrConversion

func (mr *MockDeviceDriverMockRecorder) CreateSamplerYcbcrConversion(o, allocator any) *gomock.Call

CreateSamplerYcbcrConversion indicates an expected call of CreateSamplerYcbcrConversion.

func (*MockDeviceDriverMockRecorder) CreateSemaphore

func (mr *MockDeviceDriverMockRecorder) CreateSemaphore(allocationCallbacks, o any) *gomock.Call

CreateSemaphore indicates an expected call of CreateSemaphore.

func (*MockDeviceDriverMockRecorder) CreateShaderModule

func (mr *MockDeviceDriverMockRecorder) CreateShaderModule(allocationCallbacks, o any) *gomock.Call

CreateShaderModule indicates an expected call of CreateShaderModule.

func (*MockDeviceDriverMockRecorder) DestroyBuffer

func (mr *MockDeviceDriverMockRecorder) DestroyBuffer(buffer, callbacks any) *gomock.Call

DestroyBuffer indicates an expected call of DestroyBuffer.

func (*MockDeviceDriverMockRecorder) DestroyBufferView

func (mr *MockDeviceDriverMockRecorder) DestroyBufferView(bufferView, callbacks any) *gomock.Call

DestroyBufferView indicates an expected call of DestroyBufferView.

func (*MockDeviceDriverMockRecorder) DestroyCommandPool

func (mr *MockDeviceDriverMockRecorder) DestroyCommandPool(commandPool, callbacks any) *gomock.Call

DestroyCommandPool indicates an expected call of DestroyCommandPool.

func (*MockDeviceDriverMockRecorder) DestroyDescriptorPool

func (mr *MockDeviceDriverMockRecorder) DestroyDescriptorPool(descriptorPool, callbacks any) *gomock.Call

DestroyDescriptorPool indicates an expected call of DestroyDescriptorPool.

func (*MockDeviceDriverMockRecorder) DestroyDescriptorSetLayout

func (mr *MockDeviceDriverMockRecorder) DestroyDescriptorSetLayout(descriptorSetLayout, callbacks any) *gomock.Call

DestroyDescriptorSetLayout indicates an expected call of DestroyDescriptorSetLayout.

func (*MockDeviceDriverMockRecorder) DestroyDescriptorUpdateTemplate

func (mr *MockDeviceDriverMockRecorder) DestroyDescriptorUpdateTemplate(template, allocator any) *gomock.Call

DestroyDescriptorUpdateTemplate indicates an expected call of DestroyDescriptorUpdateTemplate.

func (*MockDeviceDriverMockRecorder) DestroyDevice

func (mr *MockDeviceDriverMockRecorder) DestroyDevice(callbacks any) *gomock.Call

DestroyDevice indicates an expected call of DestroyDevice.

func (*MockDeviceDriverMockRecorder) DestroyEvent

func (mr *MockDeviceDriverMockRecorder) DestroyEvent(event, callbacks any) *gomock.Call

DestroyEvent indicates an expected call of DestroyEvent.

func (*MockDeviceDriverMockRecorder) DestroyFence

func (mr *MockDeviceDriverMockRecorder) DestroyFence(fence, callbacks any) *gomock.Call

DestroyFence indicates an expected call of DestroyFence.

func (*MockDeviceDriverMockRecorder) DestroyFramebuffer

func (mr *MockDeviceDriverMockRecorder) DestroyFramebuffer(framebuffer, callbacks any) *gomock.Call

DestroyFramebuffer indicates an expected call of DestroyFramebuffer.

func (*MockDeviceDriverMockRecorder) DestroyImage

func (mr *MockDeviceDriverMockRecorder) DestroyImage(image, callbacks any) *gomock.Call

DestroyImage indicates an expected call of DestroyImage.

func (*MockDeviceDriverMockRecorder) DestroyImageView

func (mr *MockDeviceDriverMockRecorder) DestroyImageView(image, callbacks any) *gomock.Call

DestroyImageView indicates an expected call of DestroyImageView.

func (*MockDeviceDriverMockRecorder) DestroyPipeline

func (mr *MockDeviceDriverMockRecorder) DestroyPipeline(pipeline, callbacks any) *gomock.Call

DestroyPipeline indicates an expected call of DestroyPipeline.

func (*MockDeviceDriverMockRecorder) DestroyPipelineCache

func (mr *MockDeviceDriverMockRecorder) DestroyPipelineCache(cache, callbacks any) *gomock.Call

DestroyPipelineCache indicates an expected call of DestroyPipelineCache.

func (*MockDeviceDriverMockRecorder) DestroyPipelineLayout

func (mr *MockDeviceDriverMockRecorder) DestroyPipelineLayout(layout, callbacks any) *gomock.Call

DestroyPipelineLayout indicates an expected call of DestroyPipelineLayout.

func (*MockDeviceDriverMockRecorder) DestroyQueryPool

func (mr *MockDeviceDriverMockRecorder) DestroyQueryPool(queryPool, callbacks any) *gomock.Call

DestroyQueryPool indicates an expected call of DestroyQueryPool.

func (*MockDeviceDriverMockRecorder) DestroyRenderPass

func (mr *MockDeviceDriverMockRecorder) DestroyRenderPass(renderPass, callbacks any) *gomock.Call

DestroyRenderPass indicates an expected call of DestroyRenderPass.

func (*MockDeviceDriverMockRecorder) DestroySampler

func (mr *MockDeviceDriverMockRecorder) DestroySampler(sampler, callbacks any) *gomock.Call

DestroySampler indicates an expected call of DestroySampler.

func (*MockDeviceDriverMockRecorder) DestroySamplerYcbcrConversion

func (mr *MockDeviceDriverMockRecorder) DestroySamplerYcbcrConversion(conversion, allocator any) *gomock.Call

DestroySamplerYcbcrConversion indicates an expected call of DestroySamplerYcbcrConversion.

func (*MockDeviceDriverMockRecorder) DestroySemaphore

func (mr *MockDeviceDriverMockRecorder) DestroySemaphore(semaphore, callbacks any) *gomock.Call

DestroySemaphore indicates an expected call of DestroySemaphore.

func (*MockDeviceDriverMockRecorder) DestroyShaderModule

func (mr *MockDeviceDriverMockRecorder) DestroyShaderModule(shaderModule, callbacks any) *gomock.Call

DestroyShaderModule indicates an expected call of DestroyShaderModule.

func (*MockDeviceDriverMockRecorder) Device

Device indicates an expected call of Device.

func (*MockDeviceDriverMockRecorder) DeviceWaitIdle

func (mr *MockDeviceDriverMockRecorder) DeviceWaitIdle() *gomock.Call

DeviceWaitIdle indicates an expected call of DeviceWaitIdle.

func (*MockDeviceDriverMockRecorder) EndCommandBuffer

func (mr *MockDeviceDriverMockRecorder) EndCommandBuffer(commandBuffer any) *gomock.Call

EndCommandBuffer indicates an expected call of EndCommandBuffer.

func (*MockDeviceDriverMockRecorder) FlushMappedMemoryRanges

func (mr *MockDeviceDriverMockRecorder) FlushMappedMemoryRanges(ranges ...any) *gomock.Call

FlushMappedMemoryRanges indicates an expected call of FlushMappedMemoryRanges.

func (*MockDeviceDriverMockRecorder) FreeCommandBuffers

func (mr *MockDeviceDriverMockRecorder) FreeCommandBuffers(commandBuffers ...any) *gomock.Call

FreeCommandBuffers indicates an expected call of FreeCommandBuffers.

func (*MockDeviceDriverMockRecorder) FreeDescriptorSets

func (mr *MockDeviceDriverMockRecorder) FreeDescriptorSets(sets ...any) *gomock.Call

FreeDescriptorSets indicates an expected call of FreeDescriptorSets.

func (*MockDeviceDriverMockRecorder) FreeMemory

func (mr *MockDeviceDriverMockRecorder) FreeMemory(memory, callbacks any) *gomock.Call

FreeMemory indicates an expected call of FreeMemory.

func (*MockDeviceDriverMockRecorder) GetBufferDeviceAddress

func (mr *MockDeviceDriverMockRecorder) GetBufferDeviceAddress(o any) *gomock.Call

GetBufferDeviceAddress indicates an expected call of GetBufferDeviceAddress.

func (*MockDeviceDriverMockRecorder) GetBufferMemoryRequirements

func (mr *MockDeviceDriverMockRecorder) GetBufferMemoryRequirements(buffer any) *gomock.Call

GetBufferMemoryRequirements indicates an expected call of GetBufferMemoryRequirements.

func (*MockDeviceDriverMockRecorder) GetBufferMemoryRequirements2

func (mr *MockDeviceDriverMockRecorder) GetBufferMemoryRequirements2(o, out any) *gomock.Call

GetBufferMemoryRequirements2 indicates an expected call of GetBufferMemoryRequirements2.

func (*MockDeviceDriverMockRecorder) GetBufferOpaqueCaptureAddress

func (mr *MockDeviceDriverMockRecorder) GetBufferOpaqueCaptureAddress(o any) *gomock.Call

GetBufferOpaqueCaptureAddress indicates an expected call of GetBufferOpaqueCaptureAddress.

func (*MockDeviceDriverMockRecorder) GetDescriptorSetLayoutSupport

func (mr *MockDeviceDriverMockRecorder) GetDescriptorSetLayoutSupport(o, outData any) *gomock.Call

GetDescriptorSetLayoutSupport indicates an expected call of GetDescriptorSetLayoutSupport.

func (*MockDeviceDriverMockRecorder) GetDeviceGroupPeerMemoryFeatures

func (mr *MockDeviceDriverMockRecorder) GetDeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex any) *gomock.Call

GetDeviceGroupPeerMemoryFeatures indicates an expected call of GetDeviceGroupPeerMemoryFeatures.

func (*MockDeviceDriverMockRecorder) GetDeviceMemoryCommitment

func (mr *MockDeviceDriverMockRecorder) GetDeviceMemoryCommitment(memory any) *gomock.Call

GetDeviceMemoryCommitment indicates an expected call of GetDeviceMemoryCommitment.

func (*MockDeviceDriverMockRecorder) GetDeviceMemoryOpaqueCaptureAddress

func (mr *MockDeviceDriverMockRecorder) GetDeviceMemoryOpaqueCaptureAddress(o any) *gomock.Call

GetDeviceMemoryOpaqueCaptureAddress indicates an expected call of GetDeviceMemoryOpaqueCaptureAddress.

func (*MockDeviceDriverMockRecorder) GetDeviceQueue2

func (mr *MockDeviceDriverMockRecorder) GetDeviceQueue2(o any) *gomock.Call

GetDeviceQueue2 indicates an expected call of GetDeviceQueue2.

func (*MockDeviceDriverMockRecorder) GetEventStatus

func (mr *MockDeviceDriverMockRecorder) GetEventStatus(event any) *gomock.Call

GetEventStatus indicates an expected call of GetEventStatus.

func (*MockDeviceDriverMockRecorder) GetFenceStatus

func (mr *MockDeviceDriverMockRecorder) GetFenceStatus(fence any) *gomock.Call

GetFenceStatus indicates an expected call of GetFenceStatus.

func (*MockDeviceDriverMockRecorder) GetImageMemoryRequirements

func (mr *MockDeviceDriverMockRecorder) GetImageMemoryRequirements(image any) *gomock.Call

GetImageMemoryRequirements indicates an expected call of GetImageMemoryRequirements.

func (*MockDeviceDriverMockRecorder) GetImageMemoryRequirements2

func (mr *MockDeviceDriverMockRecorder) GetImageMemoryRequirements2(o, out any) *gomock.Call

GetImageMemoryRequirements2 indicates an expected call of GetImageMemoryRequirements2.

func (*MockDeviceDriverMockRecorder) GetImageSparseMemoryRequirements

func (mr *MockDeviceDriverMockRecorder) GetImageSparseMemoryRequirements(image any) *gomock.Call

GetImageSparseMemoryRequirements indicates an expected call of GetImageSparseMemoryRequirements.

func (*MockDeviceDriverMockRecorder) GetImageSparseMemoryRequirements2

func (mr *MockDeviceDriverMockRecorder) GetImageSparseMemoryRequirements2(o, outDataFactory any) *gomock.Call

GetImageSparseMemoryRequirements2 indicates an expected call of GetImageSparseMemoryRequirements2.

func (*MockDeviceDriverMockRecorder) GetImageSubresourceLayout

func (mr *MockDeviceDriverMockRecorder) GetImageSubresourceLayout(image, subresource any) *gomock.Call

GetImageSubresourceLayout indicates an expected call of GetImageSubresourceLayout.

func (*MockDeviceDriverMockRecorder) GetPipelineCacheData

func (mr *MockDeviceDriverMockRecorder) GetPipelineCacheData(cache any) *gomock.Call

GetPipelineCacheData indicates an expected call of GetPipelineCacheData.

func (*MockDeviceDriverMockRecorder) GetQueryPoolResults

func (mr *MockDeviceDriverMockRecorder) GetQueryPoolResults(queryPool, firstQuery, queryCount, results, resultStride, flags any) *gomock.Call

GetQueryPoolResults indicates an expected call of GetQueryPoolResults.

func (*MockDeviceDriverMockRecorder) GetQueue

func (mr *MockDeviceDriverMockRecorder) GetQueue(queueFamilyIndex, queueIndex any) *gomock.Call

GetQueue indicates an expected call of GetQueue.

func (*MockDeviceDriverMockRecorder) GetRenderAreaGranularity

func (mr *MockDeviceDriverMockRecorder) GetRenderAreaGranularity(renderPass any) *gomock.Call

GetRenderAreaGranularity indicates an expected call of GetRenderAreaGranularity.

func (*MockDeviceDriverMockRecorder) GetSemaphoreCounterValue

func (mr *MockDeviceDriverMockRecorder) GetSemaphoreCounterValue(semaphore any) *gomock.Call

GetSemaphoreCounterValue indicates an expected call of GetSemaphoreCounterValue.

func (*MockDeviceDriverMockRecorder) InvalidateMappedMemoryRanges

func (mr *MockDeviceDriverMockRecorder) InvalidateMappedMemoryRanges(ranges ...any) *gomock.Call

InvalidateMappedMemoryRanges indicates an expected call of InvalidateMappedMemoryRanges.

func (*MockDeviceDriverMockRecorder) Loader

Loader indicates an expected call of Loader.

func (*MockDeviceDriverMockRecorder) MapMemory

func (mr *MockDeviceDriverMockRecorder) MapMemory(memory, offset, size, flags any) *gomock.Call

MapMemory indicates an expected call of MapMemory.

func (*MockDeviceDriverMockRecorder) MergePipelineCaches

func (mr *MockDeviceDriverMockRecorder) MergePipelineCaches(dstCache any, srcCaches ...any) *gomock.Call

MergePipelineCaches indicates an expected call of MergePipelineCaches.

func (*MockDeviceDriverMockRecorder) QueueBindSparse

func (mr *MockDeviceDriverMockRecorder) QueueBindSparse(queue, fence any, bindInfos ...any) *gomock.Call

QueueBindSparse indicates an expected call of QueueBindSparse.

func (*MockDeviceDriverMockRecorder) QueueSubmit

func (mr *MockDeviceDriverMockRecorder) QueueSubmit(queue, fence any, o ...any) *gomock.Call

QueueSubmit indicates an expected call of QueueSubmit.

func (*MockDeviceDriverMockRecorder) QueueWaitIdle

func (mr *MockDeviceDriverMockRecorder) QueueWaitIdle(queue any) *gomock.Call

QueueWaitIdle indicates an expected call of QueueWaitIdle.

func (*MockDeviceDriverMockRecorder) ResetCommandBuffer

func (mr *MockDeviceDriverMockRecorder) ResetCommandBuffer(commandBuffer, flags any) *gomock.Call

ResetCommandBuffer indicates an expected call of ResetCommandBuffer.

func (*MockDeviceDriverMockRecorder) ResetCommandPool

func (mr *MockDeviceDriverMockRecorder) ResetCommandPool(commandPool, flags any) *gomock.Call

ResetCommandPool indicates an expected call of ResetCommandPool.

func (*MockDeviceDriverMockRecorder) ResetDescriptorPool

func (mr *MockDeviceDriverMockRecorder) ResetDescriptorPool(descriptorPool, flags any) *gomock.Call

ResetDescriptorPool indicates an expected call of ResetDescriptorPool.

func (*MockDeviceDriverMockRecorder) ResetEvent

func (mr *MockDeviceDriverMockRecorder) ResetEvent(event any) *gomock.Call

ResetEvent indicates an expected call of ResetEvent.

func (*MockDeviceDriverMockRecorder) ResetFences

func (mr *MockDeviceDriverMockRecorder) ResetFences(fences ...any) *gomock.Call

ResetFences indicates an expected call of ResetFences.

func (*MockDeviceDriverMockRecorder) ResetQueryPool

func (mr *MockDeviceDriverMockRecorder) ResetQueryPool(queryPool, firstQuery, queryCount any) *gomock.Call

ResetQueryPool indicates an expected call of ResetQueryPool.

func (*MockDeviceDriverMockRecorder) SetEvent

func (mr *MockDeviceDriverMockRecorder) SetEvent(event any) *gomock.Call

SetEvent indicates an expected call of SetEvent.

func (*MockDeviceDriverMockRecorder) SignalSemaphore

func (mr *MockDeviceDriverMockRecorder) SignalSemaphore(o any) *gomock.Call

SignalSemaphore indicates an expected call of SignalSemaphore.

func (*MockDeviceDriverMockRecorder) TrimCommandPool

func (mr *MockDeviceDriverMockRecorder) TrimCommandPool(commandPool, flags any) *gomock.Call

TrimCommandPool indicates an expected call of TrimCommandPool.

func (*MockDeviceDriverMockRecorder) UnmapMemory

func (mr *MockDeviceDriverMockRecorder) UnmapMemory(memory any) *gomock.Call

UnmapMemory indicates an expected call of UnmapMemory.

func (*MockDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromBuffer

func (mr *MockDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromBuffer(descriptorSet, template, data any) *gomock.Call

UpdateDescriptorSetWithTemplateFromBuffer indicates an expected call of UpdateDescriptorSetWithTemplateFromBuffer.

func (*MockDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromImage

func (mr *MockDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromImage(descriptorSet, template, data any) *gomock.Call

UpdateDescriptorSetWithTemplateFromImage indicates an expected call of UpdateDescriptorSetWithTemplateFromImage.

func (*MockDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromObjectHandle

func (mr *MockDeviceDriverMockRecorder) UpdateDescriptorSetWithTemplateFromObjectHandle(descriptorSet, template, data any) *gomock.Call

UpdateDescriptorSetWithTemplateFromObjectHandle indicates an expected call of UpdateDescriptorSetWithTemplateFromObjectHandle.

func (*MockDeviceDriverMockRecorder) UpdateDescriptorSets

func (mr *MockDeviceDriverMockRecorder) UpdateDescriptorSets(writes, copies any) *gomock.Call

UpdateDescriptorSets indicates an expected call of UpdateDescriptorSets.

func (*MockDeviceDriverMockRecorder) WaitForFences

func (mr *MockDeviceDriverMockRecorder) WaitForFences(waitForAll, timeout any, fences ...any) *gomock.Call

WaitForFences indicates an expected call of WaitForFences.

func (*MockDeviceDriverMockRecorder) WaitSemaphores

func (mr *MockDeviceDriverMockRecorder) WaitSemaphores(timeout, o any) *gomock.Call

WaitSemaphores indicates an expected call of WaitSemaphores.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL