mocks

package
v0.0.0-...-0931f86 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakeBufferHandle

func NewFakeBufferHandle() driver.VkBuffer

func NewFakeBufferViewHandle

func NewFakeBufferViewHandle() driver.VkBufferView

func NewFakeCommandBufferHandle

func NewFakeCommandBufferHandle() driver.VkCommandBuffer

func NewFakeCommandPoolHandle

func NewFakeCommandPoolHandle() driver.VkCommandPool

func NewFakeDescriptorPool

func NewFakeDescriptorPool() driver.VkDescriptorPool

func NewFakeDescriptorSet

func NewFakeDescriptorSet() driver.VkDescriptorSet

func NewFakeDescriptorSetLayout

func NewFakeDescriptorSetLayout() driver.VkDescriptorSetLayout

func NewFakeDescriptorUpdateTemplate

func NewFakeDescriptorUpdateTemplate() driver.VkDescriptorUpdateTemplate

func NewFakeDeviceHandle

func NewFakeDeviceHandle() driver.VkDevice

func NewFakeDeviceMemoryHandle

func NewFakeDeviceMemoryHandle() driver.VkDeviceMemory

func NewFakeEventHandle

func NewFakeEventHandle() driver.VkEvent

func NewFakeFenceHandle

func NewFakeFenceHandle() driver.VkFence

func NewFakeFramebufferHandle

func NewFakeFramebufferHandle() driver.VkFramebuffer

func NewFakeImageHandle

func NewFakeImageHandle() driver.VkImage

func NewFakeImageViewHandle

func NewFakeImageViewHandle() driver.VkImageView

func NewFakeInstanceHandle

func NewFakeInstanceHandle() driver.VkInstance

func NewFakePhysicalDeviceHandle

func NewFakePhysicalDeviceHandle() driver.VkPhysicalDevice

func NewFakePipeline

func NewFakePipeline() driver.VkPipeline

func NewFakePipelineCache

func NewFakePipelineCache() driver.VkPipelineCache

func NewFakePipelineLayout

func NewFakePipelineLayout() driver.VkPipelineLayout

func NewFakeQueryPool

func NewFakeQueryPool() driver.VkQueryPool

func NewFakeQueue

func NewFakeQueue() driver.VkQueue

func NewFakeRenderPassHandle

func NewFakeRenderPassHandle() driver.VkRenderPass

func NewFakeSamplerHandle

func NewFakeSamplerHandle() driver.VkSampler

func NewFakeSamplerYcbcrConversionHandle

func NewFakeSamplerYcbcrConversionHandle() driver.VkSamplerYcbcrConversion

func NewFakeSemaphore

func NewFakeSemaphore() driver.VkSemaphore

func NewFakeShaderModule

func NewFakeShaderModule() driver.VkShaderModule

Types

type Buffer1_1

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

Buffer1_1 is a mock of Buffer interface.

func NewBuffer1_1

func NewBuffer1_1(ctrl *gomock.Controller) *Buffer1_1

NewBuffer1_1 creates a new mock instance.

func (*Buffer1_1) APIVersion

func (m *Buffer1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Buffer1_1) BindBufferMemory

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

BindBufferMemory mocks base method.

func (*Buffer1_1) Destroy

func (m *Buffer1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Buffer1_1) DeviceHandle

func (m *Buffer1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Buffer1_1) Driver

func (m *Buffer1_1) Driver() driver.Driver

Driver mocks base method.

func (*Buffer1_1) EXPECT

func (m *Buffer1_1) EXPECT() *Buffer1_1MockRecorder

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

func (*Buffer1_1) Handle

func (m *Buffer1_1) Handle() driver.VkBuffer

Handle mocks base method.

func (*Buffer1_1) MemoryRequirements

func (m *Buffer1_1) MemoryRequirements() *core1_0.MemoryRequirements

MemoryRequirements mocks base method.

type Buffer1_1MockRecorder

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

Buffer1_1MockRecorder is the mock recorder for Buffer1_1.

func (*Buffer1_1MockRecorder) APIVersion

func (mr *Buffer1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Buffer1_1MockRecorder) BindBufferMemory

func (mr *Buffer1_1MockRecorder) BindBufferMemory(memory, offset interface{}) *gomock.Call

BindBufferMemory indicates an expected call of BindBufferMemory.

func (*Buffer1_1MockRecorder) Destroy

func (mr *Buffer1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Buffer1_1MockRecorder) DeviceHandle

func (mr *Buffer1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Buffer1_1MockRecorder) Driver

func (mr *Buffer1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Buffer1_1MockRecorder) Handle

func (mr *Buffer1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Buffer1_1MockRecorder) MemoryRequirements

func (mr *Buffer1_1MockRecorder) MemoryRequirements() *gomock.Call

MemoryRequirements indicates an expected call of MemoryRequirements.

type Buffer1_2

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

Buffer1_2 is a mock of Buffer interface.

func NewBuffer1_2

func NewBuffer1_2(ctrl *gomock.Controller) *Buffer1_2

NewBuffer1_2 creates a new mock instance.

func (*Buffer1_2) APIVersion

func (m *Buffer1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Buffer1_2) BindBufferMemory

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

BindBufferMemory mocks base method.

func (*Buffer1_2) Destroy

func (m *Buffer1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Buffer1_2) DeviceHandle

func (m *Buffer1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Buffer1_2) Driver

func (m *Buffer1_2) Driver() driver.Driver

Driver mocks base method.

func (*Buffer1_2) EXPECT

func (m *Buffer1_2) EXPECT() *Buffer1_2MockRecorder

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

func (*Buffer1_2) Handle

func (m *Buffer1_2) Handle() driver.VkBuffer

Handle mocks base method.

func (*Buffer1_2) MemoryRequirements

func (m *Buffer1_2) MemoryRequirements() *core1_0.MemoryRequirements

MemoryRequirements mocks base method.

type Buffer1_2MockRecorder

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

Buffer1_2MockRecorder is the mock recorder for Buffer1_2.

func (*Buffer1_2MockRecorder) APIVersion

func (mr *Buffer1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Buffer1_2MockRecorder) BindBufferMemory

func (mr *Buffer1_2MockRecorder) BindBufferMemory(memory, offset interface{}) *gomock.Call

BindBufferMemory indicates an expected call of BindBufferMemory.

func (*Buffer1_2MockRecorder) Destroy

func (mr *Buffer1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Buffer1_2MockRecorder) DeviceHandle

func (mr *Buffer1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Buffer1_2MockRecorder) Driver

func (mr *Buffer1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Buffer1_2MockRecorder) Handle

func (mr *Buffer1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Buffer1_2MockRecorder) MemoryRequirements

func (mr *Buffer1_2MockRecorder) MemoryRequirements() *gomock.Call

MemoryRequirements indicates an expected call of MemoryRequirements.

type BufferView1_1

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

BufferView1_1 is a mock of BufferView interface.

func NewBufferView1_1

func NewBufferView1_1(ctrl *gomock.Controller) *BufferView1_1

NewBufferView1_1 creates a new mock instance.

func (*BufferView1_1) APIVersion

func (m *BufferView1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*BufferView1_1) Destroy

func (m *BufferView1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*BufferView1_1) DeviceHandle

func (m *BufferView1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*BufferView1_1) Driver

func (m *BufferView1_1) Driver() driver.Driver

Driver mocks base method.

func (*BufferView1_1) EXPECT

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

func (*BufferView1_1) Handle

func (m *BufferView1_1) Handle() driver.VkBufferView

Handle mocks base method.

type BufferView1_1MockRecorder

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

BufferView1_1MockRecorder is the mock recorder for BufferView1_1.

func (*BufferView1_1MockRecorder) APIVersion

func (mr *BufferView1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*BufferView1_1MockRecorder) Destroy

func (mr *BufferView1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*BufferView1_1MockRecorder) DeviceHandle

func (mr *BufferView1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*BufferView1_1MockRecorder) Driver

func (mr *BufferView1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*BufferView1_1MockRecorder) Handle

func (mr *BufferView1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type BufferView1_2

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

BufferView1_2 is a mock of BufferView interface.

func NewBufferView1_2

func NewBufferView1_2(ctrl *gomock.Controller) *BufferView1_2

NewBufferView1_2 creates a new mock instance.

func (*BufferView1_2) APIVersion

func (m *BufferView1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*BufferView1_2) Destroy

func (m *BufferView1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*BufferView1_2) DeviceHandle

func (m *BufferView1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*BufferView1_2) Driver

func (m *BufferView1_2) Driver() driver.Driver

Driver mocks base method.

func (*BufferView1_2) EXPECT

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

func (*BufferView1_2) Handle

func (m *BufferView1_2) Handle() driver.VkBufferView

Handle mocks base method.

type BufferView1_2MockRecorder

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

BufferView1_2MockRecorder is the mock recorder for BufferView1_2.

func (*BufferView1_2MockRecorder) APIVersion

func (mr *BufferView1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*BufferView1_2MockRecorder) Destroy

func (mr *BufferView1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*BufferView1_2MockRecorder) DeviceHandle

func (mr *BufferView1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*BufferView1_2MockRecorder) Driver

func (mr *BufferView1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*BufferView1_2MockRecorder) Handle

func (mr *BufferView1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type CommandBuffer1_1

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

CommandBuffer1_1 is a mock of CommandBuffer interface.

func NewCommandBuffer1_1

func NewCommandBuffer1_1(ctrl *gomock.Controller) *CommandBuffer1_1

NewCommandBuffer1_1 creates a new mock instance.

func (*CommandBuffer1_1) APIVersion

func (m *CommandBuffer1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*CommandBuffer1_1) Begin

Begin mocks base method.

func (*CommandBuffer1_1) CmdBeginQuery

func (m *CommandBuffer1_1) CmdBeginQuery(queryPool core1_0.QueryPool, query int, flags core1_0.QueryControlFlags)

CmdBeginQuery mocks base method.

func (*CommandBuffer1_1) CmdBeginRenderPass

func (m *CommandBuffer1_1) CmdBeginRenderPass(contents core1_0.SubpassContents, o core1_0.RenderPassBeginInfo) error

CmdBeginRenderPass mocks base method.

func (*CommandBuffer1_1) CmdBindDescriptorSets

func (m *CommandBuffer1_1) CmdBindDescriptorSets(bindPoint core1_0.PipelineBindPoint, layout core1_0.PipelineLayout, sets []core1_0.DescriptorSet, dynamicOffsets []int)

CmdBindDescriptorSets mocks base method.

func (*CommandBuffer1_1) CmdBindIndexBuffer

func (m *CommandBuffer1_1) CmdBindIndexBuffer(buffer core1_0.Buffer, offset int, indexType core1_0.IndexType)

CmdBindIndexBuffer mocks base method.

func (*CommandBuffer1_1) CmdBindPipeline

func (m *CommandBuffer1_1) CmdBindPipeline(bindPoint core1_0.PipelineBindPoint, pipeline core1_0.Pipeline)

CmdBindPipeline mocks base method.

func (*CommandBuffer1_1) CmdBindVertexBuffers

func (m *CommandBuffer1_1) CmdBindVertexBuffers(buffers []core1_0.Buffer, bufferOffsets []int)

CmdBindVertexBuffers mocks base method.

func (*CommandBuffer1_1) CmdBlitImage

func (m *CommandBuffer1_1) CmdBlitImage(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 (*CommandBuffer1_1) CmdClearAttachments

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

CmdClearAttachments mocks base method.

func (*CommandBuffer1_1) CmdClearColorImage

func (m *CommandBuffer1_1) CmdClearColorImage(image core1_0.Image, imageLayout core1_0.ImageLayout, color core1_0.ClearColorValue, ranges []core1_0.ImageSubresourceRange)

CmdClearColorImage mocks base method.

func (*CommandBuffer1_1) CmdClearDepthStencilImage

func (m *CommandBuffer1_1) CmdClearDepthStencilImage(image core1_0.Image, imageLayout core1_0.ImageLayout, depthStencil *core1_0.ClearValueDepthStencil, ranges []core1_0.ImageSubresourceRange)

CmdClearDepthStencilImage mocks base method.

func (*CommandBuffer1_1) CmdCopyBuffer

func (m *CommandBuffer1_1) CmdCopyBuffer(srcBuffer, dstBuffer core1_0.Buffer, copyRegions []core1_0.BufferCopy) error

CmdCopyBuffer mocks base method.

func (*CommandBuffer1_1) CmdCopyBufferToImage

func (m *CommandBuffer1_1) CmdCopyBufferToImage(buffer core1_0.Buffer, image core1_0.Image, layout core1_0.ImageLayout, regions []core1_0.BufferImageCopy) error

CmdCopyBufferToImage mocks base method.

func (*CommandBuffer1_1) CmdCopyImage

func (m *CommandBuffer1_1) CmdCopyImage(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 (*CommandBuffer1_1) CmdCopyImageToBuffer

func (m *CommandBuffer1_1) CmdCopyImageToBuffer(srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstBuffer core1_0.Buffer, regions []core1_0.BufferImageCopy) error

CmdCopyImageToBuffer mocks base method.

func (*CommandBuffer1_1) CmdCopyQueryPoolResults

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

CmdCopyQueryPoolResults mocks base method.

func (*CommandBuffer1_1) CmdDispatch

func (m *CommandBuffer1_1) CmdDispatch(groupCountX, groupCountY, groupCountZ int)

CmdDispatch mocks base method.

func (*CommandBuffer1_1) CmdDispatchBase

func (m *CommandBuffer1_1) CmdDispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ int)

CmdDispatchBase mocks base method.

func (*CommandBuffer1_1) CmdDispatchIndirect

func (m *CommandBuffer1_1) CmdDispatchIndirect(buffer core1_0.Buffer, offset int)

CmdDispatchIndirect mocks base method.

func (*CommandBuffer1_1) CmdDraw

func (m *CommandBuffer1_1) CmdDraw(vertexCount, instanceCount int, firstVertex, firstInstance uint32)

CmdDraw mocks base method.

func (*CommandBuffer1_1) CmdDrawIndexed

func (m *CommandBuffer1_1) CmdDrawIndexed(indexCount, instanceCount int, firstIndex uint32, vertexOffset int, firstInstance uint32)

CmdDrawIndexed mocks base method.

func (*CommandBuffer1_1) CmdDrawIndexedIndirect

func (m *CommandBuffer1_1) CmdDrawIndexedIndirect(buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndexedIndirect mocks base method.

func (*CommandBuffer1_1) CmdDrawIndirect

func (m *CommandBuffer1_1) CmdDrawIndirect(buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndirect mocks base method.

func (*CommandBuffer1_1) CmdEndQuery

func (m *CommandBuffer1_1) CmdEndQuery(queryPool core1_0.QueryPool, query int)

CmdEndQuery mocks base method.

func (*CommandBuffer1_1) CmdEndRenderPass

func (m *CommandBuffer1_1) CmdEndRenderPass()

CmdEndRenderPass mocks base method.

func (*CommandBuffer1_1) CmdExecuteCommands

func (m *CommandBuffer1_1) CmdExecuteCommands(commandBuffers []core1_0.CommandBuffer)

CmdExecuteCommands mocks base method.

func (*CommandBuffer1_1) CmdFillBuffer

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

CmdFillBuffer mocks base method.

func (*CommandBuffer1_1) CmdNextSubpass

func (m *CommandBuffer1_1) CmdNextSubpass(contents core1_0.SubpassContents)

CmdNextSubpass mocks base method.

func (*CommandBuffer1_1) CmdPipelineBarrier

func (m *CommandBuffer1_1) CmdPipelineBarrier(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 (*CommandBuffer1_1) CmdPushConstants

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

CmdPushConstants mocks base method.

func (*CommandBuffer1_1) CmdResetEvent

func (m *CommandBuffer1_1) CmdResetEvent(event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdResetEvent mocks base method.

func (*CommandBuffer1_1) CmdResetQueryPool

func (m *CommandBuffer1_1) CmdResetQueryPool(queryPool core1_0.QueryPool, startQuery, queryCount int)

CmdResetQueryPool mocks base method.

func (*CommandBuffer1_1) CmdResolveImage

func (m *CommandBuffer1_1) CmdResolveImage(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 (*CommandBuffer1_1) CmdSetBlendConstants

func (m *CommandBuffer1_1) CmdSetBlendConstants(blendConstants [4]float32)

CmdSetBlendConstants mocks base method.

func (*CommandBuffer1_1) CmdSetDepthBias

func (m *CommandBuffer1_1) CmdSetDepthBias(depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor float32)

CmdSetDepthBias mocks base method.

func (*CommandBuffer1_1) CmdSetDepthBounds

func (m *CommandBuffer1_1) CmdSetDepthBounds(min, max float32)

CmdSetDepthBounds mocks base method.

func (*CommandBuffer1_1) CmdSetDeviceMask

func (m *CommandBuffer1_1) CmdSetDeviceMask(deviceMask uint32)

CmdSetDeviceMask mocks base method.

func (*CommandBuffer1_1) CmdSetEvent

func (m *CommandBuffer1_1) CmdSetEvent(event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdSetEvent mocks base method.

func (*CommandBuffer1_1) CmdSetLineWidth

func (m *CommandBuffer1_1) CmdSetLineWidth(lineWidth float32)

CmdSetLineWidth mocks base method.

func (*CommandBuffer1_1) CmdSetScissor

func (m *CommandBuffer1_1) CmdSetScissor(scissors []core1_0.Rect2D)

CmdSetScissor mocks base method.

func (*CommandBuffer1_1) CmdSetStencilCompareMask

func (m *CommandBuffer1_1) CmdSetStencilCompareMask(faceMask core1_0.StencilFaceFlags, compareMask uint32)

CmdSetStencilCompareMask mocks base method.

func (*CommandBuffer1_1) CmdSetStencilReference

func (m *CommandBuffer1_1) CmdSetStencilReference(faceMask core1_0.StencilFaceFlags, reference uint32)

CmdSetStencilReference mocks base method.

func (*CommandBuffer1_1) CmdSetStencilWriteMask

func (m *CommandBuffer1_1) CmdSetStencilWriteMask(faceMask core1_0.StencilFaceFlags, writeMask uint32)

CmdSetStencilWriteMask mocks base method.

func (*CommandBuffer1_1) CmdSetViewport

func (m *CommandBuffer1_1) CmdSetViewport(viewports []core1_0.Viewport)

CmdSetViewport mocks base method.

func (*CommandBuffer1_1) CmdUpdateBuffer

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

CmdUpdateBuffer mocks base method.

func (*CommandBuffer1_1) CmdWaitEvents

func (m *CommandBuffer1_1) CmdWaitEvents(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 (*CommandBuffer1_1) CmdWriteTimestamp

func (m *CommandBuffer1_1) CmdWriteTimestamp(pipelineStage core1_0.PipelineStageFlags, queryPool core1_0.QueryPool, query int)

CmdWriteTimestamp mocks base method.

func (*CommandBuffer1_1) CommandPoolHandle

func (m *CommandBuffer1_1) CommandPoolHandle() driver.VkCommandPool

CommandPoolHandle mocks base method.

func (*CommandBuffer1_1) CommandsRecorded

func (m *CommandBuffer1_1) CommandsRecorded() int

CommandsRecorded mocks base method.

func (*CommandBuffer1_1) DeviceHandle

func (m *CommandBuffer1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*CommandBuffer1_1) DispatchesRecorded

func (m *CommandBuffer1_1) DispatchesRecorded() int

DispatchesRecorded mocks base method.

func (*CommandBuffer1_1) DrawsRecorded

func (m *CommandBuffer1_1) DrawsRecorded() int

DrawsRecorded mocks base method.

func (*CommandBuffer1_1) Driver

func (m *CommandBuffer1_1) Driver() driver.Driver

Driver mocks base method.

func (*CommandBuffer1_1) EXPECT

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

func (*CommandBuffer1_1) End

func (m *CommandBuffer1_1) End() (common.VkResult, error)

End mocks base method.

func (*CommandBuffer1_1) Free

func (m *CommandBuffer1_1) Free()

Free mocks base method.

func (*CommandBuffer1_1) Handle

Handle mocks base method.

func (*CommandBuffer1_1) Reset

Reset mocks base method.

type CommandBuffer1_1MockRecorder

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

CommandBuffer1_1MockRecorder is the mock recorder for CommandBuffer1_1.

func (*CommandBuffer1_1MockRecorder) APIVersion

func (mr *CommandBuffer1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*CommandBuffer1_1MockRecorder) Begin

func (mr *CommandBuffer1_1MockRecorder) Begin(o interface{}) *gomock.Call

Begin indicates an expected call of Begin.

func (*CommandBuffer1_1MockRecorder) CmdBeginQuery

func (mr *CommandBuffer1_1MockRecorder) CmdBeginQuery(queryPool, query, flags interface{}) *gomock.Call

CmdBeginQuery indicates an expected call of CmdBeginQuery.

func (*CommandBuffer1_1MockRecorder) CmdBeginRenderPass

func (mr *CommandBuffer1_1MockRecorder) CmdBeginRenderPass(contents, o interface{}) *gomock.Call

CmdBeginRenderPass indicates an expected call of CmdBeginRenderPass.

func (*CommandBuffer1_1MockRecorder) CmdBindDescriptorSets

func (mr *CommandBuffer1_1MockRecorder) CmdBindDescriptorSets(bindPoint, layout, sets, dynamicOffsets interface{}) *gomock.Call

CmdBindDescriptorSets indicates an expected call of CmdBindDescriptorSets.

func (*CommandBuffer1_1MockRecorder) CmdBindIndexBuffer

func (mr *CommandBuffer1_1MockRecorder) CmdBindIndexBuffer(buffer, offset, indexType interface{}) *gomock.Call

CmdBindIndexBuffer indicates an expected call of CmdBindIndexBuffer.

func (*CommandBuffer1_1MockRecorder) CmdBindPipeline

func (mr *CommandBuffer1_1MockRecorder) CmdBindPipeline(bindPoint, pipeline interface{}) *gomock.Call

CmdBindPipeline indicates an expected call of CmdBindPipeline.

func (*CommandBuffer1_1MockRecorder) CmdBindVertexBuffers

func (mr *CommandBuffer1_1MockRecorder) CmdBindVertexBuffers(buffers, bufferOffsets interface{}) *gomock.Call

CmdBindVertexBuffers indicates an expected call of CmdBindVertexBuffers.

func (*CommandBuffer1_1MockRecorder) CmdBlitImage

func (mr *CommandBuffer1_1MockRecorder) CmdBlitImage(sourceImage, sourceImageLayout, destinationImage, destinationImageLayout, regions, filter interface{}) *gomock.Call

CmdBlitImage indicates an expected call of CmdBlitImage.

func (*CommandBuffer1_1MockRecorder) CmdClearAttachments

func (mr *CommandBuffer1_1MockRecorder) CmdClearAttachments(attachments, rects interface{}) *gomock.Call

CmdClearAttachments indicates an expected call of CmdClearAttachments.

func (*CommandBuffer1_1MockRecorder) CmdClearColorImage

func (mr *CommandBuffer1_1MockRecorder) CmdClearColorImage(image, imageLayout, color, ranges interface{}) *gomock.Call

CmdClearColorImage indicates an expected call of CmdClearColorImage.

func (*CommandBuffer1_1MockRecorder) CmdClearDepthStencilImage

func (mr *CommandBuffer1_1MockRecorder) CmdClearDepthStencilImage(image, imageLayout, depthStencil, ranges interface{}) *gomock.Call

CmdClearDepthStencilImage indicates an expected call of CmdClearDepthStencilImage.

func (*CommandBuffer1_1MockRecorder) CmdCopyBuffer

func (mr *CommandBuffer1_1MockRecorder) CmdCopyBuffer(srcBuffer, dstBuffer, copyRegions interface{}) *gomock.Call

CmdCopyBuffer indicates an expected call of CmdCopyBuffer.

func (*CommandBuffer1_1MockRecorder) CmdCopyBufferToImage

func (mr *CommandBuffer1_1MockRecorder) CmdCopyBufferToImage(buffer, image, layout, regions interface{}) *gomock.Call

CmdCopyBufferToImage indicates an expected call of CmdCopyBufferToImage.

func (*CommandBuffer1_1MockRecorder) CmdCopyImage

func (mr *CommandBuffer1_1MockRecorder) CmdCopyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regions interface{}) *gomock.Call

CmdCopyImage indicates an expected call of CmdCopyImage.

func (*CommandBuffer1_1MockRecorder) CmdCopyImageToBuffer

func (mr *CommandBuffer1_1MockRecorder) CmdCopyImageToBuffer(srcImage, srcImageLayout, dstBuffer, regions interface{}) *gomock.Call

CmdCopyImageToBuffer indicates an expected call of CmdCopyImageToBuffer.

func (*CommandBuffer1_1MockRecorder) CmdCopyQueryPoolResults

func (mr *CommandBuffer1_1MockRecorder) CmdCopyQueryPoolResults(queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags interface{}) *gomock.Call

CmdCopyQueryPoolResults indicates an expected call of CmdCopyQueryPoolResults.

func (*CommandBuffer1_1MockRecorder) CmdDispatch

func (mr *CommandBuffer1_1MockRecorder) CmdDispatch(groupCountX, groupCountY, groupCountZ interface{}) *gomock.Call

CmdDispatch indicates an expected call of CmdDispatch.

func (*CommandBuffer1_1MockRecorder) CmdDispatchBase

func (mr *CommandBuffer1_1MockRecorder) CmdDispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ interface{}) *gomock.Call

CmdDispatchBase indicates an expected call of CmdDispatchBase.

func (*CommandBuffer1_1MockRecorder) CmdDispatchIndirect

func (mr *CommandBuffer1_1MockRecorder) CmdDispatchIndirect(buffer, offset interface{}) *gomock.Call

CmdDispatchIndirect indicates an expected call of CmdDispatchIndirect.

func (*CommandBuffer1_1MockRecorder) CmdDraw

func (mr *CommandBuffer1_1MockRecorder) CmdDraw(vertexCount, instanceCount, firstVertex, firstInstance interface{}) *gomock.Call

CmdDraw indicates an expected call of CmdDraw.

func (*CommandBuffer1_1MockRecorder) CmdDrawIndexed

func (mr *CommandBuffer1_1MockRecorder) CmdDrawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance interface{}) *gomock.Call

CmdDrawIndexed indicates an expected call of CmdDrawIndexed.

func (*CommandBuffer1_1MockRecorder) CmdDrawIndexedIndirect

func (mr *CommandBuffer1_1MockRecorder) CmdDrawIndexedIndirect(buffer, offset, drawCount, stride interface{}) *gomock.Call

CmdDrawIndexedIndirect indicates an expected call of CmdDrawIndexedIndirect.

func (*CommandBuffer1_1MockRecorder) CmdDrawIndirect

func (mr *CommandBuffer1_1MockRecorder) CmdDrawIndirect(buffer, offset, drawCount, stride interface{}) *gomock.Call

CmdDrawIndirect indicates an expected call of CmdDrawIndirect.

func (*CommandBuffer1_1MockRecorder) CmdEndQuery

func (mr *CommandBuffer1_1MockRecorder) CmdEndQuery(queryPool, query interface{}) *gomock.Call

CmdEndQuery indicates an expected call of CmdEndQuery.

func (*CommandBuffer1_1MockRecorder) CmdEndRenderPass

func (mr *CommandBuffer1_1MockRecorder) CmdEndRenderPass() *gomock.Call

CmdEndRenderPass indicates an expected call of CmdEndRenderPass.

func (*CommandBuffer1_1MockRecorder) CmdExecuteCommands

func (mr *CommandBuffer1_1MockRecorder) CmdExecuteCommands(commandBuffers interface{}) *gomock.Call

CmdExecuteCommands indicates an expected call of CmdExecuteCommands.

func (*CommandBuffer1_1MockRecorder) CmdFillBuffer

func (mr *CommandBuffer1_1MockRecorder) CmdFillBuffer(dstBuffer, dstOffset, size, data interface{}) *gomock.Call

CmdFillBuffer indicates an expected call of CmdFillBuffer.

func (*CommandBuffer1_1MockRecorder) CmdNextSubpass

func (mr *CommandBuffer1_1MockRecorder) CmdNextSubpass(contents interface{}) *gomock.Call

CmdNextSubpass indicates an expected call of CmdNextSubpass.

func (*CommandBuffer1_1MockRecorder) CmdPipelineBarrier

func (mr *CommandBuffer1_1MockRecorder) CmdPipelineBarrier(srcStageMask, dstStageMask, dependencies, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers interface{}) *gomock.Call

CmdPipelineBarrier indicates an expected call of CmdPipelineBarrier.

func (*CommandBuffer1_1MockRecorder) CmdPushConstants

func (mr *CommandBuffer1_1MockRecorder) CmdPushConstants(layout, stageFlags, offset, valueBytes interface{}) *gomock.Call

CmdPushConstants indicates an expected call of CmdPushConstants.

func (*CommandBuffer1_1MockRecorder) CmdResetEvent

func (mr *CommandBuffer1_1MockRecorder) CmdResetEvent(event, stageMask interface{}) *gomock.Call

CmdResetEvent indicates an expected call of CmdResetEvent.

func (*CommandBuffer1_1MockRecorder) CmdResetQueryPool

func (mr *CommandBuffer1_1MockRecorder) CmdResetQueryPool(queryPool, startQuery, queryCount interface{}) *gomock.Call

CmdResetQueryPool indicates an expected call of CmdResetQueryPool.

func (*CommandBuffer1_1MockRecorder) CmdResolveImage

func (mr *CommandBuffer1_1MockRecorder) CmdResolveImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regions interface{}) *gomock.Call

CmdResolveImage indicates an expected call of CmdResolveImage.

func (*CommandBuffer1_1MockRecorder) CmdSetBlendConstants

func (mr *CommandBuffer1_1MockRecorder) CmdSetBlendConstants(blendConstants interface{}) *gomock.Call

CmdSetBlendConstants indicates an expected call of CmdSetBlendConstants.

func (*CommandBuffer1_1MockRecorder) CmdSetDepthBias

func (mr *CommandBuffer1_1MockRecorder) CmdSetDepthBias(depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor interface{}) *gomock.Call

CmdSetDepthBias indicates an expected call of CmdSetDepthBias.

func (*CommandBuffer1_1MockRecorder) CmdSetDepthBounds

func (mr *CommandBuffer1_1MockRecorder) CmdSetDepthBounds(min, max interface{}) *gomock.Call

CmdSetDepthBounds indicates an expected call of CmdSetDepthBounds.

func (*CommandBuffer1_1MockRecorder) CmdSetDeviceMask

func (mr *CommandBuffer1_1MockRecorder) CmdSetDeviceMask(deviceMask interface{}) *gomock.Call

CmdSetDeviceMask indicates an expected call of CmdSetDeviceMask.

func (*CommandBuffer1_1MockRecorder) CmdSetEvent

func (mr *CommandBuffer1_1MockRecorder) CmdSetEvent(event, stageMask interface{}) *gomock.Call

CmdSetEvent indicates an expected call of CmdSetEvent.

func (*CommandBuffer1_1MockRecorder) CmdSetLineWidth

func (mr *CommandBuffer1_1MockRecorder) CmdSetLineWidth(lineWidth interface{}) *gomock.Call

CmdSetLineWidth indicates an expected call of CmdSetLineWidth.

func (*CommandBuffer1_1MockRecorder) CmdSetScissor

func (mr *CommandBuffer1_1MockRecorder) CmdSetScissor(scissors interface{}) *gomock.Call

CmdSetScissor indicates an expected call of CmdSetScissor.

func (*CommandBuffer1_1MockRecorder) CmdSetStencilCompareMask

func (mr *CommandBuffer1_1MockRecorder) CmdSetStencilCompareMask(faceMask, compareMask interface{}) *gomock.Call

CmdSetStencilCompareMask indicates an expected call of CmdSetStencilCompareMask.

func (*CommandBuffer1_1MockRecorder) CmdSetStencilReference

func (mr *CommandBuffer1_1MockRecorder) CmdSetStencilReference(faceMask, reference interface{}) *gomock.Call

CmdSetStencilReference indicates an expected call of CmdSetStencilReference.

func (*CommandBuffer1_1MockRecorder) CmdSetStencilWriteMask

func (mr *CommandBuffer1_1MockRecorder) CmdSetStencilWriteMask(faceMask, writeMask interface{}) *gomock.Call

CmdSetStencilWriteMask indicates an expected call of CmdSetStencilWriteMask.

func (*CommandBuffer1_1MockRecorder) CmdSetViewport

func (mr *CommandBuffer1_1MockRecorder) CmdSetViewport(viewports interface{}) *gomock.Call

CmdSetViewport indicates an expected call of CmdSetViewport.

func (*CommandBuffer1_1MockRecorder) CmdUpdateBuffer

func (mr *CommandBuffer1_1MockRecorder) CmdUpdateBuffer(dstBuffer, dstOffset, dataSize, data interface{}) *gomock.Call

CmdUpdateBuffer indicates an expected call of CmdUpdateBuffer.

func (*CommandBuffer1_1MockRecorder) CmdWaitEvents

func (mr *CommandBuffer1_1MockRecorder) CmdWaitEvents(events, srcStageMask, dstStageMask, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers interface{}) *gomock.Call

CmdWaitEvents indicates an expected call of CmdWaitEvents.

func (*CommandBuffer1_1MockRecorder) CmdWriteTimestamp

func (mr *CommandBuffer1_1MockRecorder) CmdWriteTimestamp(pipelineStage, queryPool, query interface{}) *gomock.Call

CmdWriteTimestamp indicates an expected call of CmdWriteTimestamp.

func (*CommandBuffer1_1MockRecorder) CommandPoolHandle

func (mr *CommandBuffer1_1MockRecorder) CommandPoolHandle() *gomock.Call

CommandPoolHandle indicates an expected call of CommandPoolHandle.

func (*CommandBuffer1_1MockRecorder) CommandsRecorded

func (mr *CommandBuffer1_1MockRecorder) CommandsRecorded() *gomock.Call

CommandsRecorded indicates an expected call of CommandsRecorded.

func (*CommandBuffer1_1MockRecorder) DeviceHandle

func (mr *CommandBuffer1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*CommandBuffer1_1MockRecorder) DispatchesRecorded

func (mr *CommandBuffer1_1MockRecorder) DispatchesRecorded() *gomock.Call

DispatchesRecorded indicates an expected call of DispatchesRecorded.

func (*CommandBuffer1_1MockRecorder) DrawsRecorded

func (mr *CommandBuffer1_1MockRecorder) DrawsRecorded() *gomock.Call

DrawsRecorded indicates an expected call of DrawsRecorded.

func (*CommandBuffer1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*CommandBuffer1_1MockRecorder) End

End indicates an expected call of End.

func (*CommandBuffer1_1MockRecorder) Free

Free indicates an expected call of Free.

func (*CommandBuffer1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*CommandBuffer1_1MockRecorder) Reset

func (mr *CommandBuffer1_1MockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type CommandBuffer1_2

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

CommandBuffer1_2 is a mock of CommandBuffer interface.

func NewCommandBuffer1_2

func NewCommandBuffer1_2(ctrl *gomock.Controller) *CommandBuffer1_2

NewCommandBuffer1_2 creates a new mock instance.

func (*CommandBuffer1_2) APIVersion

func (m *CommandBuffer1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*CommandBuffer1_2) Begin

Begin mocks base method.

func (*CommandBuffer1_2) CmdBeginQuery

func (m *CommandBuffer1_2) CmdBeginQuery(queryPool core1_0.QueryPool, query int, flags core1_0.QueryControlFlags)

CmdBeginQuery mocks base method.

func (*CommandBuffer1_2) CmdBeginRenderPass

func (m *CommandBuffer1_2) CmdBeginRenderPass(contents core1_0.SubpassContents, o core1_0.RenderPassBeginInfo) error

CmdBeginRenderPass mocks base method.

func (*CommandBuffer1_2) CmdBeginRenderPass2

func (m *CommandBuffer1_2) CmdBeginRenderPass2(renderPassBegin core1_0.RenderPassBeginInfo, subpassBegin core1_2.SubpassBeginInfo) error

CmdBeginRenderPass2 mocks base method.

func (*CommandBuffer1_2) CmdBindDescriptorSets

func (m *CommandBuffer1_2) CmdBindDescriptorSets(bindPoint core1_0.PipelineBindPoint, layout core1_0.PipelineLayout, sets []core1_0.DescriptorSet, dynamicOffsets []int)

CmdBindDescriptorSets mocks base method.

func (*CommandBuffer1_2) CmdBindIndexBuffer

func (m *CommandBuffer1_2) CmdBindIndexBuffer(buffer core1_0.Buffer, offset int, indexType core1_0.IndexType)

CmdBindIndexBuffer mocks base method.

func (*CommandBuffer1_2) CmdBindPipeline

func (m *CommandBuffer1_2) CmdBindPipeline(bindPoint core1_0.PipelineBindPoint, pipeline core1_0.Pipeline)

CmdBindPipeline mocks base method.

func (*CommandBuffer1_2) CmdBindVertexBuffers

func (m *CommandBuffer1_2) CmdBindVertexBuffers(buffers []core1_0.Buffer, bufferOffsets []int)

CmdBindVertexBuffers mocks base method.

func (*CommandBuffer1_2) CmdBlitImage

func (m *CommandBuffer1_2) CmdBlitImage(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 (*CommandBuffer1_2) CmdClearAttachments

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

CmdClearAttachments mocks base method.

func (*CommandBuffer1_2) CmdClearColorImage

func (m *CommandBuffer1_2) CmdClearColorImage(image core1_0.Image, imageLayout core1_0.ImageLayout, color core1_0.ClearColorValue, ranges []core1_0.ImageSubresourceRange)

CmdClearColorImage mocks base method.

func (*CommandBuffer1_2) CmdClearDepthStencilImage

func (m *CommandBuffer1_2) CmdClearDepthStencilImage(image core1_0.Image, imageLayout core1_0.ImageLayout, depthStencil *core1_0.ClearValueDepthStencil, ranges []core1_0.ImageSubresourceRange)

CmdClearDepthStencilImage mocks base method.

func (*CommandBuffer1_2) CmdCopyBuffer

func (m *CommandBuffer1_2) CmdCopyBuffer(srcBuffer, dstBuffer core1_0.Buffer, copyRegions []core1_0.BufferCopy) error

CmdCopyBuffer mocks base method.

func (*CommandBuffer1_2) CmdCopyBufferToImage

func (m *CommandBuffer1_2) CmdCopyBufferToImage(buffer core1_0.Buffer, image core1_0.Image, layout core1_0.ImageLayout, regions []core1_0.BufferImageCopy) error

CmdCopyBufferToImage mocks base method.

func (*CommandBuffer1_2) CmdCopyImage

func (m *CommandBuffer1_2) CmdCopyImage(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 (*CommandBuffer1_2) CmdCopyImageToBuffer

func (m *CommandBuffer1_2) CmdCopyImageToBuffer(srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstBuffer core1_0.Buffer, regions []core1_0.BufferImageCopy) error

CmdCopyImageToBuffer mocks base method.

func (*CommandBuffer1_2) CmdCopyQueryPoolResults

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

CmdCopyQueryPoolResults mocks base method.

func (*CommandBuffer1_2) CmdDispatch

func (m *CommandBuffer1_2) CmdDispatch(groupCountX, groupCountY, groupCountZ int)

CmdDispatch mocks base method.

func (*CommandBuffer1_2) CmdDispatchBase

func (m *CommandBuffer1_2) CmdDispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ int)

CmdDispatchBase mocks base method.

func (*CommandBuffer1_2) CmdDispatchIndirect

func (m *CommandBuffer1_2) CmdDispatchIndirect(buffer core1_0.Buffer, offset int)

CmdDispatchIndirect mocks base method.

func (*CommandBuffer1_2) CmdDraw

func (m *CommandBuffer1_2) CmdDraw(vertexCount, instanceCount int, firstVertex, firstInstance uint32)

CmdDraw mocks base method.

func (*CommandBuffer1_2) CmdDrawIndexed

func (m *CommandBuffer1_2) CmdDrawIndexed(indexCount, instanceCount int, firstIndex uint32, vertexOffset int, firstInstance uint32)

CmdDrawIndexed mocks base method.

func (*CommandBuffer1_2) CmdDrawIndexedIndirect

func (m *CommandBuffer1_2) CmdDrawIndexedIndirect(buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndexedIndirect mocks base method.

func (*CommandBuffer1_2) CmdDrawIndexedIndirectCount

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

CmdDrawIndexedIndirectCount mocks base method.

func (*CommandBuffer1_2) CmdDrawIndirect

func (m *CommandBuffer1_2) CmdDrawIndirect(buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndirect mocks base method.

func (*CommandBuffer1_2) CmdDrawIndirectCount

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

CmdDrawIndirectCount mocks base method.

func (*CommandBuffer1_2) CmdEndQuery

func (m *CommandBuffer1_2) CmdEndQuery(queryPool core1_0.QueryPool, query int)

CmdEndQuery mocks base method.

func (*CommandBuffer1_2) CmdEndRenderPass

func (m *CommandBuffer1_2) CmdEndRenderPass()

CmdEndRenderPass mocks base method.

func (*CommandBuffer1_2) CmdEndRenderPass2

func (m *CommandBuffer1_2) CmdEndRenderPass2(subpassEnd core1_2.SubpassEndInfo) error

CmdEndRenderPass2 mocks base method.

func (*CommandBuffer1_2) CmdExecuteCommands

func (m *CommandBuffer1_2) CmdExecuteCommands(commandBuffers []core1_0.CommandBuffer)

CmdExecuteCommands mocks base method.

func (*CommandBuffer1_2) CmdFillBuffer

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

CmdFillBuffer mocks base method.

func (*CommandBuffer1_2) CmdNextSubpass

func (m *CommandBuffer1_2) CmdNextSubpass(contents core1_0.SubpassContents)

CmdNextSubpass mocks base method.

func (*CommandBuffer1_2) CmdNextSubpass2

func (m *CommandBuffer1_2) CmdNextSubpass2(subpassBegin core1_2.SubpassBeginInfo, subpassEnd core1_2.SubpassEndInfo) error

CmdNextSubpass2 mocks base method.

func (*CommandBuffer1_2) CmdPipelineBarrier

func (m *CommandBuffer1_2) CmdPipelineBarrier(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 (*CommandBuffer1_2) CmdPushConstants

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

CmdPushConstants mocks base method.

func (*CommandBuffer1_2) CmdResetEvent

func (m *CommandBuffer1_2) CmdResetEvent(event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdResetEvent mocks base method.

func (*CommandBuffer1_2) CmdResetQueryPool

func (m *CommandBuffer1_2) CmdResetQueryPool(queryPool core1_0.QueryPool, startQuery, queryCount int)

CmdResetQueryPool mocks base method.

func (*CommandBuffer1_2) CmdResolveImage

func (m *CommandBuffer1_2) CmdResolveImage(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 (*CommandBuffer1_2) CmdSetBlendConstants

func (m *CommandBuffer1_2) CmdSetBlendConstants(blendConstants [4]float32)

CmdSetBlendConstants mocks base method.

func (*CommandBuffer1_2) CmdSetDepthBias

func (m *CommandBuffer1_2) CmdSetDepthBias(depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor float32)

CmdSetDepthBias mocks base method.

func (*CommandBuffer1_2) CmdSetDepthBounds

func (m *CommandBuffer1_2) CmdSetDepthBounds(min, max float32)

CmdSetDepthBounds mocks base method.

func (*CommandBuffer1_2) CmdSetDeviceMask

func (m *CommandBuffer1_2) CmdSetDeviceMask(deviceMask uint32)

CmdSetDeviceMask mocks base method.

func (*CommandBuffer1_2) CmdSetEvent

func (m *CommandBuffer1_2) CmdSetEvent(event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdSetEvent mocks base method.

func (*CommandBuffer1_2) CmdSetLineWidth

func (m *CommandBuffer1_2) CmdSetLineWidth(lineWidth float32)

CmdSetLineWidth mocks base method.

func (*CommandBuffer1_2) CmdSetScissor

func (m *CommandBuffer1_2) CmdSetScissor(scissors []core1_0.Rect2D)

CmdSetScissor mocks base method.

func (*CommandBuffer1_2) CmdSetStencilCompareMask

func (m *CommandBuffer1_2) CmdSetStencilCompareMask(faceMask core1_0.StencilFaceFlags, compareMask uint32)

CmdSetStencilCompareMask mocks base method.

func (*CommandBuffer1_2) CmdSetStencilReference

func (m *CommandBuffer1_2) CmdSetStencilReference(faceMask core1_0.StencilFaceFlags, reference uint32)

CmdSetStencilReference mocks base method.

func (*CommandBuffer1_2) CmdSetStencilWriteMask

func (m *CommandBuffer1_2) CmdSetStencilWriteMask(faceMask core1_0.StencilFaceFlags, writeMask uint32)

CmdSetStencilWriteMask mocks base method.

func (*CommandBuffer1_2) CmdSetViewport

func (m *CommandBuffer1_2) CmdSetViewport(viewports []core1_0.Viewport)

CmdSetViewport mocks base method.

func (*CommandBuffer1_2) CmdUpdateBuffer

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

CmdUpdateBuffer mocks base method.

func (*CommandBuffer1_2) CmdWaitEvents

func (m *CommandBuffer1_2) CmdWaitEvents(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 (*CommandBuffer1_2) CmdWriteTimestamp

func (m *CommandBuffer1_2) CmdWriteTimestamp(pipelineStage core1_0.PipelineStageFlags, queryPool core1_0.QueryPool, query int)

CmdWriteTimestamp mocks base method.

func (*CommandBuffer1_2) CommandPoolHandle

func (m *CommandBuffer1_2) CommandPoolHandle() driver.VkCommandPool

CommandPoolHandle mocks base method.

func (*CommandBuffer1_2) CommandsRecorded

func (m *CommandBuffer1_2) CommandsRecorded() int

CommandsRecorded mocks base method.

func (*CommandBuffer1_2) DeviceHandle

func (m *CommandBuffer1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*CommandBuffer1_2) DispatchesRecorded

func (m *CommandBuffer1_2) DispatchesRecorded() int

DispatchesRecorded mocks base method.

func (*CommandBuffer1_2) DrawsRecorded

func (m *CommandBuffer1_2) DrawsRecorded() int

DrawsRecorded mocks base method.

func (*CommandBuffer1_2) Driver

func (m *CommandBuffer1_2) Driver() driver.Driver

Driver mocks base method.

func (*CommandBuffer1_2) EXPECT

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

func (*CommandBuffer1_2) End

func (m *CommandBuffer1_2) End() (common.VkResult, error)

End mocks base method.

func (*CommandBuffer1_2) Free

func (m *CommandBuffer1_2) Free()

Free mocks base method.

func (*CommandBuffer1_2) Handle

Handle mocks base method.

func (*CommandBuffer1_2) Reset

Reset mocks base method.

type CommandBuffer1_2MockRecorder

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

CommandBuffer1_2MockRecorder is the mock recorder for CommandBuffer1_2.

func (*CommandBuffer1_2MockRecorder) APIVersion

func (mr *CommandBuffer1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*CommandBuffer1_2MockRecorder) Begin

func (mr *CommandBuffer1_2MockRecorder) Begin(o interface{}) *gomock.Call

Begin indicates an expected call of Begin.

func (*CommandBuffer1_2MockRecorder) CmdBeginQuery

func (mr *CommandBuffer1_2MockRecorder) CmdBeginQuery(queryPool, query, flags interface{}) *gomock.Call

CmdBeginQuery indicates an expected call of CmdBeginQuery.

func (*CommandBuffer1_2MockRecorder) CmdBeginRenderPass

func (mr *CommandBuffer1_2MockRecorder) CmdBeginRenderPass(contents, o interface{}) *gomock.Call

CmdBeginRenderPass indicates an expected call of CmdBeginRenderPass.

func (*CommandBuffer1_2MockRecorder) CmdBeginRenderPass2

func (mr *CommandBuffer1_2MockRecorder) CmdBeginRenderPass2(renderPassBegin, subpassBegin interface{}) *gomock.Call

CmdBeginRenderPass2 indicates an expected call of CmdBeginRenderPass2.

func (*CommandBuffer1_2MockRecorder) CmdBindDescriptorSets

func (mr *CommandBuffer1_2MockRecorder) CmdBindDescriptorSets(bindPoint, layout, sets, dynamicOffsets interface{}) *gomock.Call

CmdBindDescriptorSets indicates an expected call of CmdBindDescriptorSets.

func (*CommandBuffer1_2MockRecorder) CmdBindIndexBuffer

func (mr *CommandBuffer1_2MockRecorder) CmdBindIndexBuffer(buffer, offset, indexType interface{}) *gomock.Call

CmdBindIndexBuffer indicates an expected call of CmdBindIndexBuffer.

func (*CommandBuffer1_2MockRecorder) CmdBindPipeline

func (mr *CommandBuffer1_2MockRecorder) CmdBindPipeline(bindPoint, pipeline interface{}) *gomock.Call

CmdBindPipeline indicates an expected call of CmdBindPipeline.

func (*CommandBuffer1_2MockRecorder) CmdBindVertexBuffers

func (mr *CommandBuffer1_2MockRecorder) CmdBindVertexBuffers(buffers, bufferOffsets interface{}) *gomock.Call

CmdBindVertexBuffers indicates an expected call of CmdBindVertexBuffers.

func (*CommandBuffer1_2MockRecorder) CmdBlitImage

func (mr *CommandBuffer1_2MockRecorder) CmdBlitImage(sourceImage, sourceImageLayout, destinationImage, destinationImageLayout, regions, filter interface{}) *gomock.Call

CmdBlitImage indicates an expected call of CmdBlitImage.

func (*CommandBuffer1_2MockRecorder) CmdClearAttachments

func (mr *CommandBuffer1_2MockRecorder) CmdClearAttachments(attachments, rects interface{}) *gomock.Call

CmdClearAttachments indicates an expected call of CmdClearAttachments.

func (*CommandBuffer1_2MockRecorder) CmdClearColorImage

func (mr *CommandBuffer1_2MockRecorder) CmdClearColorImage(image, imageLayout, color, ranges interface{}) *gomock.Call

CmdClearColorImage indicates an expected call of CmdClearColorImage.

func (*CommandBuffer1_2MockRecorder) CmdClearDepthStencilImage

func (mr *CommandBuffer1_2MockRecorder) CmdClearDepthStencilImage(image, imageLayout, depthStencil, ranges interface{}) *gomock.Call

CmdClearDepthStencilImage indicates an expected call of CmdClearDepthStencilImage.

func (*CommandBuffer1_2MockRecorder) CmdCopyBuffer

func (mr *CommandBuffer1_2MockRecorder) CmdCopyBuffer(srcBuffer, dstBuffer, copyRegions interface{}) *gomock.Call

CmdCopyBuffer indicates an expected call of CmdCopyBuffer.

func (*CommandBuffer1_2MockRecorder) CmdCopyBufferToImage

func (mr *CommandBuffer1_2MockRecorder) CmdCopyBufferToImage(buffer, image, layout, regions interface{}) *gomock.Call

CmdCopyBufferToImage indicates an expected call of CmdCopyBufferToImage.

func (*CommandBuffer1_2MockRecorder) CmdCopyImage

func (mr *CommandBuffer1_2MockRecorder) CmdCopyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regions interface{}) *gomock.Call

CmdCopyImage indicates an expected call of CmdCopyImage.

func (*CommandBuffer1_2MockRecorder) CmdCopyImageToBuffer

func (mr *CommandBuffer1_2MockRecorder) CmdCopyImageToBuffer(srcImage, srcImageLayout, dstBuffer, regions interface{}) *gomock.Call

CmdCopyImageToBuffer indicates an expected call of CmdCopyImageToBuffer.

func (*CommandBuffer1_2MockRecorder) CmdCopyQueryPoolResults

func (mr *CommandBuffer1_2MockRecorder) CmdCopyQueryPoolResults(queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags interface{}) *gomock.Call

CmdCopyQueryPoolResults indicates an expected call of CmdCopyQueryPoolResults.

func (*CommandBuffer1_2MockRecorder) CmdDispatch

func (mr *CommandBuffer1_2MockRecorder) CmdDispatch(groupCountX, groupCountY, groupCountZ interface{}) *gomock.Call

CmdDispatch indicates an expected call of CmdDispatch.

func (*CommandBuffer1_2MockRecorder) CmdDispatchBase

func (mr *CommandBuffer1_2MockRecorder) CmdDispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ interface{}) *gomock.Call

CmdDispatchBase indicates an expected call of CmdDispatchBase.

func (*CommandBuffer1_2MockRecorder) CmdDispatchIndirect

func (mr *CommandBuffer1_2MockRecorder) CmdDispatchIndirect(buffer, offset interface{}) *gomock.Call

CmdDispatchIndirect indicates an expected call of CmdDispatchIndirect.

func (*CommandBuffer1_2MockRecorder) CmdDraw

func (mr *CommandBuffer1_2MockRecorder) CmdDraw(vertexCount, instanceCount, firstVertex, firstInstance interface{}) *gomock.Call

CmdDraw indicates an expected call of CmdDraw.

func (*CommandBuffer1_2MockRecorder) CmdDrawIndexed

func (mr *CommandBuffer1_2MockRecorder) CmdDrawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance interface{}) *gomock.Call

CmdDrawIndexed indicates an expected call of CmdDrawIndexed.

func (*CommandBuffer1_2MockRecorder) CmdDrawIndexedIndirect

func (mr *CommandBuffer1_2MockRecorder) CmdDrawIndexedIndirect(buffer, offset, drawCount, stride interface{}) *gomock.Call

CmdDrawIndexedIndirect indicates an expected call of CmdDrawIndexedIndirect.

func (*CommandBuffer1_2MockRecorder) CmdDrawIndexedIndirectCount

func (mr *CommandBuffer1_2MockRecorder) CmdDrawIndexedIndirectCount(buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride interface{}) *gomock.Call

CmdDrawIndexedIndirectCount indicates an expected call of CmdDrawIndexedIndirectCount.

func (*CommandBuffer1_2MockRecorder) CmdDrawIndirect

func (mr *CommandBuffer1_2MockRecorder) CmdDrawIndirect(buffer, offset, drawCount, stride interface{}) *gomock.Call

CmdDrawIndirect indicates an expected call of CmdDrawIndirect.

func (*CommandBuffer1_2MockRecorder) CmdDrawIndirectCount

func (mr *CommandBuffer1_2MockRecorder) CmdDrawIndirectCount(buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride interface{}) *gomock.Call

CmdDrawIndirectCount indicates an expected call of CmdDrawIndirectCount.

func (*CommandBuffer1_2MockRecorder) CmdEndQuery

func (mr *CommandBuffer1_2MockRecorder) CmdEndQuery(queryPool, query interface{}) *gomock.Call

CmdEndQuery indicates an expected call of CmdEndQuery.

func (*CommandBuffer1_2MockRecorder) CmdEndRenderPass

func (mr *CommandBuffer1_2MockRecorder) CmdEndRenderPass() *gomock.Call

CmdEndRenderPass indicates an expected call of CmdEndRenderPass.

func (*CommandBuffer1_2MockRecorder) CmdEndRenderPass2

func (mr *CommandBuffer1_2MockRecorder) CmdEndRenderPass2(subpassEnd interface{}) *gomock.Call

CmdEndRenderPass2 indicates an expected call of CmdEndRenderPass2.

func (*CommandBuffer1_2MockRecorder) CmdExecuteCommands

func (mr *CommandBuffer1_2MockRecorder) CmdExecuteCommands(commandBuffers interface{}) *gomock.Call

CmdExecuteCommands indicates an expected call of CmdExecuteCommands.

func (*CommandBuffer1_2MockRecorder) CmdFillBuffer

func (mr *CommandBuffer1_2MockRecorder) CmdFillBuffer(dstBuffer, dstOffset, size, data interface{}) *gomock.Call

CmdFillBuffer indicates an expected call of CmdFillBuffer.

func (*CommandBuffer1_2MockRecorder) CmdNextSubpass

func (mr *CommandBuffer1_2MockRecorder) CmdNextSubpass(contents interface{}) *gomock.Call

CmdNextSubpass indicates an expected call of CmdNextSubpass.

func (*CommandBuffer1_2MockRecorder) CmdNextSubpass2

func (mr *CommandBuffer1_2MockRecorder) CmdNextSubpass2(subpassBegin, subpassEnd interface{}) *gomock.Call

CmdNextSubpass2 indicates an expected call of CmdNextSubpass2.

func (*CommandBuffer1_2MockRecorder) CmdPipelineBarrier

func (mr *CommandBuffer1_2MockRecorder) CmdPipelineBarrier(srcStageMask, dstStageMask, dependencies, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers interface{}) *gomock.Call

CmdPipelineBarrier indicates an expected call of CmdPipelineBarrier.

func (*CommandBuffer1_2MockRecorder) CmdPushConstants

func (mr *CommandBuffer1_2MockRecorder) CmdPushConstants(layout, stageFlags, offset, valueBytes interface{}) *gomock.Call

CmdPushConstants indicates an expected call of CmdPushConstants.

func (*CommandBuffer1_2MockRecorder) CmdResetEvent

func (mr *CommandBuffer1_2MockRecorder) CmdResetEvent(event, stageMask interface{}) *gomock.Call

CmdResetEvent indicates an expected call of CmdResetEvent.

func (*CommandBuffer1_2MockRecorder) CmdResetQueryPool

func (mr *CommandBuffer1_2MockRecorder) CmdResetQueryPool(queryPool, startQuery, queryCount interface{}) *gomock.Call

CmdResetQueryPool indicates an expected call of CmdResetQueryPool.

func (*CommandBuffer1_2MockRecorder) CmdResolveImage

func (mr *CommandBuffer1_2MockRecorder) CmdResolveImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regions interface{}) *gomock.Call

CmdResolveImage indicates an expected call of CmdResolveImage.

func (*CommandBuffer1_2MockRecorder) CmdSetBlendConstants

func (mr *CommandBuffer1_2MockRecorder) CmdSetBlendConstants(blendConstants interface{}) *gomock.Call

CmdSetBlendConstants indicates an expected call of CmdSetBlendConstants.

func (*CommandBuffer1_2MockRecorder) CmdSetDepthBias

func (mr *CommandBuffer1_2MockRecorder) CmdSetDepthBias(depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor interface{}) *gomock.Call

CmdSetDepthBias indicates an expected call of CmdSetDepthBias.

func (*CommandBuffer1_2MockRecorder) CmdSetDepthBounds

func (mr *CommandBuffer1_2MockRecorder) CmdSetDepthBounds(min, max interface{}) *gomock.Call

CmdSetDepthBounds indicates an expected call of CmdSetDepthBounds.

func (*CommandBuffer1_2MockRecorder) CmdSetDeviceMask

func (mr *CommandBuffer1_2MockRecorder) CmdSetDeviceMask(deviceMask interface{}) *gomock.Call

CmdSetDeviceMask indicates an expected call of CmdSetDeviceMask.

func (*CommandBuffer1_2MockRecorder) CmdSetEvent

func (mr *CommandBuffer1_2MockRecorder) CmdSetEvent(event, stageMask interface{}) *gomock.Call

CmdSetEvent indicates an expected call of CmdSetEvent.

func (*CommandBuffer1_2MockRecorder) CmdSetLineWidth

func (mr *CommandBuffer1_2MockRecorder) CmdSetLineWidth(lineWidth interface{}) *gomock.Call

CmdSetLineWidth indicates an expected call of CmdSetLineWidth.

func (*CommandBuffer1_2MockRecorder) CmdSetScissor

func (mr *CommandBuffer1_2MockRecorder) CmdSetScissor(scissors interface{}) *gomock.Call

CmdSetScissor indicates an expected call of CmdSetScissor.

func (*CommandBuffer1_2MockRecorder) CmdSetStencilCompareMask

func (mr *CommandBuffer1_2MockRecorder) CmdSetStencilCompareMask(faceMask, compareMask interface{}) *gomock.Call

CmdSetStencilCompareMask indicates an expected call of CmdSetStencilCompareMask.

func (*CommandBuffer1_2MockRecorder) CmdSetStencilReference

func (mr *CommandBuffer1_2MockRecorder) CmdSetStencilReference(faceMask, reference interface{}) *gomock.Call

CmdSetStencilReference indicates an expected call of CmdSetStencilReference.

func (*CommandBuffer1_2MockRecorder) CmdSetStencilWriteMask

func (mr *CommandBuffer1_2MockRecorder) CmdSetStencilWriteMask(faceMask, writeMask interface{}) *gomock.Call

CmdSetStencilWriteMask indicates an expected call of CmdSetStencilWriteMask.

func (*CommandBuffer1_2MockRecorder) CmdSetViewport

func (mr *CommandBuffer1_2MockRecorder) CmdSetViewport(viewports interface{}) *gomock.Call

CmdSetViewport indicates an expected call of CmdSetViewport.

func (*CommandBuffer1_2MockRecorder) CmdUpdateBuffer

func (mr *CommandBuffer1_2MockRecorder) CmdUpdateBuffer(dstBuffer, dstOffset, dataSize, data interface{}) *gomock.Call

CmdUpdateBuffer indicates an expected call of CmdUpdateBuffer.

func (*CommandBuffer1_2MockRecorder) CmdWaitEvents

func (mr *CommandBuffer1_2MockRecorder) CmdWaitEvents(events, srcStageMask, dstStageMask, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers interface{}) *gomock.Call

CmdWaitEvents indicates an expected call of CmdWaitEvents.

func (*CommandBuffer1_2MockRecorder) CmdWriteTimestamp

func (mr *CommandBuffer1_2MockRecorder) CmdWriteTimestamp(pipelineStage, queryPool, query interface{}) *gomock.Call

CmdWriteTimestamp indicates an expected call of CmdWriteTimestamp.

func (*CommandBuffer1_2MockRecorder) CommandPoolHandle

func (mr *CommandBuffer1_2MockRecorder) CommandPoolHandle() *gomock.Call

CommandPoolHandle indicates an expected call of CommandPoolHandle.

func (*CommandBuffer1_2MockRecorder) CommandsRecorded

func (mr *CommandBuffer1_2MockRecorder) CommandsRecorded() *gomock.Call

CommandsRecorded indicates an expected call of CommandsRecorded.

func (*CommandBuffer1_2MockRecorder) DeviceHandle

func (mr *CommandBuffer1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*CommandBuffer1_2MockRecorder) DispatchesRecorded

func (mr *CommandBuffer1_2MockRecorder) DispatchesRecorded() *gomock.Call

DispatchesRecorded indicates an expected call of DispatchesRecorded.

func (*CommandBuffer1_2MockRecorder) DrawsRecorded

func (mr *CommandBuffer1_2MockRecorder) DrawsRecorded() *gomock.Call

DrawsRecorded indicates an expected call of DrawsRecorded.

func (*CommandBuffer1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*CommandBuffer1_2MockRecorder) End

End indicates an expected call of End.

func (*CommandBuffer1_2MockRecorder) Free

Free indicates an expected call of Free.

func (*CommandBuffer1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*CommandBuffer1_2MockRecorder) Reset

func (mr *CommandBuffer1_2MockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type CommandPool1_1

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

CommandPool1_1 is a mock of CommandPool interface.

func NewCommandPool1_1

func NewCommandPool1_1(ctrl *gomock.Controller) *CommandPool1_1

NewCommandPool1_1 creates a new mock instance.

func (*CommandPool1_1) APIVersion

func (m *CommandPool1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*CommandPool1_1) Destroy

func (m *CommandPool1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*CommandPool1_1) DeviceHandle

func (m *CommandPool1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*CommandPool1_1) Driver

func (m *CommandPool1_1) Driver() driver.Driver

Driver mocks base method.

func (*CommandPool1_1) EXPECT

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

func (*CommandPool1_1) Handle

func (m *CommandPool1_1) Handle() driver.VkCommandPool

Handle mocks base method.

func (*CommandPool1_1) Reset

Reset mocks base method.

func (*CommandPool1_1) TrimCommandPool

func (m *CommandPool1_1) TrimCommandPool(flags core1_1.CommandPoolTrimFlags)

TrimCommandPool mocks base method.

type CommandPool1_1MockRecorder

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

CommandPool1_1MockRecorder is the mock recorder for CommandPool1_1.

func (*CommandPool1_1MockRecorder) APIVersion

func (mr *CommandPool1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*CommandPool1_1MockRecorder) Destroy

func (mr *CommandPool1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*CommandPool1_1MockRecorder) DeviceHandle

func (mr *CommandPool1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*CommandPool1_1MockRecorder) Driver

func (mr *CommandPool1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*CommandPool1_1MockRecorder) Handle

func (mr *CommandPool1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*CommandPool1_1MockRecorder) Reset

func (mr *CommandPool1_1MockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

func (*CommandPool1_1MockRecorder) TrimCommandPool

func (mr *CommandPool1_1MockRecorder) TrimCommandPool(flags interface{}) *gomock.Call

TrimCommandPool indicates an expected call of TrimCommandPool.

type CommandPool1_2

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

CommandPool1_2 is a mock of CommandPool interface.

func NewCommandPool1_2

func NewCommandPool1_2(ctrl *gomock.Controller) *CommandPool1_2

NewCommandPool1_2 creates a new mock instance.

func (*CommandPool1_2) APIVersion

func (m *CommandPool1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*CommandPool1_2) Destroy

func (m *CommandPool1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*CommandPool1_2) DeviceHandle

func (m *CommandPool1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*CommandPool1_2) Driver

func (m *CommandPool1_2) Driver() driver.Driver

Driver mocks base method.

func (*CommandPool1_2) EXPECT

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

func (*CommandPool1_2) Handle

func (m *CommandPool1_2) Handle() driver.VkCommandPool

Handle mocks base method.

func (*CommandPool1_2) Reset

Reset mocks base method.

func (*CommandPool1_2) TrimCommandPool

func (m *CommandPool1_2) TrimCommandPool(flags core1_1.CommandPoolTrimFlags)

TrimCommandPool mocks base method.

type CommandPool1_2MockRecorder

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

CommandPool1_2MockRecorder is the mock recorder for CommandPool1_2.

func (*CommandPool1_2MockRecorder) APIVersion

func (mr *CommandPool1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*CommandPool1_2MockRecorder) Destroy

func (mr *CommandPool1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*CommandPool1_2MockRecorder) DeviceHandle

func (mr *CommandPool1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*CommandPool1_2MockRecorder) Driver

func (mr *CommandPool1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*CommandPool1_2MockRecorder) Handle

func (mr *CommandPool1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*CommandPool1_2MockRecorder) Reset

func (mr *CommandPool1_2MockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

func (*CommandPool1_2MockRecorder) TrimCommandPool

func (mr *CommandPool1_2MockRecorder) TrimCommandPool(flags interface{}) *gomock.Call

TrimCommandPool indicates an expected call of TrimCommandPool.

type DescriptorPool1_1

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

DescriptorPool1_1 is a mock of DescriptorPool interface.

func NewDescriptorPool1_1

func NewDescriptorPool1_1(ctrl *gomock.Controller) *DescriptorPool1_1

NewDescriptorPool1_1 creates a new mock instance.

func (*DescriptorPool1_1) APIVersion

func (m *DescriptorPool1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DescriptorPool1_1) Destroy

func (m *DescriptorPool1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*DescriptorPool1_1) DeviceHandle

func (m *DescriptorPool1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorPool1_1) Driver

func (m *DescriptorPool1_1) Driver() driver.Driver

Driver mocks base method.

func (*DescriptorPool1_1) EXPECT

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

func (*DescriptorPool1_1) Handle

Handle mocks base method.

func (*DescriptorPool1_1) Reset

Reset mocks base method.

type DescriptorPool1_1MockRecorder

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

DescriptorPool1_1MockRecorder is the mock recorder for DescriptorPool1_1.

func (*DescriptorPool1_1MockRecorder) APIVersion

func (mr *DescriptorPool1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*DescriptorPool1_1MockRecorder) Destroy

func (mr *DescriptorPool1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*DescriptorPool1_1MockRecorder) DeviceHandle

func (mr *DescriptorPool1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorPool1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorPool1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*DescriptorPool1_1MockRecorder) Reset

func (mr *DescriptorPool1_1MockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type DescriptorPool1_2

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

DescriptorPool1_2 is a mock of DescriptorPool interface.

func NewDescriptorPool1_2

func NewDescriptorPool1_2(ctrl *gomock.Controller) *DescriptorPool1_2

NewDescriptorPool1_2 creates a new mock instance.

func (*DescriptorPool1_2) APIVersion

func (m *DescriptorPool1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DescriptorPool1_2) Destroy

func (m *DescriptorPool1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*DescriptorPool1_2) DeviceHandle

func (m *DescriptorPool1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorPool1_2) Driver

func (m *DescriptorPool1_2) Driver() driver.Driver

Driver mocks base method.

func (*DescriptorPool1_2) EXPECT

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

func (*DescriptorPool1_2) Handle

Handle mocks base method.

func (*DescriptorPool1_2) Reset

Reset mocks base method.

type DescriptorPool1_2MockRecorder

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

DescriptorPool1_2MockRecorder is the mock recorder for DescriptorPool1_2.

func (*DescriptorPool1_2MockRecorder) APIVersion

func (mr *DescriptorPool1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*DescriptorPool1_2MockRecorder) Destroy

func (mr *DescriptorPool1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*DescriptorPool1_2MockRecorder) DeviceHandle

func (mr *DescriptorPool1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorPool1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorPool1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*DescriptorPool1_2MockRecorder) Reset

func (mr *DescriptorPool1_2MockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type DescriptorSet1_1

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

DescriptorSet1_1 is a mock of DescriptorSet interface.

func NewDescriptorSet1_1

func NewDescriptorSet1_1(ctrl *gomock.Controller) *DescriptorSet1_1

NewDescriptorSet1_1 creates a new mock instance.

func (*DescriptorSet1_1) APIVersion

func (m *DescriptorSet1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DescriptorSet1_1) DescriptorPoolHandle

func (m *DescriptorSet1_1) DescriptorPoolHandle() driver.VkDescriptorPool

DescriptorPoolHandle mocks base method.

func (*DescriptorSet1_1) DeviceHandle

func (m *DescriptorSet1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorSet1_1) Driver

func (m *DescriptorSet1_1) Driver() driver.Driver

Driver mocks base method.

func (*DescriptorSet1_1) EXPECT

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

func (*DescriptorSet1_1) Free

func (m *DescriptorSet1_1) Free() (common.VkResult, error)

Free mocks base method.

func (*DescriptorSet1_1) Handle

Handle mocks base method.

type DescriptorSet1_1MockRecorder

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

DescriptorSet1_1MockRecorder is the mock recorder for DescriptorSet1_1.

func (*DescriptorSet1_1MockRecorder) APIVersion

func (mr *DescriptorSet1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*DescriptorSet1_1MockRecorder) DescriptorPoolHandle

func (mr *DescriptorSet1_1MockRecorder) DescriptorPoolHandle() *gomock.Call

DescriptorPoolHandle indicates an expected call of DescriptorPoolHandle.

func (*DescriptorSet1_1MockRecorder) DeviceHandle

func (mr *DescriptorSet1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorSet1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorSet1_1MockRecorder) Free

Free indicates an expected call of Free.

func (*DescriptorSet1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

type DescriptorSet1_2

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

DescriptorSet1_2 is a mock of DescriptorSet interface.

func NewDescriptorSet1_2

func NewDescriptorSet1_2(ctrl *gomock.Controller) *DescriptorSet1_2

NewDescriptorSet1_2 creates a new mock instance.

func (*DescriptorSet1_2) APIVersion

func (m *DescriptorSet1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DescriptorSet1_2) DescriptorPoolHandle

func (m *DescriptorSet1_2) DescriptorPoolHandle() driver.VkDescriptorPool

DescriptorPoolHandle mocks base method.

func (*DescriptorSet1_2) DeviceHandle

func (m *DescriptorSet1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorSet1_2) Driver

func (m *DescriptorSet1_2) Driver() driver.Driver

Driver mocks base method.

func (*DescriptorSet1_2) EXPECT

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

func (*DescriptorSet1_2) Free

func (m *DescriptorSet1_2) Free() (common.VkResult, error)

Free mocks base method.

func (*DescriptorSet1_2) Handle

Handle mocks base method.

type DescriptorSet1_2MockRecorder

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

DescriptorSet1_2MockRecorder is the mock recorder for DescriptorSet1_2.

func (*DescriptorSet1_2MockRecorder) APIVersion

func (mr *DescriptorSet1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*DescriptorSet1_2MockRecorder) DescriptorPoolHandle

func (mr *DescriptorSet1_2MockRecorder) DescriptorPoolHandle() *gomock.Call

DescriptorPoolHandle indicates an expected call of DescriptorPoolHandle.

func (*DescriptorSet1_2MockRecorder) DeviceHandle

func (mr *DescriptorSet1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorSet1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorSet1_2MockRecorder) Free

Free indicates an expected call of Free.

func (*DescriptorSet1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

type DescriptorSetLayout1_1

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

DescriptorSetLayout1_1 is a mock of DescriptorSetLayout interface.

func NewDescriptorSetLayout1_1

func NewDescriptorSetLayout1_1(ctrl *gomock.Controller) *DescriptorSetLayout1_1

NewDescriptorSetLayout1_1 creates a new mock instance.

func (*DescriptorSetLayout1_1) APIVersion

func (m *DescriptorSetLayout1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DescriptorSetLayout1_1) Destroy

func (m *DescriptorSetLayout1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*DescriptorSetLayout1_1) DeviceHandle

func (m *DescriptorSetLayout1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorSetLayout1_1) Driver

func (m *DescriptorSetLayout1_1) Driver() driver.Driver

Driver mocks base method.

func (*DescriptorSetLayout1_1) EXPECT

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

func (*DescriptorSetLayout1_1) Handle

Handle mocks base method.

type DescriptorSetLayout1_1MockRecorder

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

DescriptorSetLayout1_1MockRecorder is the mock recorder for DescriptorSetLayout1_1.

func (*DescriptorSetLayout1_1MockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*DescriptorSetLayout1_1MockRecorder) Destroy

func (mr *DescriptorSetLayout1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*DescriptorSetLayout1_1MockRecorder) DeviceHandle

func (mr *DescriptorSetLayout1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorSetLayout1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorSetLayout1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

type DescriptorSetLayout1_2

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

DescriptorSetLayout1_2 is a mock of DescriptorSetLayout interface.

func NewDescriptorSetLayout1_2

func NewDescriptorSetLayout1_2(ctrl *gomock.Controller) *DescriptorSetLayout1_2

NewDescriptorSetLayout1_2 creates a new mock instance.

func (*DescriptorSetLayout1_2) APIVersion

func (m *DescriptorSetLayout1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DescriptorSetLayout1_2) Destroy

func (m *DescriptorSetLayout1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*DescriptorSetLayout1_2) DeviceHandle

func (m *DescriptorSetLayout1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorSetLayout1_2) Driver

func (m *DescriptorSetLayout1_2) Driver() driver.Driver

Driver mocks base method.

func (*DescriptorSetLayout1_2) EXPECT

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

func (*DescriptorSetLayout1_2) Handle

Handle mocks base method.

type DescriptorSetLayout1_2MockRecorder

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

DescriptorSetLayout1_2MockRecorder is the mock recorder for DescriptorSetLayout1_2.

func (*DescriptorSetLayout1_2MockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*DescriptorSetLayout1_2MockRecorder) Destroy

func (mr *DescriptorSetLayout1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*DescriptorSetLayout1_2MockRecorder) DeviceHandle

func (mr *DescriptorSetLayout1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorSetLayout1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorSetLayout1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

type DescriptorUpdateTemplate1_1

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

DescriptorUpdateTemplate1_1 is a mock of DescriptorUpdateTemplate interface.

func NewDescriptorUpdateTemplate1_1

func NewDescriptorUpdateTemplate1_1(ctrl *gomock.Controller) *DescriptorUpdateTemplate1_1

NewDescriptorUpdateTemplate1_1 creates a new mock instance.

func (*DescriptorUpdateTemplate1_1) APIVersion

APIVersion mocks base method.

func (*DescriptorUpdateTemplate1_1) Destroy

Destroy mocks base method.

func (*DescriptorUpdateTemplate1_1) DeviceHandle

func (m *DescriptorUpdateTemplate1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorUpdateTemplate1_1) Driver

Driver mocks base method.

func (*DescriptorUpdateTemplate1_1) EXPECT

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

func (*DescriptorUpdateTemplate1_1) Handle

Handle mocks base method.

func (*DescriptorUpdateTemplate1_1) UpdateDescriptorSetFromBuffer

func (m *DescriptorUpdateTemplate1_1) UpdateDescriptorSetFromBuffer(descriptorSet core1_0.DescriptorSet, data core1_0.DescriptorBufferInfo)

UpdateDescriptorSetFromBuffer mocks base method.

func (*DescriptorUpdateTemplate1_1) UpdateDescriptorSetFromImage

func (m *DescriptorUpdateTemplate1_1) UpdateDescriptorSetFromImage(descriptorSet core1_0.DescriptorSet, data core1_0.DescriptorImageInfo)

UpdateDescriptorSetFromImage mocks base method.

func (*DescriptorUpdateTemplate1_1) UpdateDescriptorSetFromObjectHandle

func (m *DescriptorUpdateTemplate1_1) UpdateDescriptorSetFromObjectHandle(descriptorSet core1_0.DescriptorSet, data driver.VulkanHandle)

UpdateDescriptorSetFromObjectHandle mocks base method.

type DescriptorUpdateTemplate1_1MockRecorder

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

DescriptorUpdateTemplate1_1MockRecorder is the mock recorder for DescriptorUpdateTemplate1_1.

func (*DescriptorUpdateTemplate1_1MockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*DescriptorUpdateTemplate1_1MockRecorder) Destroy

func (mr *DescriptorUpdateTemplate1_1MockRecorder) Destroy(allocator interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*DescriptorUpdateTemplate1_1MockRecorder) DeviceHandle

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorUpdateTemplate1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorUpdateTemplate1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*DescriptorUpdateTemplate1_1MockRecorder) UpdateDescriptorSetFromBuffer

func (mr *DescriptorUpdateTemplate1_1MockRecorder) UpdateDescriptorSetFromBuffer(descriptorSet, data interface{}) *gomock.Call

UpdateDescriptorSetFromBuffer indicates an expected call of UpdateDescriptorSetFromBuffer.

func (*DescriptorUpdateTemplate1_1MockRecorder) UpdateDescriptorSetFromImage

func (mr *DescriptorUpdateTemplate1_1MockRecorder) UpdateDescriptorSetFromImage(descriptorSet, data interface{}) *gomock.Call

UpdateDescriptorSetFromImage indicates an expected call of UpdateDescriptorSetFromImage.

func (*DescriptorUpdateTemplate1_1MockRecorder) UpdateDescriptorSetFromObjectHandle

func (mr *DescriptorUpdateTemplate1_1MockRecorder) UpdateDescriptorSetFromObjectHandle(descriptorSet, data interface{}) *gomock.Call

UpdateDescriptorSetFromObjectHandle indicates an expected call of UpdateDescriptorSetFromObjectHandle.

type DescriptorUpdateTemplate1_2

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

DescriptorUpdateTemplate1_2 is a mock of DescriptorUpdateTemplate interface.

func NewDescriptorUpdateTemplate1_2

func NewDescriptorUpdateTemplate1_2(ctrl *gomock.Controller) *DescriptorUpdateTemplate1_2

NewDescriptorUpdateTemplate1_2 creates a new mock instance.

func (*DescriptorUpdateTemplate1_2) APIVersion

APIVersion mocks base method.

func (*DescriptorUpdateTemplate1_2) Destroy

Destroy mocks base method.

func (*DescriptorUpdateTemplate1_2) DeviceHandle

func (m *DescriptorUpdateTemplate1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DescriptorUpdateTemplate1_2) Driver

Driver mocks base method.

func (*DescriptorUpdateTemplate1_2) EXPECT

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

func (*DescriptorUpdateTemplate1_2) Handle

Handle mocks base method.

func (*DescriptorUpdateTemplate1_2) UpdateDescriptorSetFromBuffer

func (m *DescriptorUpdateTemplate1_2) UpdateDescriptorSetFromBuffer(descriptorSet core1_0.DescriptorSet, data core1_0.DescriptorBufferInfo)

UpdateDescriptorSetFromBuffer mocks base method.

func (*DescriptorUpdateTemplate1_2) UpdateDescriptorSetFromImage

func (m *DescriptorUpdateTemplate1_2) UpdateDescriptorSetFromImage(descriptorSet core1_0.DescriptorSet, data core1_0.DescriptorImageInfo)

UpdateDescriptorSetFromImage mocks base method.

func (*DescriptorUpdateTemplate1_2) UpdateDescriptorSetFromObjectHandle

func (m *DescriptorUpdateTemplate1_2) UpdateDescriptorSetFromObjectHandle(descriptorSet core1_0.DescriptorSet, data driver.VulkanHandle)

UpdateDescriptorSetFromObjectHandle mocks base method.

type DescriptorUpdateTemplate1_2MockRecorder

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

DescriptorUpdateTemplate1_2MockRecorder is the mock recorder for DescriptorUpdateTemplate1_2.

func (*DescriptorUpdateTemplate1_2MockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*DescriptorUpdateTemplate1_2MockRecorder) Destroy

func (mr *DescriptorUpdateTemplate1_2MockRecorder) Destroy(allocator interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*DescriptorUpdateTemplate1_2MockRecorder) DeviceHandle

DeviceHandle indicates an expected call of DeviceHandle.

func (*DescriptorUpdateTemplate1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*DescriptorUpdateTemplate1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*DescriptorUpdateTemplate1_2MockRecorder) UpdateDescriptorSetFromBuffer

func (mr *DescriptorUpdateTemplate1_2MockRecorder) UpdateDescriptorSetFromBuffer(descriptorSet, data interface{}) *gomock.Call

UpdateDescriptorSetFromBuffer indicates an expected call of UpdateDescriptorSetFromBuffer.

func (*DescriptorUpdateTemplate1_2MockRecorder) UpdateDescriptorSetFromImage

func (mr *DescriptorUpdateTemplate1_2MockRecorder) UpdateDescriptorSetFromImage(descriptorSet, data interface{}) *gomock.Call

UpdateDescriptorSetFromImage indicates an expected call of UpdateDescriptorSetFromImage.

func (*DescriptorUpdateTemplate1_2MockRecorder) UpdateDescriptorSetFromObjectHandle

func (mr *DescriptorUpdateTemplate1_2MockRecorder) UpdateDescriptorSetFromObjectHandle(descriptorSet, data interface{}) *gomock.Call

UpdateDescriptorSetFromObjectHandle indicates an expected call of UpdateDescriptorSetFromObjectHandle.

type Device1_1

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

Device1_1 is a mock of Device interface.

func NewDevice1_1

func NewDevice1_1(ctrl *gomock.Controller) *Device1_1

NewDevice1_1 creates a new mock instance.

func (*Device1_1) APIVersion

func (m *Device1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Device1_1) AllocateCommandBuffers

AllocateCommandBuffers mocks base method.

func (*Device1_1) AllocateDescriptorSets

AllocateDescriptorSets mocks base method.

func (*Device1_1) AllocateMemory

func (m *Device1_1) AllocateMemory(allocationCallbacks *driver.AllocationCallbacks, o core1_0.MemoryAllocateInfo) (core1_0.DeviceMemory, common.VkResult, error)

AllocateMemory mocks base method.

func (*Device1_1) BindBufferMemory2

func (m *Device1_1) BindBufferMemory2(o []core1_1.BindBufferMemoryInfo) (common.VkResult, error)

BindBufferMemory2 mocks base method.

func (*Device1_1) BindImageMemory2

func (m *Device1_1) BindImageMemory2(o []core1_1.BindImageMemoryInfo) (common.VkResult, error)

BindImageMemory2 mocks base method.

func (*Device1_1) BufferMemoryRequirements2

func (m *Device1_1) BufferMemoryRequirements2(o core1_1.BufferMemoryRequirementsInfo2, out *core1_1.MemoryRequirements2) error

BufferMemoryRequirements2 mocks base method.

func (*Device1_1) CreateBuffer

func (m *Device1_1) CreateBuffer(allocationCallbacks *driver.AllocationCallbacks, o core1_0.BufferCreateInfo) (core1_0.Buffer, common.VkResult, error)

CreateBuffer mocks base method.

func (*Device1_1) CreateBufferView

func (m *Device1_1) CreateBufferView(allocationCallbacks *driver.AllocationCallbacks, o core1_0.BufferViewCreateInfo) (core1_0.BufferView, common.VkResult, error)

CreateBufferView mocks base method.

func (*Device1_1) CreateCommandPool

func (m *Device1_1) CreateCommandPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.CommandPoolCreateInfo) (core1_0.CommandPool, common.VkResult, error)

CreateCommandPool mocks base method.

func (*Device1_1) CreateComputePipelines

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

CreateComputePipelines mocks base method.

func (*Device1_1) CreateDescriptorPool

func (m *Device1_1) CreateDescriptorPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.DescriptorPoolCreateInfo) (core1_0.DescriptorPool, common.VkResult, error)

CreateDescriptorPool mocks base method.

func (*Device1_1) CreateDescriptorSetLayout

CreateDescriptorSetLayout mocks base method.

func (*Device1_1) CreateDescriptorUpdateTemplate

CreateDescriptorUpdateTemplate mocks base method.

func (*Device1_1) CreateEvent

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

CreateEvent mocks base method.

func (*Device1_1) CreateFence

func (m *Device1_1) CreateFence(allocationCallbacks *driver.AllocationCallbacks, o core1_0.FenceCreateInfo) (core1_0.Fence, common.VkResult, error)

CreateFence mocks base method.

func (*Device1_1) CreateFramebuffer

func (m *Device1_1) CreateFramebuffer(allocationCallbacks *driver.AllocationCallbacks, o core1_0.FramebufferCreateInfo) (core1_0.Framebuffer, common.VkResult, error)

CreateFramebuffer mocks base method.

func (*Device1_1) CreateGraphicsPipelines

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

CreateGraphicsPipelines mocks base method.

func (*Device1_1) CreateImage

func (m *Device1_1) CreateImage(allocationCallbacks *driver.AllocationCallbacks, options core1_0.ImageCreateOptions) (core1_0.Image, common.VkResult, error)

CreateImage mocks base method.

func (*Device1_1) CreateImageView

func (m *Device1_1) CreateImageView(allocationCallbacks *driver.AllocationCallbacks, o core1_0.ImageViewCreateInfo) (core1_0.ImageView, common.VkResult, error)

CreateImageView mocks base method.

func (*Device1_1) CreatePipelineCache

func (m *Device1_1) CreatePipelineCache(allocationCallbacks *driver.AllocationCallbacks, o core1_0.PipelineCacheCreateInfo) (core1_0.PipelineCache, common.VkResult, error)

CreatePipelineCache mocks base method.

func (*Device1_1) CreatePipelineLayout

func (m *Device1_1) CreatePipelineLayout(allocationCallbacks *driver.AllocationCallbacks, o core1_0.PipelineLayoutCreateInfo) (core1_0.PipelineLayout, common.VkResult, error)

CreatePipelineLayout mocks base method.

func (*Device1_1) CreateQueryPool

func (m *Device1_1) CreateQueryPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.QueryPoolCreateInfo) (core1_0.QueryPool, common.VkResult, error)

CreateQueryPool mocks base method.

func (*Device1_1) CreateRenderPass

func (m *Device1_1) CreateRenderPass(allocationCallbacks *driver.AllocationCallbacks, o core1_0.RenderPassCreateInfo) (core1_0.RenderPass, common.VkResult, error)

CreateRenderPass mocks base method.

func (*Device1_1) CreateSampler

func (m *Device1_1) CreateSampler(allocationCallbacks *driver.AllocationCallbacks, o core1_0.SamplerCreateInfo) (core1_0.Sampler, common.VkResult, error)

CreateSampler mocks base method.

func (*Device1_1) CreateSamplerYcbcrConversion

CreateSamplerYcbcrConversion mocks base method.

func (*Device1_1) CreateSemaphore

func (m *Device1_1) CreateSemaphore(allocationCallbacks *driver.AllocationCallbacks, o core1_0.SemaphoreCreateInfo) (core1_0.Semaphore, common.VkResult, error)

CreateSemaphore mocks base method.

func (*Device1_1) CreateShaderModule

func (m *Device1_1) CreateShaderModule(allocationCallbacks *driver.AllocationCallbacks, o core1_0.ShaderModuleCreateInfo) (core1_0.ShaderModule, common.VkResult, error)

CreateShaderModule mocks base method.

func (*Device1_1) DescriptorSetLayoutSupport

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

DescriptorSetLayoutSupport mocks base method.

func (*Device1_1) Destroy

func (m *Device1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Device1_1) DeviceGroupPeerMemoryFeatures

func (m *Device1_1) DeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex int) core1_1.PeerMemoryFeatureFlags

DeviceGroupPeerMemoryFeatures mocks base method.

func (*Device1_1) Driver

func (m *Device1_1) Driver() driver.Driver

Driver mocks base method.

func (*Device1_1) EXPECT

func (m *Device1_1) EXPECT() *Device1_1MockRecorder

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

func (*Device1_1) FlushMappedMemoryRanges

func (m *Device1_1) FlushMappedMemoryRanges(ranges []core1_0.MappedMemoryRange) (common.VkResult, error)

FlushMappedMemoryRanges mocks base method.

func (*Device1_1) FreeCommandBuffers

func (m *Device1_1) FreeCommandBuffers(buffers []core1_0.CommandBuffer)

FreeCommandBuffers mocks base method.

func (*Device1_1) FreeDescriptorSets

func (m *Device1_1) FreeDescriptorSets(sets []core1_0.DescriptorSet) (common.VkResult, error)

FreeDescriptorSets mocks base method.

func (*Device1_1) FreeMemory

func (m *Device1_1) FreeMemory(deviceMemory core1_0.DeviceMemory, allocationCallbacks *driver.AllocationCallbacks)

FreeMemory mocks base method.

func (*Device1_1) GetQueue

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

GetQueue mocks base method.

func (*Device1_1) GetQueue2

func (m *Device1_1) GetQueue2(o core1_1.DeviceQueueInfo2) (core1_0.Queue, error)

GetQueue2 mocks base method.

func (*Device1_1) Handle

func (m *Device1_1) Handle() driver.VkDevice

Handle mocks base method.

func (*Device1_1) ImageMemoryRequirements2

func (m *Device1_1) ImageMemoryRequirements2(o core1_1.ImageMemoryRequirementsInfo2, out *core1_1.MemoryRequirements2) error

ImageMemoryRequirements2 mocks base method.

func (*Device1_1) ImageSparseMemoryRequirements2

ImageSparseMemoryRequirements2 mocks base method.

func (*Device1_1) InvalidateMappedMemoryRanges

func (m *Device1_1) InvalidateMappedMemoryRanges(ranges []core1_0.MappedMemoryRange) (common.VkResult, error)

InvalidateMappedMemoryRanges mocks base method.

func (*Device1_1) IsDeviceExtensionActive

func (m *Device1_1) IsDeviceExtensionActive(extensionName string) bool

IsDeviceExtensionActive mocks base method.

func (*Device1_1) ResetFences

func (m *Device1_1) ResetFences(fences []core1_0.Fence) (common.VkResult, error)

ResetFences mocks base method.

func (*Device1_1) UpdateDescriptorSets

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

UpdateDescriptorSets mocks base method.

func (*Device1_1) WaitForFences

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

WaitForFences mocks base method.

func (*Device1_1) WaitIdle

func (m *Device1_1) WaitIdle() (common.VkResult, error)

WaitIdle mocks base method.

type Device1_1MockRecorder

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

Device1_1MockRecorder is the mock recorder for Device1_1.

func (*Device1_1MockRecorder) APIVersion

func (mr *Device1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Device1_1MockRecorder) AllocateCommandBuffers

func (mr *Device1_1MockRecorder) AllocateCommandBuffers(o interface{}) *gomock.Call

AllocateCommandBuffers indicates an expected call of AllocateCommandBuffers.

func (*Device1_1MockRecorder) AllocateDescriptorSets

func (mr *Device1_1MockRecorder) AllocateDescriptorSets(o interface{}) *gomock.Call

AllocateDescriptorSets indicates an expected call of AllocateDescriptorSets.

func (*Device1_1MockRecorder) AllocateMemory

func (mr *Device1_1MockRecorder) AllocateMemory(allocationCallbacks, o interface{}) *gomock.Call

AllocateMemory indicates an expected call of AllocateMemory.

func (*Device1_1MockRecorder) BindBufferMemory2

func (mr *Device1_1MockRecorder) BindBufferMemory2(o interface{}) *gomock.Call

BindBufferMemory2 indicates an expected call of BindBufferMemory2.

func (*Device1_1MockRecorder) BindImageMemory2

func (mr *Device1_1MockRecorder) BindImageMemory2(o interface{}) *gomock.Call

BindImageMemory2 indicates an expected call of BindImageMemory2.

func (*Device1_1MockRecorder) BufferMemoryRequirements2

func (mr *Device1_1MockRecorder) BufferMemoryRequirements2(o, out interface{}) *gomock.Call

BufferMemoryRequirements2 indicates an expected call of BufferMemoryRequirements2.

func (*Device1_1MockRecorder) CreateBuffer

func (mr *Device1_1MockRecorder) CreateBuffer(allocationCallbacks, o interface{}) *gomock.Call

CreateBuffer indicates an expected call of CreateBuffer.

func (*Device1_1MockRecorder) CreateBufferView

func (mr *Device1_1MockRecorder) CreateBufferView(allocationCallbacks, o interface{}) *gomock.Call

CreateBufferView indicates an expected call of CreateBufferView.

func (*Device1_1MockRecorder) CreateCommandPool

func (mr *Device1_1MockRecorder) CreateCommandPool(allocationCallbacks, o interface{}) *gomock.Call

CreateCommandPool indicates an expected call of CreateCommandPool.

func (*Device1_1MockRecorder) CreateComputePipelines

func (mr *Device1_1MockRecorder) CreateComputePipelines(pipelineCache, allocationCallbacks, o interface{}) *gomock.Call

CreateComputePipelines indicates an expected call of CreateComputePipelines.

func (*Device1_1MockRecorder) CreateDescriptorPool

func (mr *Device1_1MockRecorder) CreateDescriptorPool(allocationCallbacks, o interface{}) *gomock.Call

CreateDescriptorPool indicates an expected call of CreateDescriptorPool.

func (*Device1_1MockRecorder) CreateDescriptorSetLayout

func (mr *Device1_1MockRecorder) CreateDescriptorSetLayout(allocationCallbacks, o interface{}) *gomock.Call

CreateDescriptorSetLayout indicates an expected call of CreateDescriptorSetLayout.

func (*Device1_1MockRecorder) CreateDescriptorUpdateTemplate

func (mr *Device1_1MockRecorder) CreateDescriptorUpdateTemplate(o, allocator interface{}) *gomock.Call

CreateDescriptorUpdateTemplate indicates an expected call of CreateDescriptorUpdateTemplate.

func (*Device1_1MockRecorder) CreateEvent

func (mr *Device1_1MockRecorder) CreateEvent(allocationCallbacks, options interface{}) *gomock.Call

CreateEvent indicates an expected call of CreateEvent.

func (*Device1_1MockRecorder) CreateFence

func (mr *Device1_1MockRecorder) CreateFence(allocationCallbacks, o interface{}) *gomock.Call

CreateFence indicates an expected call of CreateFence.

func (*Device1_1MockRecorder) CreateFramebuffer

func (mr *Device1_1MockRecorder) CreateFramebuffer(allocationCallbacks, o interface{}) *gomock.Call

CreateFramebuffer indicates an expected call of CreateFramebuffer.

func (*Device1_1MockRecorder) CreateGraphicsPipelines

func (mr *Device1_1MockRecorder) CreateGraphicsPipelines(pipelineCache, allocationCallbacks, o interface{}) *gomock.Call

CreateGraphicsPipelines indicates an expected call of CreateGraphicsPipelines.

func (*Device1_1MockRecorder) CreateImage

func (mr *Device1_1MockRecorder) CreateImage(allocationCallbacks, options interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage.

func (*Device1_1MockRecorder) CreateImageView

func (mr *Device1_1MockRecorder) CreateImageView(allocationCallbacks, o interface{}) *gomock.Call

CreateImageView indicates an expected call of CreateImageView.

func (*Device1_1MockRecorder) CreatePipelineCache

func (mr *Device1_1MockRecorder) CreatePipelineCache(allocationCallbacks, o interface{}) *gomock.Call

CreatePipelineCache indicates an expected call of CreatePipelineCache.

func (*Device1_1MockRecorder) CreatePipelineLayout

func (mr *Device1_1MockRecorder) CreatePipelineLayout(allocationCallbacks, o interface{}) *gomock.Call

CreatePipelineLayout indicates an expected call of CreatePipelineLayout.

func (*Device1_1MockRecorder) CreateQueryPool

func (mr *Device1_1MockRecorder) CreateQueryPool(allocationCallbacks, o interface{}) *gomock.Call

CreateQueryPool indicates an expected call of CreateQueryPool.

func (*Device1_1MockRecorder) CreateRenderPass

func (mr *Device1_1MockRecorder) CreateRenderPass(allocationCallbacks, o interface{}) *gomock.Call

CreateRenderPass indicates an expected call of CreateRenderPass.

func (*Device1_1MockRecorder) CreateSampler

func (mr *Device1_1MockRecorder) CreateSampler(allocationCallbacks, o interface{}) *gomock.Call

CreateSampler indicates an expected call of CreateSampler.

func (*Device1_1MockRecorder) CreateSamplerYcbcrConversion

func (mr *Device1_1MockRecorder) CreateSamplerYcbcrConversion(o, allocator interface{}) *gomock.Call

CreateSamplerYcbcrConversion indicates an expected call of CreateSamplerYcbcrConversion.

func (*Device1_1MockRecorder) CreateSemaphore

func (mr *Device1_1MockRecorder) CreateSemaphore(allocationCallbacks, o interface{}) *gomock.Call

CreateSemaphore indicates an expected call of CreateSemaphore.

func (*Device1_1MockRecorder) CreateShaderModule

func (mr *Device1_1MockRecorder) CreateShaderModule(allocationCallbacks, o interface{}) *gomock.Call

CreateShaderModule indicates an expected call of CreateShaderModule.

func (*Device1_1MockRecorder) DescriptorSetLayoutSupport

func (mr *Device1_1MockRecorder) DescriptorSetLayoutSupport(o, outData interface{}) *gomock.Call

DescriptorSetLayoutSupport indicates an expected call of DescriptorSetLayoutSupport.

func (*Device1_1MockRecorder) Destroy

func (mr *Device1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Device1_1MockRecorder) DeviceGroupPeerMemoryFeatures

func (mr *Device1_1MockRecorder) DeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex interface{}) *gomock.Call

DeviceGroupPeerMemoryFeatures indicates an expected call of DeviceGroupPeerMemoryFeatures.

func (*Device1_1MockRecorder) Driver

func (mr *Device1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Device1_1MockRecorder) FlushMappedMemoryRanges

func (mr *Device1_1MockRecorder) FlushMappedMemoryRanges(ranges interface{}) *gomock.Call

FlushMappedMemoryRanges indicates an expected call of FlushMappedMemoryRanges.

func (*Device1_1MockRecorder) FreeCommandBuffers

func (mr *Device1_1MockRecorder) FreeCommandBuffers(buffers interface{}) *gomock.Call

FreeCommandBuffers indicates an expected call of FreeCommandBuffers.

func (*Device1_1MockRecorder) FreeDescriptorSets

func (mr *Device1_1MockRecorder) FreeDescriptorSets(sets interface{}) *gomock.Call

FreeDescriptorSets indicates an expected call of FreeDescriptorSets.

func (*Device1_1MockRecorder) FreeMemory

func (mr *Device1_1MockRecorder) FreeMemory(deviceMemory, allocationCallbacks interface{}) *gomock.Call

FreeMemory indicates an expected call of FreeMemory.

func (*Device1_1MockRecorder) GetQueue

func (mr *Device1_1MockRecorder) GetQueue(queueFamilyIndex, queueIndex interface{}) *gomock.Call

GetQueue indicates an expected call of GetQueue.

func (*Device1_1MockRecorder) GetQueue2

func (mr *Device1_1MockRecorder) GetQueue2(o interface{}) *gomock.Call

GetQueue2 indicates an expected call of GetQueue2.

func (*Device1_1MockRecorder) Handle

func (mr *Device1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Device1_1MockRecorder) ImageMemoryRequirements2

func (mr *Device1_1MockRecorder) ImageMemoryRequirements2(o, out interface{}) *gomock.Call

ImageMemoryRequirements2 indicates an expected call of ImageMemoryRequirements2.

func (*Device1_1MockRecorder) ImageSparseMemoryRequirements2

func (mr *Device1_1MockRecorder) ImageSparseMemoryRequirements2(o, outDataFactory interface{}) *gomock.Call

ImageSparseMemoryRequirements2 indicates an expected call of ImageSparseMemoryRequirements2.

func (*Device1_1MockRecorder) InvalidateMappedMemoryRanges

func (mr *Device1_1MockRecorder) InvalidateMappedMemoryRanges(ranges interface{}) *gomock.Call

InvalidateMappedMemoryRanges indicates an expected call of InvalidateMappedMemoryRanges.

func (*Device1_1MockRecorder) IsDeviceExtensionActive

func (mr *Device1_1MockRecorder) IsDeviceExtensionActive(extensionName interface{}) *gomock.Call

IsDeviceExtensionActive indicates an expected call of IsDeviceExtensionActive.

func (*Device1_1MockRecorder) ResetFences

func (mr *Device1_1MockRecorder) ResetFences(fences interface{}) *gomock.Call

ResetFences indicates an expected call of ResetFences.

func (*Device1_1MockRecorder) UpdateDescriptorSets

func (mr *Device1_1MockRecorder) UpdateDescriptorSets(writes, copies interface{}) *gomock.Call

UpdateDescriptorSets indicates an expected call of UpdateDescriptorSets.

func (*Device1_1MockRecorder) WaitForFences

func (mr *Device1_1MockRecorder) WaitForFences(waitForAll, timeout, fences interface{}) *gomock.Call

WaitForFences indicates an expected call of WaitForFences.

func (*Device1_1MockRecorder) WaitIdle

func (mr *Device1_1MockRecorder) WaitIdle() *gomock.Call

WaitIdle indicates an expected call of WaitIdle.

type Device1_2

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

Device1_2 is a mock of Device interface.

func NewDevice1_2

func NewDevice1_2(ctrl *gomock.Controller) *Device1_2

NewDevice1_2 creates a new mock instance.

func (*Device1_2) APIVersion

func (m *Device1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Device1_2) AllocateCommandBuffers

AllocateCommandBuffers mocks base method.

func (*Device1_2) AllocateDescriptorSets

AllocateDescriptorSets mocks base method.

func (*Device1_2) AllocateMemory

func (m *Device1_2) AllocateMemory(allocationCallbacks *driver.AllocationCallbacks, o core1_0.MemoryAllocateInfo) (core1_0.DeviceMemory, common.VkResult, error)

AllocateMemory mocks base method.

func (*Device1_2) BindBufferMemory2

func (m *Device1_2) BindBufferMemory2(o []core1_1.BindBufferMemoryInfo) (common.VkResult, error)

BindBufferMemory2 mocks base method.

func (*Device1_2) BindImageMemory2

func (m *Device1_2) BindImageMemory2(o []core1_1.BindImageMemoryInfo) (common.VkResult, error)

BindImageMemory2 mocks base method.

func (*Device1_2) BufferMemoryRequirements2

func (m *Device1_2) BufferMemoryRequirements2(o core1_1.BufferMemoryRequirementsInfo2, out *core1_1.MemoryRequirements2) error

BufferMemoryRequirements2 mocks base method.

func (*Device1_2) CreateBuffer

func (m *Device1_2) CreateBuffer(allocationCallbacks *driver.AllocationCallbacks, o core1_0.BufferCreateInfo) (core1_0.Buffer, common.VkResult, error)

CreateBuffer mocks base method.

func (*Device1_2) CreateBufferView

func (m *Device1_2) CreateBufferView(allocationCallbacks *driver.AllocationCallbacks, o core1_0.BufferViewCreateInfo) (core1_0.BufferView, common.VkResult, error)

CreateBufferView mocks base method.

func (*Device1_2) CreateCommandPool

func (m *Device1_2) CreateCommandPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.CommandPoolCreateInfo) (core1_0.CommandPool, common.VkResult, error)

CreateCommandPool mocks base method.

func (*Device1_2) CreateComputePipelines

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

CreateComputePipelines mocks base method.

func (*Device1_2) CreateDescriptorPool

func (m *Device1_2) CreateDescriptorPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.DescriptorPoolCreateInfo) (core1_0.DescriptorPool, common.VkResult, error)

CreateDescriptorPool mocks base method.

func (*Device1_2) CreateDescriptorSetLayout

CreateDescriptorSetLayout mocks base method.

func (*Device1_2) CreateDescriptorUpdateTemplate

CreateDescriptorUpdateTemplate mocks base method.

func (*Device1_2) CreateEvent

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

CreateEvent mocks base method.

func (*Device1_2) CreateFence

func (m *Device1_2) CreateFence(allocationCallbacks *driver.AllocationCallbacks, o core1_0.FenceCreateInfo) (core1_0.Fence, common.VkResult, error)

CreateFence mocks base method.

func (*Device1_2) CreateFramebuffer

func (m *Device1_2) CreateFramebuffer(allocationCallbacks *driver.AllocationCallbacks, o core1_0.FramebufferCreateInfo) (core1_0.Framebuffer, common.VkResult, error)

CreateFramebuffer mocks base method.

func (*Device1_2) CreateGraphicsPipelines

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

CreateGraphicsPipelines mocks base method.

func (*Device1_2) CreateImage

func (m *Device1_2) CreateImage(allocationCallbacks *driver.AllocationCallbacks, options core1_0.ImageCreateOptions) (core1_0.Image, common.VkResult, error)

CreateImage mocks base method.

func (*Device1_2) CreateImageView

func (m *Device1_2) CreateImageView(allocationCallbacks *driver.AllocationCallbacks, o core1_0.ImageViewCreateInfo) (core1_0.ImageView, common.VkResult, error)

CreateImageView mocks base method.

func (*Device1_2) CreatePipelineCache

func (m *Device1_2) CreatePipelineCache(allocationCallbacks *driver.AllocationCallbacks, o core1_0.PipelineCacheCreateInfo) (core1_0.PipelineCache, common.VkResult, error)

CreatePipelineCache mocks base method.

func (*Device1_2) CreatePipelineLayout

func (m *Device1_2) CreatePipelineLayout(allocationCallbacks *driver.AllocationCallbacks, o core1_0.PipelineLayoutCreateInfo) (core1_0.PipelineLayout, common.VkResult, error)

CreatePipelineLayout mocks base method.

func (*Device1_2) CreateQueryPool

func (m *Device1_2) CreateQueryPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.QueryPoolCreateInfo) (core1_0.QueryPool, common.VkResult, error)

CreateQueryPool mocks base method.

func (*Device1_2) CreateRenderPass

func (m *Device1_2) CreateRenderPass(allocationCallbacks *driver.AllocationCallbacks, o core1_0.RenderPassCreateInfo) (core1_0.RenderPass, common.VkResult, error)

CreateRenderPass mocks base method.

func (*Device1_2) CreateRenderPass2

CreateRenderPass2 mocks base method.

func (*Device1_2) CreateSampler

func (m *Device1_2) CreateSampler(allocationCallbacks *driver.AllocationCallbacks, o core1_0.SamplerCreateInfo) (core1_0.Sampler, common.VkResult, error)

CreateSampler mocks base method.

func (*Device1_2) CreateSamplerYcbcrConversion

CreateSamplerYcbcrConversion mocks base method.

func (*Device1_2) CreateSemaphore

func (m *Device1_2) CreateSemaphore(allocationCallbacks *driver.AllocationCallbacks, o core1_0.SemaphoreCreateInfo) (core1_0.Semaphore, common.VkResult, error)

CreateSemaphore mocks base method.

func (*Device1_2) CreateShaderModule

func (m *Device1_2) CreateShaderModule(allocationCallbacks *driver.AllocationCallbacks, o core1_0.ShaderModuleCreateInfo) (core1_0.ShaderModule, common.VkResult, error)

CreateShaderModule mocks base method.

func (*Device1_2) DescriptorSetLayoutSupport

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

DescriptorSetLayoutSupport mocks base method.

func (*Device1_2) Destroy

func (m *Device1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Device1_2) DeviceGroupPeerMemoryFeatures

func (m *Device1_2) DeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex int) core1_1.PeerMemoryFeatureFlags

DeviceGroupPeerMemoryFeatures mocks base method.

func (*Device1_2) Driver

func (m *Device1_2) Driver() driver.Driver

Driver mocks base method.

func (*Device1_2) EXPECT

func (m *Device1_2) EXPECT() *Device1_2MockRecorder

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

func (*Device1_2) FlushMappedMemoryRanges

func (m *Device1_2) FlushMappedMemoryRanges(ranges []core1_0.MappedMemoryRange) (common.VkResult, error)

FlushMappedMemoryRanges mocks base method.

func (*Device1_2) FreeCommandBuffers

func (m *Device1_2) FreeCommandBuffers(buffers []core1_0.CommandBuffer)

FreeCommandBuffers mocks base method.

func (*Device1_2) FreeDescriptorSets

func (m *Device1_2) FreeDescriptorSets(sets []core1_0.DescriptorSet) (common.VkResult, error)

FreeDescriptorSets mocks base method.

func (*Device1_2) FreeMemory

func (m *Device1_2) FreeMemory(deviceMemory core1_0.DeviceMemory, allocationCallbacks *driver.AllocationCallbacks)

FreeMemory mocks base method.

func (*Device1_2) GetBufferDeviceAddress

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

GetBufferDeviceAddress mocks base method.

func (*Device1_2) GetBufferOpaqueCaptureAddress

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

GetBufferOpaqueCaptureAddress mocks base method.

func (*Device1_2) GetDeviceMemoryOpaqueCaptureAddress

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

GetDeviceMemoryOpaqueCaptureAddress mocks base method.

func (*Device1_2) GetQueue

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

GetQueue mocks base method.

func (*Device1_2) GetQueue2

func (m *Device1_2) GetQueue2(o core1_1.DeviceQueueInfo2) (core1_0.Queue, error)

GetQueue2 mocks base method.

func (*Device1_2) Handle

func (m *Device1_2) Handle() driver.VkDevice

Handle mocks base method.

func (*Device1_2) ImageMemoryRequirements2

func (m *Device1_2) ImageMemoryRequirements2(o core1_1.ImageMemoryRequirementsInfo2, out *core1_1.MemoryRequirements2) error

ImageMemoryRequirements2 mocks base method.

func (*Device1_2) ImageSparseMemoryRequirements2

ImageSparseMemoryRequirements2 mocks base method.

func (*Device1_2) InvalidateMappedMemoryRanges

func (m *Device1_2) InvalidateMappedMemoryRanges(ranges []core1_0.MappedMemoryRange) (common.VkResult, error)

InvalidateMappedMemoryRanges mocks base method.

func (*Device1_2) IsDeviceExtensionActive

func (m *Device1_2) IsDeviceExtensionActive(extensionName string) bool

IsDeviceExtensionActive mocks base method.

func (*Device1_2) ResetFences

func (m *Device1_2) ResetFences(fences []core1_0.Fence) (common.VkResult, error)

ResetFences mocks base method.

func (*Device1_2) SignalSemaphore

func (m *Device1_2) SignalSemaphore(o core1_2.SemaphoreSignalInfo) (common.VkResult, error)

SignalSemaphore mocks base method.

func (*Device1_2) UpdateDescriptorSets

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

UpdateDescriptorSets mocks base method.

func (*Device1_2) WaitForFences

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

WaitForFences mocks base method.

func (*Device1_2) WaitIdle

func (m *Device1_2) WaitIdle() (common.VkResult, error)

WaitIdle mocks base method.

func (*Device1_2) WaitSemaphores

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

WaitSemaphores mocks base method.

type Device1_2MockRecorder

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

Device1_2MockRecorder is the mock recorder for Device1_2.

func (*Device1_2MockRecorder) APIVersion

func (mr *Device1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Device1_2MockRecorder) AllocateCommandBuffers

func (mr *Device1_2MockRecorder) AllocateCommandBuffers(o interface{}) *gomock.Call

AllocateCommandBuffers indicates an expected call of AllocateCommandBuffers.

func (*Device1_2MockRecorder) AllocateDescriptorSets

func (mr *Device1_2MockRecorder) AllocateDescriptorSets(o interface{}) *gomock.Call

AllocateDescriptorSets indicates an expected call of AllocateDescriptorSets.

func (*Device1_2MockRecorder) AllocateMemory

func (mr *Device1_2MockRecorder) AllocateMemory(allocationCallbacks, o interface{}) *gomock.Call

AllocateMemory indicates an expected call of AllocateMemory.

func (*Device1_2MockRecorder) BindBufferMemory2

func (mr *Device1_2MockRecorder) BindBufferMemory2(o interface{}) *gomock.Call

BindBufferMemory2 indicates an expected call of BindBufferMemory2.

func (*Device1_2MockRecorder) BindImageMemory2

func (mr *Device1_2MockRecorder) BindImageMemory2(o interface{}) *gomock.Call

BindImageMemory2 indicates an expected call of BindImageMemory2.

func (*Device1_2MockRecorder) BufferMemoryRequirements2

func (mr *Device1_2MockRecorder) BufferMemoryRequirements2(o, out interface{}) *gomock.Call

BufferMemoryRequirements2 indicates an expected call of BufferMemoryRequirements2.

func (*Device1_2MockRecorder) CreateBuffer

func (mr *Device1_2MockRecorder) CreateBuffer(allocationCallbacks, o interface{}) *gomock.Call

CreateBuffer indicates an expected call of CreateBuffer.

func (*Device1_2MockRecorder) CreateBufferView

func (mr *Device1_2MockRecorder) CreateBufferView(allocationCallbacks, o interface{}) *gomock.Call

CreateBufferView indicates an expected call of CreateBufferView.

func (*Device1_2MockRecorder) CreateCommandPool

func (mr *Device1_2MockRecorder) CreateCommandPool(allocationCallbacks, o interface{}) *gomock.Call

CreateCommandPool indicates an expected call of CreateCommandPool.

func (*Device1_2MockRecorder) CreateComputePipelines

func (mr *Device1_2MockRecorder) CreateComputePipelines(pipelineCache, allocationCallbacks, o interface{}) *gomock.Call

CreateComputePipelines indicates an expected call of CreateComputePipelines.

func (*Device1_2MockRecorder) CreateDescriptorPool

func (mr *Device1_2MockRecorder) CreateDescriptorPool(allocationCallbacks, o interface{}) *gomock.Call

CreateDescriptorPool indicates an expected call of CreateDescriptorPool.

func (*Device1_2MockRecorder) CreateDescriptorSetLayout

func (mr *Device1_2MockRecorder) CreateDescriptorSetLayout(allocationCallbacks, o interface{}) *gomock.Call

CreateDescriptorSetLayout indicates an expected call of CreateDescriptorSetLayout.

func (*Device1_2MockRecorder) CreateDescriptorUpdateTemplate

func (mr *Device1_2MockRecorder) CreateDescriptorUpdateTemplate(o, allocator interface{}) *gomock.Call

CreateDescriptorUpdateTemplate indicates an expected call of CreateDescriptorUpdateTemplate.

func (*Device1_2MockRecorder) CreateEvent

func (mr *Device1_2MockRecorder) CreateEvent(allocationCallbacks, options interface{}) *gomock.Call

CreateEvent indicates an expected call of CreateEvent.

func (*Device1_2MockRecorder) CreateFence

func (mr *Device1_2MockRecorder) CreateFence(allocationCallbacks, o interface{}) *gomock.Call

CreateFence indicates an expected call of CreateFence.

func (*Device1_2MockRecorder) CreateFramebuffer

func (mr *Device1_2MockRecorder) CreateFramebuffer(allocationCallbacks, o interface{}) *gomock.Call

CreateFramebuffer indicates an expected call of CreateFramebuffer.

func (*Device1_2MockRecorder) CreateGraphicsPipelines

func (mr *Device1_2MockRecorder) CreateGraphicsPipelines(pipelineCache, allocationCallbacks, o interface{}) *gomock.Call

CreateGraphicsPipelines indicates an expected call of CreateGraphicsPipelines.

func (*Device1_2MockRecorder) CreateImage

func (mr *Device1_2MockRecorder) CreateImage(allocationCallbacks, options interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage.

func (*Device1_2MockRecorder) CreateImageView

func (mr *Device1_2MockRecorder) CreateImageView(allocationCallbacks, o interface{}) *gomock.Call

CreateImageView indicates an expected call of CreateImageView.

func (*Device1_2MockRecorder) CreatePipelineCache

func (mr *Device1_2MockRecorder) CreatePipelineCache(allocationCallbacks, o interface{}) *gomock.Call

CreatePipelineCache indicates an expected call of CreatePipelineCache.

func (*Device1_2MockRecorder) CreatePipelineLayout

func (mr *Device1_2MockRecorder) CreatePipelineLayout(allocationCallbacks, o interface{}) *gomock.Call

CreatePipelineLayout indicates an expected call of CreatePipelineLayout.

func (*Device1_2MockRecorder) CreateQueryPool

func (mr *Device1_2MockRecorder) CreateQueryPool(allocationCallbacks, o interface{}) *gomock.Call

CreateQueryPool indicates an expected call of CreateQueryPool.

func (*Device1_2MockRecorder) CreateRenderPass

func (mr *Device1_2MockRecorder) CreateRenderPass(allocationCallbacks, o interface{}) *gomock.Call

CreateRenderPass indicates an expected call of CreateRenderPass.

func (*Device1_2MockRecorder) CreateRenderPass2

func (mr *Device1_2MockRecorder) CreateRenderPass2(allocator, options interface{}) *gomock.Call

CreateRenderPass2 indicates an expected call of CreateRenderPass2.

func (*Device1_2MockRecorder) CreateSampler

func (mr *Device1_2MockRecorder) CreateSampler(allocationCallbacks, o interface{}) *gomock.Call

CreateSampler indicates an expected call of CreateSampler.

func (*Device1_2MockRecorder) CreateSamplerYcbcrConversion

func (mr *Device1_2MockRecorder) CreateSamplerYcbcrConversion(o, allocator interface{}) *gomock.Call

CreateSamplerYcbcrConversion indicates an expected call of CreateSamplerYcbcrConversion.

func (*Device1_2MockRecorder) CreateSemaphore

func (mr *Device1_2MockRecorder) CreateSemaphore(allocationCallbacks, o interface{}) *gomock.Call

CreateSemaphore indicates an expected call of CreateSemaphore.

func (*Device1_2MockRecorder) CreateShaderModule

func (mr *Device1_2MockRecorder) CreateShaderModule(allocationCallbacks, o interface{}) *gomock.Call

CreateShaderModule indicates an expected call of CreateShaderModule.

func (*Device1_2MockRecorder) DescriptorSetLayoutSupport

func (mr *Device1_2MockRecorder) DescriptorSetLayoutSupport(o, outData interface{}) *gomock.Call

DescriptorSetLayoutSupport indicates an expected call of DescriptorSetLayoutSupport.

func (*Device1_2MockRecorder) Destroy

func (mr *Device1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Device1_2MockRecorder) DeviceGroupPeerMemoryFeatures

func (mr *Device1_2MockRecorder) DeviceGroupPeerMemoryFeatures(heapIndex, localDeviceIndex, remoteDeviceIndex interface{}) *gomock.Call

DeviceGroupPeerMemoryFeatures indicates an expected call of DeviceGroupPeerMemoryFeatures.

func (*Device1_2MockRecorder) Driver

func (mr *Device1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Device1_2MockRecorder) FlushMappedMemoryRanges

func (mr *Device1_2MockRecorder) FlushMappedMemoryRanges(ranges interface{}) *gomock.Call

FlushMappedMemoryRanges indicates an expected call of FlushMappedMemoryRanges.

func (*Device1_2MockRecorder) FreeCommandBuffers

func (mr *Device1_2MockRecorder) FreeCommandBuffers(buffers interface{}) *gomock.Call

FreeCommandBuffers indicates an expected call of FreeCommandBuffers.

func (*Device1_2MockRecorder) FreeDescriptorSets

func (mr *Device1_2MockRecorder) FreeDescriptorSets(sets interface{}) *gomock.Call

FreeDescriptorSets indicates an expected call of FreeDescriptorSets.

func (*Device1_2MockRecorder) FreeMemory

func (mr *Device1_2MockRecorder) FreeMemory(deviceMemory, allocationCallbacks interface{}) *gomock.Call

FreeMemory indicates an expected call of FreeMemory.

func (*Device1_2MockRecorder) GetBufferDeviceAddress

func (mr *Device1_2MockRecorder) GetBufferDeviceAddress(o interface{}) *gomock.Call

GetBufferDeviceAddress indicates an expected call of GetBufferDeviceAddress.

func (*Device1_2MockRecorder) GetBufferOpaqueCaptureAddress

func (mr *Device1_2MockRecorder) GetBufferOpaqueCaptureAddress(o interface{}) *gomock.Call

GetBufferOpaqueCaptureAddress indicates an expected call of GetBufferOpaqueCaptureAddress.

func (*Device1_2MockRecorder) GetDeviceMemoryOpaqueCaptureAddress

func (mr *Device1_2MockRecorder) GetDeviceMemoryOpaqueCaptureAddress(o interface{}) *gomock.Call

GetDeviceMemoryOpaqueCaptureAddress indicates an expected call of GetDeviceMemoryOpaqueCaptureAddress.

func (*Device1_2MockRecorder) GetQueue

func (mr *Device1_2MockRecorder) GetQueue(queueFamilyIndex, queueIndex interface{}) *gomock.Call

GetQueue indicates an expected call of GetQueue.

func (*Device1_2MockRecorder) GetQueue2

func (mr *Device1_2MockRecorder) GetQueue2(o interface{}) *gomock.Call

GetQueue2 indicates an expected call of GetQueue2.

func (*Device1_2MockRecorder) Handle

func (mr *Device1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Device1_2MockRecorder) ImageMemoryRequirements2

func (mr *Device1_2MockRecorder) ImageMemoryRequirements2(o, out interface{}) *gomock.Call

ImageMemoryRequirements2 indicates an expected call of ImageMemoryRequirements2.

func (*Device1_2MockRecorder) ImageSparseMemoryRequirements2

func (mr *Device1_2MockRecorder) ImageSparseMemoryRequirements2(o, outDataFactory interface{}) *gomock.Call

ImageSparseMemoryRequirements2 indicates an expected call of ImageSparseMemoryRequirements2.

func (*Device1_2MockRecorder) InvalidateMappedMemoryRanges

func (mr *Device1_2MockRecorder) InvalidateMappedMemoryRanges(ranges interface{}) *gomock.Call

InvalidateMappedMemoryRanges indicates an expected call of InvalidateMappedMemoryRanges.

func (*Device1_2MockRecorder) IsDeviceExtensionActive

func (mr *Device1_2MockRecorder) IsDeviceExtensionActive(extensionName interface{}) *gomock.Call

IsDeviceExtensionActive indicates an expected call of IsDeviceExtensionActive.

func (*Device1_2MockRecorder) ResetFences

func (mr *Device1_2MockRecorder) ResetFences(fences interface{}) *gomock.Call

ResetFences indicates an expected call of ResetFences.

func (*Device1_2MockRecorder) SignalSemaphore

func (mr *Device1_2MockRecorder) SignalSemaphore(o interface{}) *gomock.Call

SignalSemaphore indicates an expected call of SignalSemaphore.

func (*Device1_2MockRecorder) UpdateDescriptorSets

func (mr *Device1_2MockRecorder) UpdateDescriptorSets(writes, copies interface{}) *gomock.Call

UpdateDescriptorSets indicates an expected call of UpdateDescriptorSets.

func (*Device1_2MockRecorder) WaitForFences

func (mr *Device1_2MockRecorder) WaitForFences(waitForAll, timeout, fences interface{}) *gomock.Call

WaitForFences indicates an expected call of WaitForFences.

func (*Device1_2MockRecorder) WaitIdle

func (mr *Device1_2MockRecorder) WaitIdle() *gomock.Call

WaitIdle indicates an expected call of WaitIdle.

func (*Device1_2MockRecorder) WaitSemaphores

func (mr *Device1_2MockRecorder) WaitSemaphores(timeout, o interface{}) *gomock.Call

WaitSemaphores indicates an expected call of WaitSemaphores.

type DeviceMemory1_1

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

DeviceMemory1_1 is a mock of DeviceMemory interface.

func NewDeviceMemory1_1

func NewDeviceMemory1_1(ctrl *gomock.Controller) *DeviceMemory1_1

NewDeviceMemory1_1 creates a new mock instance.

func (*DeviceMemory1_1) APIVersion

func (m *DeviceMemory1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DeviceMemory1_1) Commitment

func (m *DeviceMemory1_1) Commitment() int

Commitment mocks base method.

func (*DeviceMemory1_1) DeviceHandle

func (m *DeviceMemory1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DeviceMemory1_1) Driver

func (m *DeviceMemory1_1) Driver() driver.Driver

Driver mocks base method.

func (*DeviceMemory1_1) EXPECT

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

func (*DeviceMemory1_1) FlushAll

func (m *DeviceMemory1_1) FlushAll() (common.VkResult, error)

FlushAll mocks base method.

func (*DeviceMemory1_1) Free

func (m *DeviceMemory1_1) Free(callbacks *driver.AllocationCallbacks)

Free mocks base method.

func (*DeviceMemory1_1) Handle

Handle mocks base method.

func (*DeviceMemory1_1) InvalidateAll

func (m *DeviceMemory1_1) InvalidateAll() (common.VkResult, error)

InvalidateAll mocks base method.

func (*DeviceMemory1_1) Map

func (m *DeviceMemory1_1) Map(offset, size int, flags core1_0.MemoryMapFlags) (unsafe.Pointer, common.VkResult, error)

Map mocks base method.

func (*DeviceMemory1_1) Unmap

func (m *DeviceMemory1_1) Unmap()

Unmap mocks base method.

type DeviceMemory1_1MockRecorder

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

DeviceMemory1_1MockRecorder is the mock recorder for DeviceMemory1_1.

func (*DeviceMemory1_1MockRecorder) APIVersion

func (mr *DeviceMemory1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*DeviceMemory1_1MockRecorder) Commitment

func (mr *DeviceMemory1_1MockRecorder) Commitment() *gomock.Call

Commitment indicates an expected call of Commitment.

func (*DeviceMemory1_1MockRecorder) DeviceHandle

func (mr *DeviceMemory1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DeviceMemory1_1MockRecorder) Driver

func (mr *DeviceMemory1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*DeviceMemory1_1MockRecorder) FlushAll

func (mr *DeviceMemory1_1MockRecorder) FlushAll() *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*DeviceMemory1_1MockRecorder) Free

func (mr *DeviceMemory1_1MockRecorder) Free(callbacks interface{}) *gomock.Call

Free indicates an expected call of Free.

func (*DeviceMemory1_1MockRecorder) Handle

func (mr *DeviceMemory1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*DeviceMemory1_1MockRecorder) InvalidateAll

func (mr *DeviceMemory1_1MockRecorder) InvalidateAll() *gomock.Call

InvalidateAll indicates an expected call of InvalidateAll.

func (*DeviceMemory1_1MockRecorder) Map

func (mr *DeviceMemory1_1MockRecorder) Map(offset, size, flags interface{}) *gomock.Call

Map indicates an expected call of Map.

func (*DeviceMemory1_1MockRecorder) Unmap

Unmap indicates an expected call of Unmap.

type DeviceMemory1_2

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

DeviceMemory1_2 is a mock of DeviceMemory interface.

func NewDeviceMemory1_2

func NewDeviceMemory1_2(ctrl *gomock.Controller) *DeviceMemory1_2

NewDeviceMemory1_2 creates a new mock instance.

func (*DeviceMemory1_2) APIVersion

func (m *DeviceMemory1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*DeviceMemory1_2) Commitment

func (m *DeviceMemory1_2) Commitment() int

Commitment mocks base method.

func (*DeviceMemory1_2) DeviceHandle

func (m *DeviceMemory1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*DeviceMemory1_2) Driver

func (m *DeviceMemory1_2) Driver() driver.Driver

Driver mocks base method.

func (*DeviceMemory1_2) EXPECT

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

func (*DeviceMemory1_2) FlushAll

func (m *DeviceMemory1_2) FlushAll() (common.VkResult, error)

FlushAll mocks base method.

func (*DeviceMemory1_2) Free

func (m *DeviceMemory1_2) Free(callbacks *driver.AllocationCallbacks)

Free mocks base method.

func (*DeviceMemory1_2) Handle

Handle mocks base method.

func (*DeviceMemory1_2) InvalidateAll

func (m *DeviceMemory1_2) InvalidateAll() (common.VkResult, error)

InvalidateAll mocks base method.

func (*DeviceMemory1_2) Map

func (m *DeviceMemory1_2) Map(offset, size int, flags core1_0.MemoryMapFlags) (unsafe.Pointer, common.VkResult, error)

Map mocks base method.

func (*DeviceMemory1_2) Unmap

func (m *DeviceMemory1_2) Unmap()

Unmap mocks base method.

type DeviceMemory1_2MockRecorder

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

DeviceMemory1_2MockRecorder is the mock recorder for DeviceMemory1_2.

func (*DeviceMemory1_2MockRecorder) APIVersion

func (mr *DeviceMemory1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*DeviceMemory1_2MockRecorder) Commitment

func (mr *DeviceMemory1_2MockRecorder) Commitment() *gomock.Call

Commitment indicates an expected call of Commitment.

func (*DeviceMemory1_2MockRecorder) DeviceHandle

func (mr *DeviceMemory1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*DeviceMemory1_2MockRecorder) Driver

func (mr *DeviceMemory1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*DeviceMemory1_2MockRecorder) FlushAll

func (mr *DeviceMemory1_2MockRecorder) FlushAll() *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*DeviceMemory1_2MockRecorder) Free

func (mr *DeviceMemory1_2MockRecorder) Free(callbacks interface{}) *gomock.Call

Free indicates an expected call of Free.

func (*DeviceMemory1_2MockRecorder) Handle

func (mr *DeviceMemory1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*DeviceMemory1_2MockRecorder) InvalidateAll

func (mr *DeviceMemory1_2MockRecorder) InvalidateAll() *gomock.Call

InvalidateAll indicates an expected call of InvalidateAll.

func (*DeviceMemory1_2MockRecorder) Map

func (mr *DeviceMemory1_2MockRecorder) Map(offset, size, flags interface{}) *gomock.Call

Map indicates an expected call of Map.

func (*DeviceMemory1_2MockRecorder) Unmap

Unmap indicates an expected call of Unmap.

type Event1_1

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

Event1_1 is a mock of Event interface.

func NewEvent1_1

func NewEvent1_1(ctrl *gomock.Controller) *Event1_1

NewEvent1_1 creates a new mock instance.

func (*Event1_1) APIVersion

func (m *Event1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Event1_1) Destroy

func (m *Event1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Event1_1) DeviceHandle

func (m *Event1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Event1_1) Driver

func (m *Event1_1) Driver() driver.Driver

Driver mocks base method.

func (*Event1_1) EXPECT

func (m *Event1_1) EXPECT() *Event1_1MockRecorder

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

func (*Event1_1) Handle

func (m *Event1_1) Handle() driver.VkEvent

Handle mocks base method.

func (*Event1_1) Reset

func (m *Event1_1) Reset() (common.VkResult, error)

Reset mocks base method.

func (*Event1_1) Set

func (m *Event1_1) Set() (common.VkResult, error)

Set mocks base method.

func (*Event1_1) Status

func (m *Event1_1) Status() (common.VkResult, error)

Status mocks base method.

type Event1_1MockRecorder

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

Event1_1MockRecorder is the mock recorder for Event1_1.

func (*Event1_1MockRecorder) APIVersion

func (mr *Event1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Event1_1MockRecorder) Destroy

func (mr *Event1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Event1_1MockRecorder) DeviceHandle

func (mr *Event1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Event1_1MockRecorder) Driver

func (mr *Event1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Event1_1MockRecorder) Handle

func (mr *Event1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Event1_1MockRecorder) Reset

func (mr *Event1_1MockRecorder) Reset() *gomock.Call

Reset indicates an expected call of Reset.

func (*Event1_1MockRecorder) Set

func (mr *Event1_1MockRecorder) Set() *gomock.Call

Set indicates an expected call of Set.

func (*Event1_1MockRecorder) Status

func (mr *Event1_1MockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

type Event1_2

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

Event1_2 is a mock of Event interface.

func NewEvent1_2

func NewEvent1_2(ctrl *gomock.Controller) *Event1_2

NewEvent1_2 creates a new mock instance.

func (*Event1_2) APIVersion

func (m *Event1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Event1_2) Destroy

func (m *Event1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Event1_2) DeviceHandle

func (m *Event1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Event1_2) Driver

func (m *Event1_2) Driver() driver.Driver

Driver mocks base method.

func (*Event1_2) EXPECT

func (m *Event1_2) EXPECT() *Event1_2MockRecorder

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

func (*Event1_2) Handle

func (m *Event1_2) Handle() driver.VkEvent

Handle mocks base method.

func (*Event1_2) Reset

func (m *Event1_2) Reset() (common.VkResult, error)

Reset mocks base method.

func (*Event1_2) Set

func (m *Event1_2) Set() (common.VkResult, error)

Set mocks base method.

func (*Event1_2) Status

func (m *Event1_2) Status() (common.VkResult, error)

Status mocks base method.

type Event1_2MockRecorder

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

Event1_2MockRecorder is the mock recorder for Event1_2.

func (*Event1_2MockRecorder) APIVersion

func (mr *Event1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Event1_2MockRecorder) Destroy

func (mr *Event1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Event1_2MockRecorder) DeviceHandle

func (mr *Event1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Event1_2MockRecorder) Driver

func (mr *Event1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Event1_2MockRecorder) Handle

func (mr *Event1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Event1_2MockRecorder) Reset

func (mr *Event1_2MockRecorder) Reset() *gomock.Call

Reset indicates an expected call of Reset.

func (*Event1_2MockRecorder) Set

func (mr *Event1_2MockRecorder) Set() *gomock.Call

Set indicates an expected call of Set.

func (*Event1_2MockRecorder) Status

func (mr *Event1_2MockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

type Fence1_1

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

Fence1_1 is a mock of Fence interface.

func NewFence1_1

func NewFence1_1(ctrl *gomock.Controller) *Fence1_1

NewFence1_1 creates a new mock instance.

func (*Fence1_1) APIVersion

func (m *Fence1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Fence1_1) Destroy

func (m *Fence1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Fence1_1) DeviceHandle

func (m *Fence1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Fence1_1) Driver

func (m *Fence1_1) Driver() driver.Driver

Driver mocks base method.

func (*Fence1_1) EXPECT

func (m *Fence1_1) EXPECT() *Fence1_1MockRecorder

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

func (*Fence1_1) Handle

func (m *Fence1_1) Handle() driver.VkFence

Handle mocks base method.

func (*Fence1_1) Reset

func (m *Fence1_1) Reset() (common.VkResult, error)

Reset mocks base method.

func (*Fence1_1) Status

func (m *Fence1_1) Status() (common.VkResult, error)

Status mocks base method.

func (*Fence1_1) Wait

func (m *Fence1_1) Wait(timeout time.Duration) (common.VkResult, error)

Wait mocks base method.

type Fence1_1MockRecorder

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

Fence1_1MockRecorder is the mock recorder for Fence1_1.

func (*Fence1_1MockRecorder) APIVersion

func (mr *Fence1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Fence1_1MockRecorder) Destroy

func (mr *Fence1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Fence1_1MockRecorder) DeviceHandle

func (mr *Fence1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Fence1_1MockRecorder) Driver

func (mr *Fence1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Fence1_1MockRecorder) Handle

func (mr *Fence1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Fence1_1MockRecorder) Reset

func (mr *Fence1_1MockRecorder) Reset() *gomock.Call

Reset indicates an expected call of Reset.

func (*Fence1_1MockRecorder) Status

func (mr *Fence1_1MockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

func (*Fence1_1MockRecorder) Wait

func (mr *Fence1_1MockRecorder) Wait(timeout interface{}) *gomock.Call

Wait indicates an expected call of Wait.

type Fence1_2

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

Fence1_2 is a mock of Fence interface.

func NewFence1_2

func NewFence1_2(ctrl *gomock.Controller) *Fence1_2

NewFence1_2 creates a new mock instance.

func (*Fence1_2) APIVersion

func (m *Fence1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Fence1_2) Destroy

func (m *Fence1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Fence1_2) DeviceHandle

func (m *Fence1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Fence1_2) Driver

func (m *Fence1_2) Driver() driver.Driver

Driver mocks base method.

func (*Fence1_2) EXPECT

func (m *Fence1_2) EXPECT() *Fence1_2MockRecorder

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

func (*Fence1_2) Handle

func (m *Fence1_2) Handle() driver.VkFence

Handle mocks base method.

func (*Fence1_2) Reset

func (m *Fence1_2) Reset() (common.VkResult, error)

Reset mocks base method.

func (*Fence1_2) Status

func (m *Fence1_2) Status() (common.VkResult, error)

Status mocks base method.

func (*Fence1_2) Wait

func (m *Fence1_2) Wait(timeout time.Duration) (common.VkResult, error)

Wait mocks base method.

type Fence1_2MockRecorder

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

Fence1_2MockRecorder is the mock recorder for Fence1_2.

func (*Fence1_2MockRecorder) APIVersion

func (mr *Fence1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Fence1_2MockRecorder) Destroy

func (mr *Fence1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Fence1_2MockRecorder) DeviceHandle

func (mr *Fence1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Fence1_2MockRecorder) Driver

func (mr *Fence1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Fence1_2MockRecorder) Handle

func (mr *Fence1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Fence1_2MockRecorder) Reset

func (mr *Fence1_2MockRecorder) Reset() *gomock.Call

Reset indicates an expected call of Reset.

func (*Fence1_2MockRecorder) Status

func (mr *Fence1_2MockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

func (*Fence1_2MockRecorder) Wait

func (mr *Fence1_2MockRecorder) Wait(timeout interface{}) *gomock.Call

Wait indicates an expected call of Wait.

type Framebuffer1_1

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

Framebuffer1_1 is a mock of Framebuffer interface.

func NewFramebuffer1_1

func NewFramebuffer1_1(ctrl *gomock.Controller) *Framebuffer1_1

NewFramebuffer1_1 creates a new mock instance.

func (*Framebuffer1_1) APIVersion

func (m *Framebuffer1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Framebuffer1_1) Destroy

func (m *Framebuffer1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Framebuffer1_1) DeviceHandle

func (m *Framebuffer1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Framebuffer1_1) Driver

func (m *Framebuffer1_1) Driver() driver.Driver

Driver mocks base method.

func (*Framebuffer1_1) EXPECT

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

func (*Framebuffer1_1) Handle

func (m *Framebuffer1_1) Handle() driver.VkFramebuffer

Handle mocks base method.

type Framebuffer1_1MockRecorder

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

Framebuffer1_1MockRecorder is the mock recorder for Framebuffer1_1.

func (*Framebuffer1_1MockRecorder) APIVersion

func (mr *Framebuffer1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Framebuffer1_1MockRecorder) Destroy

func (mr *Framebuffer1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Framebuffer1_1MockRecorder) DeviceHandle

func (mr *Framebuffer1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Framebuffer1_1MockRecorder) Driver

func (mr *Framebuffer1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Framebuffer1_1MockRecorder) Handle

func (mr *Framebuffer1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type Framebuffer1_2

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

Framebuffer1_2 is a mock of Framebuffer interface.

func NewFramebuffer1_2

func NewFramebuffer1_2(ctrl *gomock.Controller) *Framebuffer1_2

NewFramebuffer1_2 creates a new mock instance.

func (*Framebuffer1_2) APIVersion

func (m *Framebuffer1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Framebuffer1_2) Destroy

func (m *Framebuffer1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Framebuffer1_2) DeviceHandle

func (m *Framebuffer1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Framebuffer1_2) Driver

func (m *Framebuffer1_2) Driver() driver.Driver

Driver mocks base method.

func (*Framebuffer1_2) EXPECT

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

func (*Framebuffer1_2) Handle

func (m *Framebuffer1_2) Handle() driver.VkFramebuffer

Handle mocks base method.

type Framebuffer1_2MockRecorder

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

Framebuffer1_2MockRecorder is the mock recorder for Framebuffer1_2.

func (*Framebuffer1_2MockRecorder) APIVersion

func (mr *Framebuffer1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Framebuffer1_2MockRecorder) Destroy

func (mr *Framebuffer1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Framebuffer1_2MockRecorder) DeviceHandle

func (mr *Framebuffer1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Framebuffer1_2MockRecorder) Driver

func (mr *Framebuffer1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Framebuffer1_2MockRecorder) Handle

func (mr *Framebuffer1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type Image1_1

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

Image1_1 is a mock of Image interface.

func NewImage1_1

func NewImage1_1(ctrl *gomock.Controller) *Image1_1

NewImage1_1 creates a new mock instance.

func (*Image1_1) APIVersion

func (m *Image1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Image1_1) BindImageMemory

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

BindImageMemory mocks base method.

func (*Image1_1) Destroy

func (m *Image1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Image1_1) DeviceHandle

func (m *Image1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Image1_1) Driver

func (m *Image1_1) Driver() driver.Driver

Driver mocks base method.

func (*Image1_1) EXPECT

func (m *Image1_1) EXPECT() *Image1_1MockRecorder

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

func (*Image1_1) Handle

func (m *Image1_1) Handle() driver.VkImage

Handle mocks base method.

func (*Image1_1) MemoryRequirements

func (m *Image1_1) MemoryRequirements() *core1_0.MemoryRequirements

MemoryRequirements mocks base method.

func (*Image1_1) SparseMemoryRequirements

func (m *Image1_1) SparseMemoryRequirements() []core1_0.SparseImageMemoryRequirements

SparseMemoryRequirements mocks base method.

func (*Image1_1) SubresourceLayout

func (m *Image1_1) SubresourceLayout(subresource *core1_0.ImageSubresource) *core1_0.SubresourceLayout

SubresourceLayout mocks base method.

type Image1_1MockRecorder

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

Image1_1MockRecorder is the mock recorder for Image1_1.

func (*Image1_1MockRecorder) APIVersion

func (mr *Image1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Image1_1MockRecorder) BindImageMemory

func (mr *Image1_1MockRecorder) BindImageMemory(memory, offset interface{}) *gomock.Call

BindImageMemory indicates an expected call of BindImageMemory.

func (*Image1_1MockRecorder) Destroy

func (mr *Image1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Image1_1MockRecorder) DeviceHandle

func (mr *Image1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Image1_1MockRecorder) Driver

func (mr *Image1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Image1_1MockRecorder) Handle

func (mr *Image1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Image1_1MockRecorder) MemoryRequirements

func (mr *Image1_1MockRecorder) MemoryRequirements() *gomock.Call

MemoryRequirements indicates an expected call of MemoryRequirements.

func (*Image1_1MockRecorder) SparseMemoryRequirements

func (mr *Image1_1MockRecorder) SparseMemoryRequirements() *gomock.Call

SparseMemoryRequirements indicates an expected call of SparseMemoryRequirements.

func (*Image1_1MockRecorder) SubresourceLayout

func (mr *Image1_1MockRecorder) SubresourceLayout(subresource interface{}) *gomock.Call

SubresourceLayout indicates an expected call of SubresourceLayout.

type Image1_2

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

Image1_2 is a mock of Image interface.

func NewImage1_2

func NewImage1_2(ctrl *gomock.Controller) *Image1_2

NewImage1_2 creates a new mock instance.

func (*Image1_2) APIVersion

func (m *Image1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Image1_2) BindImageMemory

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

BindImageMemory mocks base method.

func (*Image1_2) Destroy

func (m *Image1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Image1_2) DeviceHandle

func (m *Image1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Image1_2) Driver

func (m *Image1_2) Driver() driver.Driver

Driver mocks base method.

func (*Image1_2) EXPECT

func (m *Image1_2) EXPECT() *Image1_2MockRecorder

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

func (*Image1_2) Handle

func (m *Image1_2) Handle() driver.VkImage

Handle mocks base method.

func (*Image1_2) MemoryRequirements

func (m *Image1_2) MemoryRequirements() *core1_0.MemoryRequirements

MemoryRequirements mocks base method.

func (*Image1_2) SparseMemoryRequirements

func (m *Image1_2) SparseMemoryRequirements() []core1_0.SparseImageMemoryRequirements

SparseMemoryRequirements mocks base method.

func (*Image1_2) SubresourceLayout

func (m *Image1_2) SubresourceLayout(subresource *core1_0.ImageSubresource) *core1_0.SubresourceLayout

SubresourceLayout mocks base method.

type Image1_2MockRecorder

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

Image1_2MockRecorder is the mock recorder for Image1_2.

func (*Image1_2MockRecorder) APIVersion

func (mr *Image1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Image1_2MockRecorder) BindImageMemory

func (mr *Image1_2MockRecorder) BindImageMemory(memory, offset interface{}) *gomock.Call

BindImageMemory indicates an expected call of BindImageMemory.

func (*Image1_2MockRecorder) Destroy

func (mr *Image1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Image1_2MockRecorder) DeviceHandle

func (mr *Image1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Image1_2MockRecorder) Driver

func (mr *Image1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Image1_2MockRecorder) Handle

func (mr *Image1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Image1_2MockRecorder) MemoryRequirements

func (mr *Image1_2MockRecorder) MemoryRequirements() *gomock.Call

MemoryRequirements indicates an expected call of MemoryRequirements.

func (*Image1_2MockRecorder) SparseMemoryRequirements

func (mr *Image1_2MockRecorder) SparseMemoryRequirements() *gomock.Call

SparseMemoryRequirements indicates an expected call of SparseMemoryRequirements.

func (*Image1_2MockRecorder) SubresourceLayout

func (mr *Image1_2MockRecorder) SubresourceLayout(subresource interface{}) *gomock.Call

SubresourceLayout indicates an expected call of SubresourceLayout.

type ImageView1_1

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

ImageView1_1 is a mock of ImageView interface.

func NewImageView1_1

func NewImageView1_1(ctrl *gomock.Controller) *ImageView1_1

NewImageView1_1 creates a new mock instance.

func (*ImageView1_1) APIVersion

func (m *ImageView1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*ImageView1_1) Destroy

func (m *ImageView1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*ImageView1_1) DeviceHandle

func (m *ImageView1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*ImageView1_1) Driver

func (m *ImageView1_1) Driver() driver.Driver

Driver mocks base method.

func (*ImageView1_1) EXPECT

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

func (*ImageView1_1) Handle

func (m *ImageView1_1) Handle() driver.VkImageView

Handle mocks base method.

type ImageView1_1MockRecorder

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

ImageView1_1MockRecorder is the mock recorder for ImageView1_1.

func (*ImageView1_1MockRecorder) APIVersion

func (mr *ImageView1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*ImageView1_1MockRecorder) Destroy

func (mr *ImageView1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*ImageView1_1MockRecorder) DeviceHandle

func (mr *ImageView1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*ImageView1_1MockRecorder) Driver

func (mr *ImageView1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*ImageView1_1MockRecorder) Handle

func (mr *ImageView1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type ImageView1_2

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

ImageView1_2 is a mock of ImageView interface.

func NewImageView1_2

func NewImageView1_2(ctrl *gomock.Controller) *ImageView1_2

NewImageView1_2 creates a new mock instance.

func (*ImageView1_2) APIVersion

func (m *ImageView1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*ImageView1_2) Destroy

func (m *ImageView1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*ImageView1_2) DeviceHandle

func (m *ImageView1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*ImageView1_2) Driver

func (m *ImageView1_2) Driver() driver.Driver

Driver mocks base method.

func (*ImageView1_2) EXPECT

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

func (*ImageView1_2) Handle

func (m *ImageView1_2) Handle() driver.VkImageView

Handle mocks base method.

type ImageView1_2MockRecorder

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

ImageView1_2MockRecorder is the mock recorder for ImageView1_2.

func (*ImageView1_2MockRecorder) APIVersion

func (mr *ImageView1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*ImageView1_2MockRecorder) Destroy

func (mr *ImageView1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*ImageView1_2MockRecorder) DeviceHandle

func (mr *ImageView1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*ImageView1_2MockRecorder) Driver

func (mr *ImageView1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*ImageView1_2MockRecorder) Handle

func (mr *ImageView1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type Instance1_1

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

Instance1_1 is a mock of Instance interface.

func NewInstance1_1

func NewInstance1_1(ctrl *gomock.Controller) *Instance1_1

NewInstance1_1 creates a new mock instance.

func (*Instance1_1) APIVersion

func (m *Instance1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Instance1_1) Destroy

func (m *Instance1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Instance1_1) Driver

func (m *Instance1_1) Driver() driver.Driver

Driver mocks base method.

func (*Instance1_1) EXPECT

func (m *Instance1_1) EXPECT() *Instance1_1MockRecorder

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

func (*Instance1_1) EnumeratePhysicalDeviceGroups

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

EnumeratePhysicalDeviceGroups mocks base method.

func (*Instance1_1) EnumeratePhysicalDevices

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

EnumeratePhysicalDevices mocks base method.

func (*Instance1_1) Handle

func (m *Instance1_1) Handle() driver.VkInstance

Handle mocks base method.

func (*Instance1_1) IsInstanceExtensionActive

func (m *Instance1_1) IsInstanceExtensionActive(extensionName string) bool

IsInstanceExtensionActive mocks base method.

type Instance1_1MockRecorder

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

Instance1_1MockRecorder is the mock recorder for Instance1_1.

func (*Instance1_1MockRecorder) APIVersion

func (mr *Instance1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Instance1_1MockRecorder) Destroy

func (mr *Instance1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Instance1_1MockRecorder) Driver

func (mr *Instance1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Instance1_1MockRecorder) EnumeratePhysicalDeviceGroups

func (mr *Instance1_1MockRecorder) EnumeratePhysicalDeviceGroups(outDataFactory interface{}) *gomock.Call

EnumeratePhysicalDeviceGroups indicates an expected call of EnumeratePhysicalDeviceGroups.

func (*Instance1_1MockRecorder) EnumeratePhysicalDevices

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

EnumeratePhysicalDevices indicates an expected call of EnumeratePhysicalDevices.

func (*Instance1_1MockRecorder) Handle

func (mr *Instance1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Instance1_1MockRecorder) IsInstanceExtensionActive

func (mr *Instance1_1MockRecorder) IsInstanceExtensionActive(extensionName interface{}) *gomock.Call

IsInstanceExtensionActive indicates an expected call of IsInstanceExtensionActive.

type Instance1_2

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

Instance1_2 is a mock of Instance interface.

func NewInstance1_2

func NewInstance1_2(ctrl *gomock.Controller) *Instance1_2

NewInstance1_2 creates a new mock instance.

func (*Instance1_2) APIVersion

func (m *Instance1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Instance1_2) Destroy

func (m *Instance1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Instance1_2) Driver

func (m *Instance1_2) Driver() driver.Driver

Driver mocks base method.

func (*Instance1_2) EXPECT

func (m *Instance1_2) EXPECT() *Instance1_2MockRecorder

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

func (*Instance1_2) EnumeratePhysicalDeviceGroups

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

EnumeratePhysicalDeviceGroups mocks base method.

func (*Instance1_2) EnumeratePhysicalDevices

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

EnumeratePhysicalDevices mocks base method.

func (*Instance1_2) Handle

func (m *Instance1_2) Handle() driver.VkInstance

Handle mocks base method.

func (*Instance1_2) IsInstanceExtensionActive

func (m *Instance1_2) IsInstanceExtensionActive(extensionName string) bool

IsInstanceExtensionActive mocks base method.

type Instance1_2MockRecorder

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

Instance1_2MockRecorder is the mock recorder for Instance1_2.

func (*Instance1_2MockRecorder) APIVersion

func (mr *Instance1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Instance1_2MockRecorder) Destroy

func (mr *Instance1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Instance1_2MockRecorder) Driver

func (mr *Instance1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Instance1_2MockRecorder) EnumeratePhysicalDeviceGroups

func (mr *Instance1_2MockRecorder) EnumeratePhysicalDeviceGroups(outDataFactory interface{}) *gomock.Call

EnumeratePhysicalDeviceGroups indicates an expected call of EnumeratePhysicalDeviceGroups.

func (*Instance1_2MockRecorder) EnumeratePhysicalDevices

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

EnumeratePhysicalDevices indicates an expected call of EnumeratePhysicalDevices.

func (*Instance1_2MockRecorder) Handle

func (mr *Instance1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Instance1_2MockRecorder) IsInstanceExtensionActive

func (mr *Instance1_2MockRecorder) IsInstanceExtensionActive(extensionName interface{}) *gomock.Call

IsInstanceExtensionActive indicates an expected call of IsInstanceExtensionActive.

type InstanceScopedPhysicalDevice1_2

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

InstanceScopedPhysicalDevice1_2 is a mock of InstanceScopedPhysicalDevice interface.

func NewInstanceScopedPhysicalDevice1_2

func NewInstanceScopedPhysicalDevice1_2(ctrl *gomock.Controller) *InstanceScopedPhysicalDevice1_2

NewInstanceScopedPhysicalDevice1_2 creates a new mock instance.

func (*InstanceScopedPhysicalDevice1_2) CreateDevice

CreateDevice mocks base method.

func (*InstanceScopedPhysicalDevice1_2) DeviceAPIVersion

func (m *InstanceScopedPhysicalDevice1_2) DeviceAPIVersion() common.APIVersion

DeviceAPIVersion mocks base method.

func (*InstanceScopedPhysicalDevice1_2) Driver

Driver mocks base method.

func (*InstanceScopedPhysicalDevice1_2) EXPECT

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

func (*InstanceScopedPhysicalDevice1_2) EnumerateDeviceExtensionProperties

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

EnumerateDeviceExtensionProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) EnumerateDeviceExtensionPropertiesForLayer

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

EnumerateDeviceExtensionPropertiesForLayer mocks base method.

func (*InstanceScopedPhysicalDevice1_2) EnumerateDeviceLayerProperties

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

EnumerateDeviceLayerProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) ExternalBufferProperties

ExternalBufferProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) ExternalFenceProperties

ExternalFenceProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) ExternalSemaphoreProperties

ExternalSemaphoreProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) Features

Features mocks base method.

func (*InstanceScopedPhysicalDevice1_2) Features2

Features2 mocks base method.

func (*InstanceScopedPhysicalDevice1_2) FormatProperties

FormatProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) FormatProperties2

func (m *InstanceScopedPhysicalDevice1_2) FormatProperties2(format core1_0.Format, out *core1_1.FormatProperties2) error

FormatProperties2 mocks base method.

func (*InstanceScopedPhysicalDevice1_2) Handle

Handle mocks base method.

func (*InstanceScopedPhysicalDevice1_2) ImageFormatProperties

ImageFormatProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) ImageFormatProperties2

ImageFormatProperties2 mocks base method.

func (*InstanceScopedPhysicalDevice1_2) InstanceAPIVersion

func (m *InstanceScopedPhysicalDevice1_2) InstanceAPIVersion() common.APIVersion

InstanceAPIVersion mocks base method.

func (*InstanceScopedPhysicalDevice1_2) MemoryProperties

MemoryProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) MemoryProperties2

MemoryProperties2 mocks base method.

func (*InstanceScopedPhysicalDevice1_2) Properties

Properties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) Properties2

Properties2 mocks base method.

func (*InstanceScopedPhysicalDevice1_2) QueueFamilyProperties

func (m *InstanceScopedPhysicalDevice1_2) QueueFamilyProperties() []*core1_0.QueueFamily

QueueFamilyProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) QueueFamilyProperties2

func (m *InstanceScopedPhysicalDevice1_2) QueueFamilyProperties2(outDataFactory func() *core1_1.QueueFamilyProperties2) ([]*core1_1.QueueFamilyProperties2, error)

QueueFamilyProperties2 mocks base method.

func (*InstanceScopedPhysicalDevice1_2) SparseImageFormatProperties

SparseImageFormatProperties mocks base method.

func (*InstanceScopedPhysicalDevice1_2) SparseImageFormatProperties2

SparseImageFormatProperties2 mocks base method.

type InstanceScopedPhysicalDevice1_2MockRecorder

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

InstanceScopedPhysicalDevice1_2MockRecorder is the mock recorder for InstanceScopedPhysicalDevice1_2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) CreateDevice

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) CreateDevice(allocationCallbacks, options interface{}) *gomock.Call

CreateDevice indicates an expected call of CreateDevice.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) DeviceAPIVersion

DeviceAPIVersion indicates an expected call of DeviceAPIVersion.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionProperties() *gomock.Call

EnumerateDeviceExtensionProperties indicates an expected call of EnumerateDeviceExtensionProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionPropertiesForLayer

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionPropertiesForLayer(layerName interface{}) *gomock.Call

EnumerateDeviceExtensionPropertiesForLayer indicates an expected call of EnumerateDeviceExtensionPropertiesForLayer.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) EnumerateDeviceLayerProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) EnumerateDeviceLayerProperties() *gomock.Call

EnumerateDeviceLayerProperties indicates an expected call of EnumerateDeviceLayerProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) ExternalBufferProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) ExternalBufferProperties(o, outData interface{}) *gomock.Call

ExternalBufferProperties indicates an expected call of ExternalBufferProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) ExternalFenceProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) ExternalFenceProperties(o, outData interface{}) *gomock.Call

ExternalFenceProperties indicates an expected call of ExternalFenceProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) ExternalSemaphoreProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) ExternalSemaphoreProperties(o, outData interface{}) *gomock.Call

ExternalSemaphoreProperties indicates an expected call of ExternalSemaphoreProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) Features

Features indicates an expected call of Features.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) Features2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) Features2(out interface{}) *gomock.Call

Features2 indicates an expected call of Features2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) FormatProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) FormatProperties(format interface{}) *gomock.Call

FormatProperties indicates an expected call of FormatProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) FormatProperties2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) FormatProperties2(format, out interface{}) *gomock.Call

FormatProperties2 indicates an expected call of FormatProperties2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) ImageFormatProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) ImageFormatProperties(format, imageType, tiling, usages, flags interface{}) *gomock.Call

ImageFormatProperties indicates an expected call of ImageFormatProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) ImageFormatProperties2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) ImageFormatProperties2(o, out interface{}) *gomock.Call

ImageFormatProperties2 indicates an expected call of ImageFormatProperties2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) InstanceAPIVersion

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) InstanceAPIVersion() *gomock.Call

InstanceAPIVersion indicates an expected call of InstanceAPIVersion.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) MemoryProperties

MemoryProperties indicates an expected call of MemoryProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) MemoryProperties2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) MemoryProperties2(out interface{}) *gomock.Call

MemoryProperties2 indicates an expected call of MemoryProperties2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) Properties

Properties indicates an expected call of Properties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) Properties2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) Properties2(out interface{}) *gomock.Call

Properties2 indicates an expected call of Properties2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) QueueFamilyProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) QueueFamilyProperties() *gomock.Call

QueueFamilyProperties indicates an expected call of QueueFamilyProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) QueueFamilyProperties2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) QueueFamilyProperties2(outDataFactory interface{}) *gomock.Call

QueueFamilyProperties2 indicates an expected call of QueueFamilyProperties2.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) SparseImageFormatProperties

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) SparseImageFormatProperties(format, imageType, samples, usages, tiling interface{}) *gomock.Call

SparseImageFormatProperties indicates an expected call of SparseImageFormatProperties.

func (*InstanceScopedPhysicalDevice1_2MockRecorder) SparseImageFormatProperties2

func (mr *InstanceScopedPhysicalDevice1_2MockRecorder) SparseImageFormatProperties2(o, outDataFactory interface{}) *gomock.Call

SparseImageFormatProperties2 indicates an expected call of SparseImageFormatProperties2.

type MockBuffer

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

MockBuffer is a mock of Buffer interface.

func EasyMockBuffer

func EasyMockBuffer(ctrl *gomock.Controller) *MockBuffer

func NewMockBuffer

func NewMockBuffer(ctrl *gomock.Controller) *MockBuffer

NewMockBuffer creates a new mock instance.

func (*MockBuffer) APIVersion

func (m *MockBuffer) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockBuffer) BindBufferMemory

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

BindBufferMemory mocks base method.

func (*MockBuffer) Destroy

func (m *MockBuffer) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockBuffer) DeviceHandle

func (m *MockBuffer) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockBuffer) Driver

func (m *MockBuffer) Driver() driver.Driver

Driver mocks base method.

func (*MockBuffer) EXPECT

func (m *MockBuffer) EXPECT() *MockBufferMockRecorder

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

func (*MockBuffer) Handle

func (m *MockBuffer) Handle() driver.VkBuffer

Handle mocks base method.

func (*MockBuffer) MemoryRequirements

func (m *MockBuffer) MemoryRequirements() *core1_0.MemoryRequirements

MemoryRequirements mocks base method.

type MockBufferMockRecorder

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

MockBufferMockRecorder is the mock recorder for MockBuffer.

func (*MockBufferMockRecorder) APIVersion

func (mr *MockBufferMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockBufferMockRecorder) BindBufferMemory

func (mr *MockBufferMockRecorder) BindBufferMemory(memory, offset interface{}) *gomock.Call

BindBufferMemory indicates an expected call of BindBufferMemory.

func (*MockBufferMockRecorder) Destroy

func (mr *MockBufferMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockBufferMockRecorder) DeviceHandle

func (mr *MockBufferMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockBufferMockRecorder) Driver

func (mr *MockBufferMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockBufferMockRecorder) Handle

func (mr *MockBufferMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockBufferMockRecorder) MemoryRequirements

func (mr *MockBufferMockRecorder) MemoryRequirements() *gomock.Call

MemoryRequirements indicates an expected call of MemoryRequirements.

type MockBufferView

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

MockBufferView is a mock of BufferView interface.

func EasyMockBufferView

func EasyMockBufferView(ctrl *gomock.Controller) *MockBufferView

func NewMockBufferView

func NewMockBufferView(ctrl *gomock.Controller) *MockBufferView

NewMockBufferView creates a new mock instance.

func (*MockBufferView) APIVersion

func (m *MockBufferView) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockBufferView) Destroy

func (m *MockBufferView) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockBufferView) DeviceHandle

func (m *MockBufferView) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockBufferView) Driver

func (m *MockBufferView) Driver() driver.Driver

Driver mocks base method.

func (*MockBufferView) EXPECT

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

func (*MockBufferView) Handle

func (m *MockBufferView) Handle() driver.VkBufferView

Handle mocks base method.

type MockBufferViewMockRecorder

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

MockBufferViewMockRecorder is the mock recorder for MockBufferView.

func (*MockBufferViewMockRecorder) APIVersion

func (mr *MockBufferViewMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockBufferViewMockRecorder) Destroy

func (mr *MockBufferViewMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockBufferViewMockRecorder) DeviceHandle

func (mr *MockBufferViewMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockBufferViewMockRecorder) Driver

func (mr *MockBufferViewMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockBufferViewMockRecorder) Handle

func (mr *MockBufferViewMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type MockCommandBuffer

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

MockCommandBuffer is a mock of CommandBuffer interface.

func EasyMockCommandBuffer

func EasyMockCommandBuffer(ctrl *gomock.Controller) *MockCommandBuffer

func NewMockCommandBuffer

func NewMockCommandBuffer(ctrl *gomock.Controller) *MockCommandBuffer

NewMockCommandBuffer creates a new mock instance.

func (*MockCommandBuffer) APIVersion

func (m *MockCommandBuffer) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockCommandBuffer) Begin

Begin mocks base method.

func (*MockCommandBuffer) CmdBeginQuery

func (m *MockCommandBuffer) CmdBeginQuery(queryPool core1_0.QueryPool, query int, flags core1_0.QueryControlFlags)

CmdBeginQuery mocks base method.

func (*MockCommandBuffer) CmdBeginRenderPass

func (m *MockCommandBuffer) CmdBeginRenderPass(contents core1_0.SubpassContents, o core1_0.RenderPassBeginInfo) error

CmdBeginRenderPass mocks base method.

func (*MockCommandBuffer) CmdBindDescriptorSets

func (m *MockCommandBuffer) CmdBindDescriptorSets(bindPoint core1_0.PipelineBindPoint, layout core1_0.PipelineLayout, sets []core1_0.DescriptorSet, dynamicOffsets []int)

CmdBindDescriptorSets mocks base method.

func (*MockCommandBuffer) CmdBindIndexBuffer

func (m *MockCommandBuffer) CmdBindIndexBuffer(buffer core1_0.Buffer, offset int, indexType core1_0.IndexType)

CmdBindIndexBuffer mocks base method.

func (*MockCommandBuffer) CmdBindPipeline

func (m *MockCommandBuffer) CmdBindPipeline(bindPoint core1_0.PipelineBindPoint, pipeline core1_0.Pipeline)

CmdBindPipeline mocks base method.

func (*MockCommandBuffer) CmdBindVertexBuffers

func (m *MockCommandBuffer) CmdBindVertexBuffers(buffers []core1_0.Buffer, bufferOffsets []int)

CmdBindVertexBuffers mocks base method.

func (*MockCommandBuffer) CmdBlitImage

func (m *MockCommandBuffer) CmdBlitImage(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 (*MockCommandBuffer) CmdClearAttachments

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

CmdClearAttachments mocks base method.

func (*MockCommandBuffer) CmdClearColorImage

func (m *MockCommandBuffer) CmdClearColorImage(image core1_0.Image, imageLayout core1_0.ImageLayout, color core1_0.ClearColorValue, ranges []core1_0.ImageSubresourceRange)

CmdClearColorImage mocks base method.

func (*MockCommandBuffer) CmdClearDepthStencilImage

func (m *MockCommandBuffer) CmdClearDepthStencilImage(image core1_0.Image, imageLayout core1_0.ImageLayout, depthStencil *core1_0.ClearValueDepthStencil, ranges []core1_0.ImageSubresourceRange)

CmdClearDepthStencilImage mocks base method.

func (*MockCommandBuffer) CmdCopyBuffer

func (m *MockCommandBuffer) CmdCopyBuffer(srcBuffer, dstBuffer core1_0.Buffer, copyRegions []core1_0.BufferCopy) error

CmdCopyBuffer mocks base method.

func (*MockCommandBuffer) CmdCopyBufferToImage

func (m *MockCommandBuffer) CmdCopyBufferToImage(buffer core1_0.Buffer, image core1_0.Image, layout core1_0.ImageLayout, regions []core1_0.BufferImageCopy) error

CmdCopyBufferToImage mocks base method.

func (*MockCommandBuffer) CmdCopyImage

func (m *MockCommandBuffer) CmdCopyImage(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 (*MockCommandBuffer) CmdCopyImageToBuffer

func (m *MockCommandBuffer) CmdCopyImageToBuffer(srcImage core1_0.Image, srcImageLayout core1_0.ImageLayout, dstBuffer core1_0.Buffer, regions []core1_0.BufferImageCopy) error

CmdCopyImageToBuffer mocks base method.

func (*MockCommandBuffer) CmdCopyQueryPoolResults

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

CmdCopyQueryPoolResults mocks base method.

func (*MockCommandBuffer) CmdDispatch

func (m *MockCommandBuffer) CmdDispatch(groupCountX, groupCountY, groupCountZ int)

CmdDispatch mocks base method.

func (*MockCommandBuffer) CmdDispatchIndirect

func (m *MockCommandBuffer) CmdDispatchIndirect(buffer core1_0.Buffer, offset int)

CmdDispatchIndirect mocks base method.

func (*MockCommandBuffer) CmdDraw

func (m *MockCommandBuffer) CmdDraw(vertexCount, instanceCount int, firstVertex, firstInstance uint32)

CmdDraw mocks base method.

func (*MockCommandBuffer) CmdDrawIndexed

func (m *MockCommandBuffer) CmdDrawIndexed(indexCount, instanceCount int, firstIndex uint32, vertexOffset int, firstInstance uint32)

CmdDrawIndexed mocks base method.

func (*MockCommandBuffer) CmdDrawIndexedIndirect

func (m *MockCommandBuffer) CmdDrawIndexedIndirect(buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndexedIndirect mocks base method.

func (*MockCommandBuffer) CmdDrawIndirect

func (m *MockCommandBuffer) CmdDrawIndirect(buffer core1_0.Buffer, offset, drawCount, stride int)

CmdDrawIndirect mocks base method.

func (*MockCommandBuffer) CmdEndQuery

func (m *MockCommandBuffer) CmdEndQuery(queryPool core1_0.QueryPool, query int)

CmdEndQuery mocks base method.

func (*MockCommandBuffer) CmdEndRenderPass

func (m *MockCommandBuffer) CmdEndRenderPass()

CmdEndRenderPass mocks base method.

func (*MockCommandBuffer) CmdExecuteCommands

func (m *MockCommandBuffer) CmdExecuteCommands(commandBuffers []core1_0.CommandBuffer)

CmdExecuteCommands mocks base method.

func (*MockCommandBuffer) CmdFillBuffer

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

CmdFillBuffer mocks base method.

func (*MockCommandBuffer) CmdNextSubpass

func (m *MockCommandBuffer) CmdNextSubpass(contents core1_0.SubpassContents)

CmdNextSubpass mocks base method.

func (*MockCommandBuffer) CmdPipelineBarrier

func (m *MockCommandBuffer) CmdPipelineBarrier(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 (*MockCommandBuffer) CmdPushConstants

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

CmdPushConstants mocks base method.

func (*MockCommandBuffer) CmdResetEvent

func (m *MockCommandBuffer) CmdResetEvent(event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdResetEvent mocks base method.

func (*MockCommandBuffer) CmdResetQueryPool

func (m *MockCommandBuffer) CmdResetQueryPool(queryPool core1_0.QueryPool, startQuery, queryCount int)

CmdResetQueryPool mocks base method.

func (*MockCommandBuffer) CmdResolveImage

func (m *MockCommandBuffer) CmdResolveImage(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 (*MockCommandBuffer) CmdSetBlendConstants

func (m *MockCommandBuffer) CmdSetBlendConstants(blendConstants [4]float32)

CmdSetBlendConstants mocks base method.

func (*MockCommandBuffer) CmdSetDepthBias

func (m *MockCommandBuffer) CmdSetDepthBias(depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor float32)

CmdSetDepthBias mocks base method.

func (*MockCommandBuffer) CmdSetDepthBounds

func (m *MockCommandBuffer) CmdSetDepthBounds(min, max float32)

CmdSetDepthBounds mocks base method.

func (*MockCommandBuffer) CmdSetEvent

func (m *MockCommandBuffer) CmdSetEvent(event core1_0.Event, stageMask core1_0.PipelineStageFlags)

CmdSetEvent mocks base method.

func (*MockCommandBuffer) CmdSetLineWidth

func (m *MockCommandBuffer) CmdSetLineWidth(lineWidth float32)

CmdSetLineWidth mocks base method.

func (*MockCommandBuffer) CmdSetScissor

func (m *MockCommandBuffer) CmdSetScissor(scissors []core1_0.Rect2D)

CmdSetScissor mocks base method.

func (*MockCommandBuffer) CmdSetStencilCompareMask

func (m *MockCommandBuffer) CmdSetStencilCompareMask(faceMask core1_0.StencilFaceFlags, compareMask uint32)

CmdSetStencilCompareMask mocks base method.

func (*MockCommandBuffer) CmdSetStencilReference

func (m *MockCommandBuffer) CmdSetStencilReference(faceMask core1_0.StencilFaceFlags, reference uint32)

CmdSetStencilReference mocks base method.

func (*MockCommandBuffer) CmdSetStencilWriteMask

func (m *MockCommandBuffer) CmdSetStencilWriteMask(faceMask core1_0.StencilFaceFlags, writeMask uint32)

CmdSetStencilWriteMask mocks base method.

func (*MockCommandBuffer) CmdSetViewport

func (m *MockCommandBuffer) CmdSetViewport(viewports []core1_0.Viewport)

CmdSetViewport mocks base method.

func (*MockCommandBuffer) CmdUpdateBuffer

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

CmdUpdateBuffer mocks base method.

func (*MockCommandBuffer) CmdWaitEvents

func (m *MockCommandBuffer) CmdWaitEvents(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 (*MockCommandBuffer) CmdWriteTimestamp

func (m *MockCommandBuffer) CmdWriteTimestamp(pipelineStage core1_0.PipelineStageFlags, queryPool core1_0.QueryPool, query int)

CmdWriteTimestamp mocks base method.

func (*MockCommandBuffer) CommandPoolHandle

func (m *MockCommandBuffer) CommandPoolHandle() driver.VkCommandPool

CommandPoolHandle mocks base method.

func (*MockCommandBuffer) CommandsRecorded

func (m *MockCommandBuffer) CommandsRecorded() int

CommandsRecorded mocks base method.

func (*MockCommandBuffer) DeviceHandle

func (m *MockCommandBuffer) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockCommandBuffer) DispatchesRecorded

func (m *MockCommandBuffer) DispatchesRecorded() int

DispatchesRecorded mocks base method.

func (*MockCommandBuffer) DrawsRecorded

func (m *MockCommandBuffer) DrawsRecorded() int

DrawsRecorded mocks base method.

func (*MockCommandBuffer) Driver

func (m *MockCommandBuffer) Driver() driver.Driver

Driver mocks base method.

func (*MockCommandBuffer) EXPECT

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

func (*MockCommandBuffer) End

func (m *MockCommandBuffer) End() (common.VkResult, error)

End mocks base method.

func (*MockCommandBuffer) Free

func (m *MockCommandBuffer) Free()

Free mocks base method.

func (*MockCommandBuffer) Handle

Handle mocks base method.

func (*MockCommandBuffer) Reset

Reset mocks base method.

type MockCommandBufferMockRecorder

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

MockCommandBufferMockRecorder is the mock recorder for MockCommandBuffer.

func (*MockCommandBufferMockRecorder) APIVersion

func (mr *MockCommandBufferMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockCommandBufferMockRecorder) Begin

func (mr *MockCommandBufferMockRecorder) Begin(o interface{}) *gomock.Call

Begin indicates an expected call of Begin.

func (*MockCommandBufferMockRecorder) CmdBeginQuery

func (mr *MockCommandBufferMockRecorder) CmdBeginQuery(queryPool, query, flags interface{}) *gomock.Call

CmdBeginQuery indicates an expected call of CmdBeginQuery.

func (*MockCommandBufferMockRecorder) CmdBeginRenderPass

func (mr *MockCommandBufferMockRecorder) CmdBeginRenderPass(contents, o interface{}) *gomock.Call

CmdBeginRenderPass indicates an expected call of CmdBeginRenderPass.

func (*MockCommandBufferMockRecorder) CmdBindDescriptorSets

func (mr *MockCommandBufferMockRecorder) CmdBindDescriptorSets(bindPoint, layout, sets, dynamicOffsets interface{}) *gomock.Call

CmdBindDescriptorSets indicates an expected call of CmdBindDescriptorSets.

func (*MockCommandBufferMockRecorder) CmdBindIndexBuffer

func (mr *MockCommandBufferMockRecorder) CmdBindIndexBuffer(buffer, offset, indexType interface{}) *gomock.Call

CmdBindIndexBuffer indicates an expected call of CmdBindIndexBuffer.

func (*MockCommandBufferMockRecorder) CmdBindPipeline

func (mr *MockCommandBufferMockRecorder) CmdBindPipeline(bindPoint, pipeline interface{}) *gomock.Call

CmdBindPipeline indicates an expected call of CmdBindPipeline.

func (*MockCommandBufferMockRecorder) CmdBindVertexBuffers

func (mr *MockCommandBufferMockRecorder) CmdBindVertexBuffers(buffers, bufferOffsets interface{}) *gomock.Call

CmdBindVertexBuffers indicates an expected call of CmdBindVertexBuffers.

func (*MockCommandBufferMockRecorder) CmdBlitImage

func (mr *MockCommandBufferMockRecorder) CmdBlitImage(sourceImage, sourceImageLayout, destinationImage, destinationImageLayout, regions, filter interface{}) *gomock.Call

CmdBlitImage indicates an expected call of CmdBlitImage.

func (*MockCommandBufferMockRecorder) CmdClearAttachments

func (mr *MockCommandBufferMockRecorder) CmdClearAttachments(attachments, rects interface{}) *gomock.Call

CmdClearAttachments indicates an expected call of CmdClearAttachments.

func (*MockCommandBufferMockRecorder) CmdClearColorImage

func (mr *MockCommandBufferMockRecorder) CmdClearColorImage(image, imageLayout, color, ranges interface{}) *gomock.Call

CmdClearColorImage indicates an expected call of CmdClearColorImage.

func (*MockCommandBufferMockRecorder) CmdClearDepthStencilImage

func (mr *MockCommandBufferMockRecorder) CmdClearDepthStencilImage(image, imageLayout, depthStencil, ranges interface{}) *gomock.Call

CmdClearDepthStencilImage indicates an expected call of CmdClearDepthStencilImage.

func (*MockCommandBufferMockRecorder) CmdCopyBuffer

func (mr *MockCommandBufferMockRecorder) CmdCopyBuffer(srcBuffer, dstBuffer, copyRegions interface{}) *gomock.Call

CmdCopyBuffer indicates an expected call of CmdCopyBuffer.

func (*MockCommandBufferMockRecorder) CmdCopyBufferToImage

func (mr *MockCommandBufferMockRecorder) CmdCopyBufferToImage(buffer, image, layout, regions interface{}) *gomock.Call

CmdCopyBufferToImage indicates an expected call of CmdCopyBufferToImage.

func (*MockCommandBufferMockRecorder) CmdCopyImage

func (mr *MockCommandBufferMockRecorder) CmdCopyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regions interface{}) *gomock.Call

CmdCopyImage indicates an expected call of CmdCopyImage.

func (*MockCommandBufferMockRecorder) CmdCopyImageToBuffer

func (mr *MockCommandBufferMockRecorder) CmdCopyImageToBuffer(srcImage, srcImageLayout, dstBuffer, regions interface{}) *gomock.Call

CmdCopyImageToBuffer indicates an expected call of CmdCopyImageToBuffer.

func (*MockCommandBufferMockRecorder) CmdCopyQueryPoolResults

func (mr *MockCommandBufferMockRecorder) CmdCopyQueryPoolResults(queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags interface{}) *gomock.Call

CmdCopyQueryPoolResults indicates an expected call of CmdCopyQueryPoolResults.

func (*MockCommandBufferMockRecorder) CmdDispatch

func (mr *MockCommandBufferMockRecorder) CmdDispatch(groupCountX, groupCountY, groupCountZ interface{}) *gomock.Call

CmdDispatch indicates an expected call of CmdDispatch.

func (*MockCommandBufferMockRecorder) CmdDispatchIndirect

func (mr *MockCommandBufferMockRecorder) CmdDispatchIndirect(buffer, offset interface{}) *gomock.Call

CmdDispatchIndirect indicates an expected call of CmdDispatchIndirect.

func (*MockCommandBufferMockRecorder) CmdDraw

func (mr *MockCommandBufferMockRecorder) CmdDraw(vertexCount, instanceCount, firstVertex, firstInstance interface{}) *gomock.Call

CmdDraw indicates an expected call of CmdDraw.

func (*MockCommandBufferMockRecorder) CmdDrawIndexed

func (mr *MockCommandBufferMockRecorder) CmdDrawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance interface{}) *gomock.Call

CmdDrawIndexed indicates an expected call of CmdDrawIndexed.

func (*MockCommandBufferMockRecorder) CmdDrawIndexedIndirect

func (mr *MockCommandBufferMockRecorder) CmdDrawIndexedIndirect(buffer, offset, drawCount, stride interface{}) *gomock.Call

CmdDrawIndexedIndirect indicates an expected call of CmdDrawIndexedIndirect.

func (*MockCommandBufferMockRecorder) CmdDrawIndirect

func (mr *MockCommandBufferMockRecorder) CmdDrawIndirect(buffer, offset, drawCount, stride interface{}) *gomock.Call

CmdDrawIndirect indicates an expected call of CmdDrawIndirect.

func (*MockCommandBufferMockRecorder) CmdEndQuery

func (mr *MockCommandBufferMockRecorder) CmdEndQuery(queryPool, query interface{}) *gomock.Call

CmdEndQuery indicates an expected call of CmdEndQuery.

func (*MockCommandBufferMockRecorder) CmdEndRenderPass

func (mr *MockCommandBufferMockRecorder) CmdEndRenderPass() *gomock.Call

CmdEndRenderPass indicates an expected call of CmdEndRenderPass.

func (*MockCommandBufferMockRecorder) CmdExecuteCommands

func (mr *MockCommandBufferMockRecorder) CmdExecuteCommands(commandBuffers interface{}) *gomock.Call

CmdExecuteCommands indicates an expected call of CmdExecuteCommands.

func (*MockCommandBufferMockRecorder) CmdFillBuffer

func (mr *MockCommandBufferMockRecorder) CmdFillBuffer(dstBuffer, dstOffset, size, data interface{}) *gomock.Call

CmdFillBuffer indicates an expected call of CmdFillBuffer.

func (*MockCommandBufferMockRecorder) CmdNextSubpass

func (mr *MockCommandBufferMockRecorder) CmdNextSubpass(contents interface{}) *gomock.Call

CmdNextSubpass indicates an expected call of CmdNextSubpass.

func (*MockCommandBufferMockRecorder) CmdPipelineBarrier

func (mr *MockCommandBufferMockRecorder) CmdPipelineBarrier(srcStageMask, dstStageMask, dependencies, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers interface{}) *gomock.Call

CmdPipelineBarrier indicates an expected call of CmdPipelineBarrier.

func (*MockCommandBufferMockRecorder) CmdPushConstants

func (mr *MockCommandBufferMockRecorder) CmdPushConstants(layout, stageFlags, offset, valueBytes interface{}) *gomock.Call

CmdPushConstants indicates an expected call of CmdPushConstants.

func (*MockCommandBufferMockRecorder) CmdResetEvent

func (mr *MockCommandBufferMockRecorder) CmdResetEvent(event, stageMask interface{}) *gomock.Call

CmdResetEvent indicates an expected call of CmdResetEvent.

func (*MockCommandBufferMockRecorder) CmdResetQueryPool

func (mr *MockCommandBufferMockRecorder) CmdResetQueryPool(queryPool, startQuery, queryCount interface{}) *gomock.Call

CmdResetQueryPool indicates an expected call of CmdResetQueryPool.

func (*MockCommandBufferMockRecorder) CmdResolveImage

func (mr *MockCommandBufferMockRecorder) CmdResolveImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regions interface{}) *gomock.Call

CmdResolveImage indicates an expected call of CmdResolveImage.

func (*MockCommandBufferMockRecorder) CmdSetBlendConstants

func (mr *MockCommandBufferMockRecorder) CmdSetBlendConstants(blendConstants interface{}) *gomock.Call

CmdSetBlendConstants indicates an expected call of CmdSetBlendConstants.

func (*MockCommandBufferMockRecorder) CmdSetDepthBias

func (mr *MockCommandBufferMockRecorder) CmdSetDepthBias(depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor interface{}) *gomock.Call

CmdSetDepthBias indicates an expected call of CmdSetDepthBias.

func (*MockCommandBufferMockRecorder) CmdSetDepthBounds

func (mr *MockCommandBufferMockRecorder) CmdSetDepthBounds(min, max interface{}) *gomock.Call

CmdSetDepthBounds indicates an expected call of CmdSetDepthBounds.

func (*MockCommandBufferMockRecorder) CmdSetEvent

func (mr *MockCommandBufferMockRecorder) CmdSetEvent(event, stageMask interface{}) *gomock.Call

CmdSetEvent indicates an expected call of CmdSetEvent.

func (*MockCommandBufferMockRecorder) CmdSetLineWidth

func (mr *MockCommandBufferMockRecorder) CmdSetLineWidth(lineWidth interface{}) *gomock.Call

CmdSetLineWidth indicates an expected call of CmdSetLineWidth.

func (*MockCommandBufferMockRecorder) CmdSetScissor

func (mr *MockCommandBufferMockRecorder) CmdSetScissor(scissors interface{}) *gomock.Call

CmdSetScissor indicates an expected call of CmdSetScissor.

func (*MockCommandBufferMockRecorder) CmdSetStencilCompareMask

func (mr *MockCommandBufferMockRecorder) CmdSetStencilCompareMask(faceMask, compareMask interface{}) *gomock.Call

CmdSetStencilCompareMask indicates an expected call of CmdSetStencilCompareMask.

func (*MockCommandBufferMockRecorder) CmdSetStencilReference

func (mr *MockCommandBufferMockRecorder) CmdSetStencilReference(faceMask, reference interface{}) *gomock.Call

CmdSetStencilReference indicates an expected call of CmdSetStencilReference.

func (*MockCommandBufferMockRecorder) CmdSetStencilWriteMask

func (mr *MockCommandBufferMockRecorder) CmdSetStencilWriteMask(faceMask, writeMask interface{}) *gomock.Call

CmdSetStencilWriteMask indicates an expected call of CmdSetStencilWriteMask.

func (*MockCommandBufferMockRecorder) CmdSetViewport

func (mr *MockCommandBufferMockRecorder) CmdSetViewport(viewports interface{}) *gomock.Call

CmdSetViewport indicates an expected call of CmdSetViewport.

func (*MockCommandBufferMockRecorder) CmdUpdateBuffer

func (mr *MockCommandBufferMockRecorder) CmdUpdateBuffer(dstBuffer, dstOffset, dataSize, data interface{}) *gomock.Call

CmdUpdateBuffer indicates an expected call of CmdUpdateBuffer.

func (*MockCommandBufferMockRecorder) CmdWaitEvents

func (mr *MockCommandBufferMockRecorder) CmdWaitEvents(events, srcStageMask, dstStageMask, memoryBarriers, bufferMemoryBarriers, imageMemoryBarriers interface{}) *gomock.Call

CmdWaitEvents indicates an expected call of CmdWaitEvents.

func (*MockCommandBufferMockRecorder) CmdWriteTimestamp

func (mr *MockCommandBufferMockRecorder) CmdWriteTimestamp(pipelineStage, queryPool, query interface{}) *gomock.Call

CmdWriteTimestamp indicates an expected call of CmdWriteTimestamp.

func (*MockCommandBufferMockRecorder) CommandPoolHandle

func (mr *MockCommandBufferMockRecorder) CommandPoolHandle() *gomock.Call

CommandPoolHandle indicates an expected call of CommandPoolHandle.

func (*MockCommandBufferMockRecorder) CommandsRecorded

func (mr *MockCommandBufferMockRecorder) CommandsRecorded() *gomock.Call

CommandsRecorded indicates an expected call of CommandsRecorded.

func (*MockCommandBufferMockRecorder) DeviceHandle

func (mr *MockCommandBufferMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockCommandBufferMockRecorder) DispatchesRecorded

func (mr *MockCommandBufferMockRecorder) DispatchesRecorded() *gomock.Call

DispatchesRecorded indicates an expected call of DispatchesRecorded.

func (*MockCommandBufferMockRecorder) DrawsRecorded

func (mr *MockCommandBufferMockRecorder) DrawsRecorded() *gomock.Call

DrawsRecorded indicates an expected call of DrawsRecorded.

func (*MockCommandBufferMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockCommandBufferMockRecorder) End

End indicates an expected call of End.

func (*MockCommandBufferMockRecorder) Free

Free indicates an expected call of Free.

func (*MockCommandBufferMockRecorder) Handle

Handle indicates an expected call of Handle.

func (*MockCommandBufferMockRecorder) Reset

func (mr *MockCommandBufferMockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type MockCommandPool

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

MockCommandPool is a mock of CommandPool interface.

func EasyMockCommandPool

func EasyMockCommandPool(ctrl *gomock.Controller, device core1_0.Device) *MockCommandPool

func NewMockCommandPool

func NewMockCommandPool(ctrl *gomock.Controller) *MockCommandPool

NewMockCommandPool creates a new mock instance.

func (*MockCommandPool) APIVersion

func (m *MockCommandPool) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockCommandPool) Destroy

func (m *MockCommandPool) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockCommandPool) DeviceHandle

func (m *MockCommandPool) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockCommandPool) Driver

func (m *MockCommandPool) Driver() driver.Driver

Driver mocks base method.

func (*MockCommandPool) EXPECT

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

func (*MockCommandPool) Handle

func (m *MockCommandPool) Handle() driver.VkCommandPool

Handle mocks base method.

func (*MockCommandPool) Reset

Reset mocks base method.

type MockCommandPoolMockRecorder

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

MockCommandPoolMockRecorder is the mock recorder for MockCommandPool.

func (*MockCommandPoolMockRecorder) APIVersion

func (mr *MockCommandPoolMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockCommandPoolMockRecorder) Destroy

func (mr *MockCommandPoolMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockCommandPoolMockRecorder) DeviceHandle

func (mr *MockCommandPoolMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockCommandPoolMockRecorder) Driver

func (mr *MockCommandPoolMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockCommandPoolMockRecorder) Handle

func (mr *MockCommandPoolMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockCommandPoolMockRecorder) Reset

func (mr *MockCommandPoolMockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type MockDescriptorPool

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

MockDescriptorPool is a mock of DescriptorPool interface.

func EasyMockDescriptorPool

func EasyMockDescriptorPool(ctrl *gomock.Controller, device core1_0.Device) *MockDescriptorPool

func NewMockDescriptorPool

func NewMockDescriptorPool(ctrl *gomock.Controller) *MockDescriptorPool

NewMockDescriptorPool creates a new mock instance.

func (*MockDescriptorPool) APIVersion

func (m *MockDescriptorPool) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockDescriptorPool) Destroy

func (m *MockDescriptorPool) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockDescriptorPool) DeviceHandle

func (m *MockDescriptorPool) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockDescriptorPool) Driver

func (m *MockDescriptorPool) Driver() driver.Driver

Driver mocks base method.

func (*MockDescriptorPool) EXPECT

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

func (*MockDescriptorPool) Handle

Handle mocks base method.

func (*MockDescriptorPool) Reset

Reset mocks base method.

type MockDescriptorPoolMockRecorder

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

MockDescriptorPoolMockRecorder is the mock recorder for MockDescriptorPool.

func (*MockDescriptorPoolMockRecorder) APIVersion

func (mr *MockDescriptorPoolMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockDescriptorPoolMockRecorder) Destroy

func (mr *MockDescriptorPoolMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockDescriptorPoolMockRecorder) DeviceHandle

func (mr *MockDescriptorPoolMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockDescriptorPoolMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockDescriptorPoolMockRecorder) Handle

Handle indicates an expected call of Handle.

func (*MockDescriptorPoolMockRecorder) Reset

func (mr *MockDescriptorPoolMockRecorder) Reset(flags interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type MockDescriptorSet

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

MockDescriptorSet is a mock of DescriptorSet interface.

func EasyMockDescriptorSet

func EasyMockDescriptorSet(ctrl *gomock.Controller) *MockDescriptorSet

func NewMockDescriptorSet

func NewMockDescriptorSet(ctrl *gomock.Controller) *MockDescriptorSet

NewMockDescriptorSet creates a new mock instance.

func (*MockDescriptorSet) APIVersion

func (m *MockDescriptorSet) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockDescriptorSet) DescriptorPoolHandle

func (m *MockDescriptorSet) DescriptorPoolHandle() driver.VkDescriptorPool

DescriptorPoolHandle mocks base method.

func (*MockDescriptorSet) DeviceHandle

func (m *MockDescriptorSet) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockDescriptorSet) Driver

func (m *MockDescriptorSet) Driver() driver.Driver

Driver mocks base method.

func (*MockDescriptorSet) EXPECT

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

func (*MockDescriptorSet) Free

func (m *MockDescriptorSet) Free() (common.VkResult, error)

Free mocks base method.

func (*MockDescriptorSet) Handle

Handle mocks base method.

type MockDescriptorSetLayout

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

MockDescriptorSetLayout is a mock of DescriptorSetLayout interface.

func EasyMockDescriptorSetLayout

func EasyMockDescriptorSetLayout(ctrl *gomock.Controller) *MockDescriptorSetLayout

func NewMockDescriptorSetLayout

func NewMockDescriptorSetLayout(ctrl *gomock.Controller) *MockDescriptorSetLayout

NewMockDescriptorSetLayout creates a new mock instance.

func (*MockDescriptorSetLayout) APIVersion

func (m *MockDescriptorSetLayout) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockDescriptorSetLayout) Destroy

func (m *MockDescriptorSetLayout) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockDescriptorSetLayout) DeviceHandle

func (m *MockDescriptorSetLayout) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockDescriptorSetLayout) Driver

Driver mocks base method.

func (*MockDescriptorSetLayout) EXPECT

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

func (*MockDescriptorSetLayout) Handle

Handle mocks base method.

type MockDescriptorSetLayoutMockRecorder

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

MockDescriptorSetLayoutMockRecorder is the mock recorder for MockDescriptorSetLayout.

func (*MockDescriptorSetLayoutMockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*MockDescriptorSetLayoutMockRecorder) Destroy

func (mr *MockDescriptorSetLayoutMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockDescriptorSetLayoutMockRecorder) DeviceHandle

func (mr *MockDescriptorSetLayoutMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockDescriptorSetLayoutMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockDescriptorSetLayoutMockRecorder) Handle

Handle indicates an expected call of Handle.

type MockDescriptorSetMockRecorder

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

MockDescriptorSetMockRecorder is the mock recorder for MockDescriptorSet.

func (*MockDescriptorSetMockRecorder) APIVersion

func (mr *MockDescriptorSetMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockDescriptorSetMockRecorder) DescriptorPoolHandle

func (mr *MockDescriptorSetMockRecorder) DescriptorPoolHandle() *gomock.Call

DescriptorPoolHandle indicates an expected call of DescriptorPoolHandle.

func (*MockDescriptorSetMockRecorder) DeviceHandle

func (mr *MockDescriptorSetMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockDescriptorSetMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockDescriptorSetMockRecorder) Free

Free indicates an expected call of Free.

func (*MockDescriptorSetMockRecorder) Handle

Handle indicates an expected call of Handle.

type MockDevice

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

MockDevice is a mock of Device interface.

func EasyMockDevice

func EasyMockDevice(ctrl *gomock.Controller, driver driver.Driver) *MockDevice

func NewMockDevice

func NewMockDevice(ctrl *gomock.Controller) *MockDevice

NewMockDevice creates a new mock instance.

func (*MockDevice) APIVersion

func (m *MockDevice) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockDevice) AllocateCommandBuffers

AllocateCommandBuffers mocks base method.

func (*MockDevice) AllocateDescriptorSets

AllocateDescriptorSets mocks base method.

func (*MockDevice) AllocateMemory

AllocateMemory mocks base method.

func (*MockDevice) CreateBuffer

func (m *MockDevice) CreateBuffer(allocationCallbacks *driver.AllocationCallbacks, o core1_0.BufferCreateInfo) (core1_0.Buffer, common.VkResult, error)

CreateBuffer mocks base method.

func (*MockDevice) CreateBufferView

func (m *MockDevice) CreateBufferView(allocationCallbacks *driver.AllocationCallbacks, o core1_0.BufferViewCreateInfo) (core1_0.BufferView, common.VkResult, error)

CreateBufferView mocks base method.

func (*MockDevice) CreateCommandPool

func (m *MockDevice) CreateCommandPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.CommandPoolCreateInfo) (core1_0.CommandPool, common.VkResult, error)

CreateCommandPool mocks base method.

func (*MockDevice) CreateComputePipelines

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

CreateComputePipelines mocks base method.

func (*MockDevice) CreateDescriptorPool

func (m *MockDevice) CreateDescriptorPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.DescriptorPoolCreateInfo) (core1_0.DescriptorPool, common.VkResult, error)

CreateDescriptorPool mocks base method.

func (*MockDevice) CreateDescriptorSetLayout

CreateDescriptorSetLayout mocks base method.

func (*MockDevice) CreateEvent

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

CreateEvent mocks base method.

func (*MockDevice) CreateFence

func (m *MockDevice) CreateFence(allocationCallbacks *driver.AllocationCallbacks, o core1_0.FenceCreateInfo) (core1_0.Fence, common.VkResult, error)

CreateFence mocks base method.

func (*MockDevice) CreateFramebuffer

func (m *MockDevice) CreateFramebuffer(allocationCallbacks *driver.AllocationCallbacks, o core1_0.FramebufferCreateInfo) (core1_0.Framebuffer, common.VkResult, error)

CreateFramebuffer mocks base method.

func (*MockDevice) CreateGraphicsPipelines

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

CreateGraphicsPipelines mocks base method.

func (*MockDevice) CreateImage

func (m *MockDevice) CreateImage(allocationCallbacks *driver.AllocationCallbacks, options core1_0.ImageCreateOptions) (core1_0.Image, common.VkResult, error)

CreateImage mocks base method.

func (*MockDevice) CreateImageView

func (m *MockDevice) CreateImageView(allocationCallbacks *driver.AllocationCallbacks, o core1_0.ImageViewCreateInfo) (core1_0.ImageView, common.VkResult, error)

CreateImageView mocks base method.

func (*MockDevice) CreatePipelineCache

func (m *MockDevice) CreatePipelineCache(allocationCallbacks *driver.AllocationCallbacks, o core1_0.PipelineCacheCreateInfo) (core1_0.PipelineCache, common.VkResult, error)

CreatePipelineCache mocks base method.

func (*MockDevice) CreatePipelineLayout

func (m *MockDevice) CreatePipelineLayout(allocationCallbacks *driver.AllocationCallbacks, o core1_0.PipelineLayoutCreateInfo) (core1_0.PipelineLayout, common.VkResult, error)

CreatePipelineLayout mocks base method.

func (*MockDevice) CreateQueryPool

func (m *MockDevice) CreateQueryPool(allocationCallbacks *driver.AllocationCallbacks, o core1_0.QueryPoolCreateInfo) (core1_0.QueryPool, common.VkResult, error)

CreateQueryPool mocks base method.

func (*MockDevice) CreateRenderPass

func (m *MockDevice) CreateRenderPass(allocationCallbacks *driver.AllocationCallbacks, o core1_0.RenderPassCreateInfo) (core1_0.RenderPass, common.VkResult, error)

CreateRenderPass mocks base method.

func (*MockDevice) CreateSampler

func (m *MockDevice) CreateSampler(allocationCallbacks *driver.AllocationCallbacks, o core1_0.SamplerCreateInfo) (core1_0.Sampler, common.VkResult, error)

CreateSampler mocks base method.

func (*MockDevice) CreateSemaphore

func (m *MockDevice) CreateSemaphore(allocationCallbacks *driver.AllocationCallbacks, o core1_0.SemaphoreCreateInfo) (core1_0.Semaphore, common.VkResult, error)

CreateSemaphore mocks base method.

func (*MockDevice) CreateShaderModule

func (m *MockDevice) CreateShaderModule(allocationCallbacks *driver.AllocationCallbacks, o core1_0.ShaderModuleCreateInfo) (core1_0.ShaderModule, common.VkResult, error)

CreateShaderModule mocks base method.

func (*MockDevice) Destroy

func (m *MockDevice) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockDevice) Driver

func (m *MockDevice) Driver() driver.Driver

Driver mocks base method.

func (*MockDevice) EXPECT

func (m *MockDevice) EXPECT() *MockDeviceMockRecorder

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

func (*MockDevice) FlushMappedMemoryRanges

func (m *MockDevice) FlushMappedMemoryRanges(ranges []core1_0.MappedMemoryRange) (common.VkResult, error)

FlushMappedMemoryRanges mocks base method.

func (*MockDevice) FreeCommandBuffers

func (m *MockDevice) FreeCommandBuffers(buffers []core1_0.CommandBuffer)

FreeCommandBuffers mocks base method.

func (*MockDevice) FreeDescriptorSets

func (m *MockDevice) FreeDescriptorSets(sets []core1_0.DescriptorSet) (common.VkResult, error)

FreeDescriptorSets mocks base method.

func (*MockDevice) FreeMemory

func (m *MockDevice) FreeMemory(deviceMemory core1_0.DeviceMemory, allocationCallbacks *driver.AllocationCallbacks)

FreeMemory mocks base method.

func (*MockDevice) GetQueue

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

GetQueue mocks base method.

func (*MockDevice) Handle

func (m *MockDevice) Handle() driver.VkDevice

Handle mocks base method.

func (*MockDevice) InvalidateMappedMemoryRanges

func (m *MockDevice) InvalidateMappedMemoryRanges(ranges []core1_0.MappedMemoryRange) (common.VkResult, error)

InvalidateMappedMemoryRanges mocks base method.

func (*MockDevice) IsDeviceExtensionActive

func (m *MockDevice) IsDeviceExtensionActive(extensionName string) bool

IsDeviceExtensionActive mocks base method.

func (*MockDevice) ResetFences

func (m *MockDevice) ResetFences(fences []core1_0.Fence) (common.VkResult, error)

ResetFences mocks base method.

func (*MockDevice) UpdateDescriptorSets

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

UpdateDescriptorSets mocks base method.

func (*MockDevice) WaitForFences

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

WaitForFences mocks base method.

func (*MockDevice) WaitIdle

func (m *MockDevice) WaitIdle() (common.VkResult, error)

WaitIdle mocks base method.

type MockDeviceMemory

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

MockDeviceMemory is a mock of DeviceMemory interface.

func EasyMockDeviceMemory

func EasyMockDeviceMemory(ctrl *gomock.Controller) *MockDeviceMemory

func NewMockDeviceMemory

func NewMockDeviceMemory(ctrl *gomock.Controller) *MockDeviceMemory

NewMockDeviceMemory creates a new mock instance.

func (*MockDeviceMemory) APIVersion

func (m *MockDeviceMemory) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockDeviceMemory) Commitment

func (m *MockDeviceMemory) Commitment() int

Commitment mocks base method.

func (*MockDeviceMemory) DeviceHandle

func (m *MockDeviceMemory) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockDeviceMemory) Driver

func (m *MockDeviceMemory) Driver() driver.Driver

Driver mocks base method.

func (*MockDeviceMemory) EXPECT

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

func (*MockDeviceMemory) FlushAll

func (m *MockDeviceMemory) FlushAll() (common.VkResult, error)

FlushAll mocks base method.

func (*MockDeviceMemory) Free

func (m *MockDeviceMemory) Free(callbacks *driver.AllocationCallbacks)

Free mocks base method.

func (*MockDeviceMemory) Handle

Handle mocks base method.

func (*MockDeviceMemory) InvalidateAll

func (m *MockDeviceMemory) InvalidateAll() (common.VkResult, error)

InvalidateAll mocks base method.

func (*MockDeviceMemory) Map

func (m *MockDeviceMemory) Map(offset, size int, flags core1_0.MemoryMapFlags) (unsafe.Pointer, common.VkResult, error)

Map mocks base method.

func (*MockDeviceMemory) Unmap

func (m *MockDeviceMemory) Unmap()

Unmap mocks base method.

type MockDeviceMemoryMockRecorder

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

MockDeviceMemoryMockRecorder is the mock recorder for MockDeviceMemory.

func (*MockDeviceMemoryMockRecorder) APIVersion

func (mr *MockDeviceMemoryMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockDeviceMemoryMockRecorder) Commitment

func (mr *MockDeviceMemoryMockRecorder) Commitment() *gomock.Call

Commitment indicates an expected call of Commitment.

func (*MockDeviceMemoryMockRecorder) DeviceHandle

func (mr *MockDeviceMemoryMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockDeviceMemoryMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockDeviceMemoryMockRecorder) FlushAll

func (mr *MockDeviceMemoryMockRecorder) FlushAll() *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*MockDeviceMemoryMockRecorder) Free

func (mr *MockDeviceMemoryMockRecorder) Free(callbacks interface{}) *gomock.Call

Free indicates an expected call of Free.

func (*MockDeviceMemoryMockRecorder) Handle

Handle indicates an expected call of Handle.

func (*MockDeviceMemoryMockRecorder) InvalidateAll

func (mr *MockDeviceMemoryMockRecorder) InvalidateAll() *gomock.Call

InvalidateAll indicates an expected call of InvalidateAll.

func (*MockDeviceMemoryMockRecorder) Map

func (mr *MockDeviceMemoryMockRecorder) Map(offset, size, flags interface{}) *gomock.Call

Map indicates an expected call of Map.

func (*MockDeviceMemoryMockRecorder) Unmap

Unmap indicates an expected call of Unmap.

type MockDeviceMockRecorder

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

MockDeviceMockRecorder is the mock recorder for MockDevice.

func (*MockDeviceMockRecorder) APIVersion

func (mr *MockDeviceMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockDeviceMockRecorder) AllocateCommandBuffers

func (mr *MockDeviceMockRecorder) AllocateCommandBuffers(o interface{}) *gomock.Call

AllocateCommandBuffers indicates an expected call of AllocateCommandBuffers.

func (*MockDeviceMockRecorder) AllocateDescriptorSets

func (mr *MockDeviceMockRecorder) AllocateDescriptorSets(o interface{}) *gomock.Call

AllocateDescriptorSets indicates an expected call of AllocateDescriptorSets.

func (*MockDeviceMockRecorder) AllocateMemory

func (mr *MockDeviceMockRecorder) AllocateMemory(allocationCallbacks, o interface{}) *gomock.Call

AllocateMemory indicates an expected call of AllocateMemory.

func (*MockDeviceMockRecorder) CreateBuffer

func (mr *MockDeviceMockRecorder) CreateBuffer(allocationCallbacks, o interface{}) *gomock.Call

CreateBuffer indicates an expected call of CreateBuffer.

func (*MockDeviceMockRecorder) CreateBufferView

func (mr *MockDeviceMockRecorder) CreateBufferView(allocationCallbacks, o interface{}) *gomock.Call

CreateBufferView indicates an expected call of CreateBufferView.

func (*MockDeviceMockRecorder) CreateCommandPool

func (mr *MockDeviceMockRecorder) CreateCommandPool(allocationCallbacks, o interface{}) *gomock.Call

CreateCommandPool indicates an expected call of CreateCommandPool.

func (*MockDeviceMockRecorder) CreateComputePipelines

func (mr *MockDeviceMockRecorder) CreateComputePipelines(pipelineCache, allocationCallbacks, o interface{}) *gomock.Call

CreateComputePipelines indicates an expected call of CreateComputePipelines.

func (*MockDeviceMockRecorder) CreateDescriptorPool

func (mr *MockDeviceMockRecorder) CreateDescriptorPool(allocationCallbacks, o interface{}) *gomock.Call

CreateDescriptorPool indicates an expected call of CreateDescriptorPool.

func (*MockDeviceMockRecorder) CreateDescriptorSetLayout

func (mr *MockDeviceMockRecorder) CreateDescriptorSetLayout(allocationCallbacks, o interface{}) *gomock.Call

CreateDescriptorSetLayout indicates an expected call of CreateDescriptorSetLayout.

func (*MockDeviceMockRecorder) CreateEvent

func (mr *MockDeviceMockRecorder) CreateEvent(allocationCallbacks, options interface{}) *gomock.Call

CreateEvent indicates an expected call of CreateEvent.

func (*MockDeviceMockRecorder) CreateFence

func (mr *MockDeviceMockRecorder) CreateFence(allocationCallbacks, o interface{}) *gomock.Call

CreateFence indicates an expected call of CreateFence.

func (*MockDeviceMockRecorder) CreateFramebuffer

func (mr *MockDeviceMockRecorder) CreateFramebuffer(allocationCallbacks, o interface{}) *gomock.Call

CreateFramebuffer indicates an expected call of CreateFramebuffer.

func (*MockDeviceMockRecorder) CreateGraphicsPipelines

func (mr *MockDeviceMockRecorder) CreateGraphicsPipelines(pipelineCache, allocationCallbacks, o interface{}) *gomock.Call

CreateGraphicsPipelines indicates an expected call of CreateGraphicsPipelines.

func (*MockDeviceMockRecorder) CreateImage

func (mr *MockDeviceMockRecorder) CreateImage(allocationCallbacks, options interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage.

func (*MockDeviceMockRecorder) CreateImageView

func (mr *MockDeviceMockRecorder) CreateImageView(allocationCallbacks, o interface{}) *gomock.Call

CreateImageView indicates an expected call of CreateImageView.

func (*MockDeviceMockRecorder) CreatePipelineCache

func (mr *MockDeviceMockRecorder) CreatePipelineCache(allocationCallbacks, o interface{}) *gomock.Call

CreatePipelineCache indicates an expected call of CreatePipelineCache.

func (*MockDeviceMockRecorder) CreatePipelineLayout

func (mr *MockDeviceMockRecorder) CreatePipelineLayout(allocationCallbacks, o interface{}) *gomock.Call

CreatePipelineLayout indicates an expected call of CreatePipelineLayout.

func (*MockDeviceMockRecorder) CreateQueryPool

func (mr *MockDeviceMockRecorder) CreateQueryPool(allocationCallbacks, o interface{}) *gomock.Call

CreateQueryPool indicates an expected call of CreateQueryPool.

func (*MockDeviceMockRecorder) CreateRenderPass

func (mr *MockDeviceMockRecorder) CreateRenderPass(allocationCallbacks, o interface{}) *gomock.Call

CreateRenderPass indicates an expected call of CreateRenderPass.

func (*MockDeviceMockRecorder) CreateSampler

func (mr *MockDeviceMockRecorder) CreateSampler(allocationCallbacks, o interface{}) *gomock.Call

CreateSampler indicates an expected call of CreateSampler.

func (*MockDeviceMockRecorder) CreateSemaphore

func (mr *MockDeviceMockRecorder) CreateSemaphore(allocationCallbacks, o interface{}) *gomock.Call

CreateSemaphore indicates an expected call of CreateSemaphore.

func (*MockDeviceMockRecorder) CreateShaderModule

func (mr *MockDeviceMockRecorder) CreateShaderModule(allocationCallbacks, o interface{}) *gomock.Call

CreateShaderModule indicates an expected call of CreateShaderModule.

func (*MockDeviceMockRecorder) Destroy

func (mr *MockDeviceMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockDeviceMockRecorder) Driver

func (mr *MockDeviceMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockDeviceMockRecorder) FlushMappedMemoryRanges

func (mr *MockDeviceMockRecorder) FlushMappedMemoryRanges(ranges interface{}) *gomock.Call

FlushMappedMemoryRanges indicates an expected call of FlushMappedMemoryRanges.

func (*MockDeviceMockRecorder) FreeCommandBuffers

func (mr *MockDeviceMockRecorder) FreeCommandBuffers(buffers interface{}) *gomock.Call

FreeCommandBuffers indicates an expected call of FreeCommandBuffers.

func (*MockDeviceMockRecorder) FreeDescriptorSets

func (mr *MockDeviceMockRecorder) FreeDescriptorSets(sets interface{}) *gomock.Call

FreeDescriptorSets indicates an expected call of FreeDescriptorSets.

func (*MockDeviceMockRecorder) FreeMemory

func (mr *MockDeviceMockRecorder) FreeMemory(deviceMemory, allocationCallbacks interface{}) *gomock.Call

FreeMemory indicates an expected call of FreeMemory.

func (*MockDeviceMockRecorder) GetQueue

func (mr *MockDeviceMockRecorder) GetQueue(queueFamilyIndex, queueIndex interface{}) *gomock.Call

GetQueue indicates an expected call of GetQueue.

func (*MockDeviceMockRecorder) Handle

func (mr *MockDeviceMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockDeviceMockRecorder) InvalidateMappedMemoryRanges

func (mr *MockDeviceMockRecorder) InvalidateMappedMemoryRanges(ranges interface{}) *gomock.Call

InvalidateMappedMemoryRanges indicates an expected call of InvalidateMappedMemoryRanges.

func (*MockDeviceMockRecorder) IsDeviceExtensionActive

func (mr *MockDeviceMockRecorder) IsDeviceExtensionActive(extensionName interface{}) *gomock.Call

IsDeviceExtensionActive indicates an expected call of IsDeviceExtensionActive.

func (*MockDeviceMockRecorder) ResetFences

func (mr *MockDeviceMockRecorder) ResetFences(fences interface{}) *gomock.Call

ResetFences indicates an expected call of ResetFences.

func (*MockDeviceMockRecorder) UpdateDescriptorSets

func (mr *MockDeviceMockRecorder) UpdateDescriptorSets(writes, copies interface{}) *gomock.Call

UpdateDescriptorSets indicates an expected call of UpdateDescriptorSets.

func (*MockDeviceMockRecorder) WaitForFences

func (mr *MockDeviceMockRecorder) WaitForFences(waitForAll, timeout, fences interface{}) *gomock.Call

WaitForFences indicates an expected call of WaitForFences.

func (*MockDeviceMockRecorder) WaitIdle

func (mr *MockDeviceMockRecorder) WaitIdle() *gomock.Call

WaitIdle indicates an expected call of WaitIdle.

type MockEvent

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

MockEvent is a mock of Event interface.

func EasyMockEvent

func EasyMockEvent(ctrl *gomock.Controller) *MockEvent

func NewMockEvent

func NewMockEvent(ctrl *gomock.Controller) *MockEvent

NewMockEvent creates a new mock instance.

func (*MockEvent) APIVersion

func (m *MockEvent) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockEvent) Destroy

func (m *MockEvent) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockEvent) DeviceHandle

func (m *MockEvent) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockEvent) Driver

func (m *MockEvent) Driver() driver.Driver

Driver mocks base method.

func (*MockEvent) EXPECT

func (m *MockEvent) EXPECT() *MockEventMockRecorder

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

func (*MockEvent) Handle

func (m *MockEvent) Handle() driver.VkEvent

Handle mocks base method.

func (*MockEvent) Reset

func (m *MockEvent) Reset() (common.VkResult, error)

Reset mocks base method.

func (*MockEvent) Set

func (m *MockEvent) Set() (common.VkResult, error)

Set mocks base method.

func (*MockEvent) Status

func (m *MockEvent) Status() (common.VkResult, error)

Status mocks base method.

type MockEventMockRecorder

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

MockEventMockRecorder is the mock recorder for MockEvent.

func (*MockEventMockRecorder) APIVersion

func (mr *MockEventMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockEventMockRecorder) Destroy

func (mr *MockEventMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockEventMockRecorder) DeviceHandle

func (mr *MockEventMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockEventMockRecorder) Driver

func (mr *MockEventMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockEventMockRecorder) Handle

func (mr *MockEventMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockEventMockRecorder) Reset

func (mr *MockEventMockRecorder) Reset() *gomock.Call

Reset indicates an expected call of Reset.

func (*MockEventMockRecorder) Set

func (mr *MockEventMockRecorder) Set() *gomock.Call

Set indicates an expected call of Set.

func (*MockEventMockRecorder) Status

func (mr *MockEventMockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

type MockFence

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

MockFence is a mock of Fence interface.

func EasyMockFence

func EasyMockFence(ctrl *gomock.Controller) *MockFence

func NewMockFence

func NewMockFence(ctrl *gomock.Controller) *MockFence

NewMockFence creates a new mock instance.

func (*MockFence) APIVersion

func (m *MockFence) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockFence) Destroy

func (m *MockFence) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockFence) DeviceHandle

func (m *MockFence) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockFence) Driver

func (m *MockFence) Driver() driver.Driver

Driver mocks base method.

func (*MockFence) EXPECT

func (m *MockFence) EXPECT() *MockFenceMockRecorder

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

func (*MockFence) Handle

func (m *MockFence) Handle() driver.VkFence

Handle mocks base method.

func (*MockFence) Reset

func (m *MockFence) Reset() (common.VkResult, error)

Reset mocks base method.

func (*MockFence) Status

func (m *MockFence) Status() (common.VkResult, error)

Status mocks base method.

func (*MockFence) Wait

func (m *MockFence) Wait(timeout time.Duration) (common.VkResult, error)

Wait mocks base method.

type MockFenceMockRecorder

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

MockFenceMockRecorder is the mock recorder for MockFence.

func (*MockFenceMockRecorder) APIVersion

func (mr *MockFenceMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockFenceMockRecorder) Destroy

func (mr *MockFenceMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockFenceMockRecorder) DeviceHandle

func (mr *MockFenceMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockFenceMockRecorder) Driver

func (mr *MockFenceMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockFenceMockRecorder) Handle

func (mr *MockFenceMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockFenceMockRecorder) Reset

func (mr *MockFenceMockRecorder) Reset() *gomock.Call

Reset indicates an expected call of Reset.

func (*MockFenceMockRecorder) Status

func (mr *MockFenceMockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

func (*MockFenceMockRecorder) Wait

func (mr *MockFenceMockRecorder) Wait(timeout interface{}) *gomock.Call

Wait indicates an expected call of Wait.

type MockFramebuffer

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

MockFramebuffer is a mock of Framebuffer interface.

func EasyMockFramebuffer

func EasyMockFramebuffer(ctrl *gomock.Controller) *MockFramebuffer

func NewMockFramebuffer

func NewMockFramebuffer(ctrl *gomock.Controller) *MockFramebuffer

NewMockFramebuffer creates a new mock instance.

func (*MockFramebuffer) APIVersion

func (m *MockFramebuffer) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockFramebuffer) Destroy

func (m *MockFramebuffer) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockFramebuffer) DeviceHandle

func (m *MockFramebuffer) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockFramebuffer) Driver

func (m *MockFramebuffer) Driver() driver.Driver

Driver mocks base method.

func (*MockFramebuffer) EXPECT

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

func (*MockFramebuffer) Handle

func (m *MockFramebuffer) Handle() driver.VkFramebuffer

Handle mocks base method.

type MockFramebufferMockRecorder

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

MockFramebufferMockRecorder is the mock recorder for MockFramebuffer.

func (*MockFramebufferMockRecorder) APIVersion

func (mr *MockFramebufferMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockFramebufferMockRecorder) Destroy

func (mr *MockFramebufferMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockFramebufferMockRecorder) DeviceHandle

func (mr *MockFramebufferMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockFramebufferMockRecorder) Driver

func (mr *MockFramebufferMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockFramebufferMockRecorder) Handle

func (mr *MockFramebufferMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type MockImage

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

MockImage is a mock of Image interface.

func EasyMockImage

func EasyMockImage(ctrl *gomock.Controller) *MockImage

func NewMockImage

func NewMockImage(ctrl *gomock.Controller) *MockImage

NewMockImage creates a new mock instance.

func (*MockImage) APIVersion

func (m *MockImage) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockImage) BindImageMemory

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

BindImageMemory mocks base method.

func (*MockImage) Destroy

func (m *MockImage) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockImage) DeviceHandle

func (m *MockImage) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockImage) Driver

func (m *MockImage) Driver() driver.Driver

Driver mocks base method.

func (*MockImage) EXPECT

func (m *MockImage) EXPECT() *MockImageMockRecorder

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

func (*MockImage) Handle

func (m *MockImage) Handle() driver.VkImage

Handle mocks base method.

func (*MockImage) MemoryRequirements

func (m *MockImage) MemoryRequirements() *core1_0.MemoryRequirements

MemoryRequirements mocks base method.

func (*MockImage) SparseMemoryRequirements

func (m *MockImage) SparseMemoryRequirements() []core1_0.SparseImageMemoryRequirements

SparseMemoryRequirements mocks base method.

func (*MockImage) SubresourceLayout

func (m *MockImage) SubresourceLayout(subresource *core1_0.ImageSubresource) *core1_0.SubresourceLayout

SubresourceLayout mocks base method.

type MockImageMockRecorder

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

MockImageMockRecorder is the mock recorder for MockImage.

func (*MockImageMockRecorder) APIVersion

func (mr *MockImageMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockImageMockRecorder) BindImageMemory

func (mr *MockImageMockRecorder) BindImageMemory(memory, offset interface{}) *gomock.Call

BindImageMemory indicates an expected call of BindImageMemory.

func (*MockImageMockRecorder) Destroy

func (mr *MockImageMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockImageMockRecorder) DeviceHandle

func (mr *MockImageMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockImageMockRecorder) Driver

func (mr *MockImageMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockImageMockRecorder) Handle

func (mr *MockImageMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockImageMockRecorder) MemoryRequirements

func (mr *MockImageMockRecorder) MemoryRequirements() *gomock.Call

MemoryRequirements indicates an expected call of MemoryRequirements.

func (*MockImageMockRecorder) SparseMemoryRequirements

func (mr *MockImageMockRecorder) SparseMemoryRequirements() *gomock.Call

SparseMemoryRequirements indicates an expected call of SparseMemoryRequirements.

func (*MockImageMockRecorder) SubresourceLayout

func (mr *MockImageMockRecorder) SubresourceLayout(subresource interface{}) *gomock.Call

SubresourceLayout indicates an expected call of SubresourceLayout.

type MockImageView

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

MockImageView is a mock of ImageView interface.

func EasyMockImageView

func EasyMockImageView(ctrl *gomock.Controller) *MockImageView

func NewMockImageView

func NewMockImageView(ctrl *gomock.Controller) *MockImageView

NewMockImageView creates a new mock instance.

func (*MockImageView) APIVersion

func (m *MockImageView) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockImageView) Destroy

func (m *MockImageView) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockImageView) DeviceHandle

func (m *MockImageView) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockImageView) Driver

func (m *MockImageView) Driver() driver.Driver

Driver mocks base method.

func (*MockImageView) EXPECT

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

func (*MockImageView) Handle

func (m *MockImageView) Handle() driver.VkImageView

Handle mocks base method.

type MockImageViewMockRecorder

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

MockImageViewMockRecorder is the mock recorder for MockImageView.

func (*MockImageViewMockRecorder) APIVersion

func (mr *MockImageViewMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockImageViewMockRecorder) Destroy

func (mr *MockImageViewMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockImageViewMockRecorder) DeviceHandle

func (mr *MockImageViewMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockImageViewMockRecorder) Driver

func (mr *MockImageViewMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockImageViewMockRecorder) Handle

func (mr *MockImageViewMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type MockInstance

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

MockInstance is a mock of Instance interface.

func EasyMockInstance

func EasyMockInstance(ctrl *gomock.Controller, driver driver.Driver) *MockInstance

func NewMockInstance

func NewMockInstance(ctrl *gomock.Controller) *MockInstance

NewMockInstance creates a new mock instance.

func (*MockInstance) APIVersion

func (m *MockInstance) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockInstance) Destroy

func (m *MockInstance) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockInstance) Driver

func (m *MockInstance) Driver() driver.Driver

Driver mocks base method.

func (*MockInstance) EXPECT

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

func (*MockInstance) EnumeratePhysicalDevices

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

EnumeratePhysicalDevices mocks base method.

func (*MockInstance) Handle

func (m *MockInstance) Handle() driver.VkInstance

Handle mocks base method.

func (*MockInstance) IsInstanceExtensionActive

func (m *MockInstance) IsInstanceExtensionActive(extensionName string) bool

IsInstanceExtensionActive mocks base method.

type MockInstanceMockRecorder

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

MockInstanceMockRecorder is the mock recorder for MockInstance.

func (*MockInstanceMockRecorder) APIVersion

func (mr *MockInstanceMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockInstanceMockRecorder) Destroy

func (mr *MockInstanceMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockInstanceMockRecorder) Driver

func (mr *MockInstanceMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockInstanceMockRecorder) EnumeratePhysicalDevices

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

EnumeratePhysicalDevices indicates an expected call of EnumeratePhysicalDevices.

func (*MockInstanceMockRecorder) Handle

func (mr *MockInstanceMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockInstanceMockRecorder) IsInstanceExtensionActive

func (mr *MockInstanceMockRecorder) IsInstanceExtensionActive(extensionName interface{}) *gomock.Call

IsInstanceExtensionActive indicates an expected call of IsInstanceExtensionActive.

type MockInstanceScopedPhysicalDevice

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

MockInstanceScopedPhysicalDevice is a mock of InstanceScopedPhysicalDevice interface.

func NewMockInstanceScopedPhysicalDevice

func NewMockInstanceScopedPhysicalDevice(ctrl *gomock.Controller) *MockInstanceScopedPhysicalDevice

NewMockInstanceScopedPhysicalDevice creates a new mock instance.

func (*MockInstanceScopedPhysicalDevice) CreateDevice

CreateDevice mocks base method.

func (*MockInstanceScopedPhysicalDevice) DeviceAPIVersion

func (m *MockInstanceScopedPhysicalDevice) DeviceAPIVersion() common.APIVersion

DeviceAPIVersion mocks base method.

func (*MockInstanceScopedPhysicalDevice) Driver

Driver mocks base method.

func (*MockInstanceScopedPhysicalDevice) EXPECT

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

func (*MockInstanceScopedPhysicalDevice) EnumerateDeviceExtensionProperties

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

EnumerateDeviceExtensionProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) EnumerateDeviceExtensionPropertiesForLayer

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

EnumerateDeviceExtensionPropertiesForLayer mocks base method.

func (*MockInstanceScopedPhysicalDevice) EnumerateDeviceLayerProperties

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

EnumerateDeviceLayerProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) ExternalBufferProperties

ExternalBufferProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) ExternalFenceProperties

ExternalFenceProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) ExternalSemaphoreProperties

ExternalSemaphoreProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) Features

Features mocks base method.

func (*MockInstanceScopedPhysicalDevice) Features2

Features2 mocks base method.

func (*MockInstanceScopedPhysicalDevice) FormatProperties

FormatProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) FormatProperties2

FormatProperties2 mocks base method.

func (*MockInstanceScopedPhysicalDevice) Handle

Handle mocks base method.

func (*MockInstanceScopedPhysicalDevice) ImageFormatProperties

ImageFormatProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) ImageFormatProperties2

ImageFormatProperties2 mocks base method.

func (*MockInstanceScopedPhysicalDevice) InstanceAPIVersion

func (m *MockInstanceScopedPhysicalDevice) InstanceAPIVersion() common.APIVersion

InstanceAPIVersion mocks base method.

func (*MockInstanceScopedPhysicalDevice) MemoryProperties

MemoryProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) MemoryProperties2

MemoryProperties2 mocks base method.

func (*MockInstanceScopedPhysicalDevice) Properties

Properties mocks base method.

func (*MockInstanceScopedPhysicalDevice) Properties2

Properties2 mocks base method.

func (*MockInstanceScopedPhysicalDevice) QueueFamilyProperties

func (m *MockInstanceScopedPhysicalDevice) QueueFamilyProperties() []*core1_0.QueueFamily

QueueFamilyProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) QueueFamilyProperties2

func (m *MockInstanceScopedPhysicalDevice) QueueFamilyProperties2(outDataFactory func() *core1_1.QueueFamilyProperties2) ([]*core1_1.QueueFamilyProperties2, error)

QueueFamilyProperties2 mocks base method.

func (*MockInstanceScopedPhysicalDevice) SparseImageFormatProperties

SparseImageFormatProperties mocks base method.

func (*MockInstanceScopedPhysicalDevice) SparseImageFormatProperties2

SparseImageFormatProperties2 mocks base method.

type MockInstanceScopedPhysicalDeviceMockRecorder

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

MockInstanceScopedPhysicalDeviceMockRecorder is the mock recorder for MockInstanceScopedPhysicalDevice.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) CreateDevice

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) CreateDevice(allocationCallbacks, options interface{}) *gomock.Call

CreateDevice indicates an expected call of CreateDevice.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) DeviceAPIVersion

DeviceAPIVersion indicates an expected call of DeviceAPIVersion.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) EnumerateDeviceExtensionProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) EnumerateDeviceExtensionProperties() *gomock.Call

EnumerateDeviceExtensionProperties indicates an expected call of EnumerateDeviceExtensionProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) EnumerateDeviceExtensionPropertiesForLayer

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) EnumerateDeviceExtensionPropertiesForLayer(layerName interface{}) *gomock.Call

EnumerateDeviceExtensionPropertiesForLayer indicates an expected call of EnumerateDeviceExtensionPropertiesForLayer.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) EnumerateDeviceLayerProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) EnumerateDeviceLayerProperties() *gomock.Call

EnumerateDeviceLayerProperties indicates an expected call of EnumerateDeviceLayerProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) ExternalBufferProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) ExternalBufferProperties(o, outData interface{}) *gomock.Call

ExternalBufferProperties indicates an expected call of ExternalBufferProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) ExternalFenceProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) ExternalFenceProperties(o, outData interface{}) *gomock.Call

ExternalFenceProperties indicates an expected call of ExternalFenceProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) ExternalSemaphoreProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) ExternalSemaphoreProperties(o, outData interface{}) *gomock.Call

ExternalSemaphoreProperties indicates an expected call of ExternalSemaphoreProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) Features

Features indicates an expected call of Features.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) Features2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) Features2(out interface{}) *gomock.Call

Features2 indicates an expected call of Features2.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) FormatProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) FormatProperties(format interface{}) *gomock.Call

FormatProperties indicates an expected call of FormatProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) FormatProperties2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) FormatProperties2(format, out interface{}) *gomock.Call

FormatProperties2 indicates an expected call of FormatProperties2.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) Handle

Handle indicates an expected call of Handle.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) ImageFormatProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) ImageFormatProperties(format, imageType, tiling, usages, flags interface{}) *gomock.Call

ImageFormatProperties indicates an expected call of ImageFormatProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) ImageFormatProperties2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) ImageFormatProperties2(o, out interface{}) *gomock.Call

ImageFormatProperties2 indicates an expected call of ImageFormatProperties2.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) InstanceAPIVersion

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) InstanceAPIVersion() *gomock.Call

InstanceAPIVersion indicates an expected call of InstanceAPIVersion.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) MemoryProperties

MemoryProperties indicates an expected call of MemoryProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) MemoryProperties2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) MemoryProperties2(out interface{}) *gomock.Call

MemoryProperties2 indicates an expected call of MemoryProperties2.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) Properties

Properties indicates an expected call of Properties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) Properties2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) Properties2(out interface{}) *gomock.Call

Properties2 indicates an expected call of Properties2.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) QueueFamilyProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) QueueFamilyProperties() *gomock.Call

QueueFamilyProperties indicates an expected call of QueueFamilyProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) QueueFamilyProperties2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) QueueFamilyProperties2(outDataFactory interface{}) *gomock.Call

QueueFamilyProperties2 indicates an expected call of QueueFamilyProperties2.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) SparseImageFormatProperties

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) SparseImageFormatProperties(format, imageType, samples, usages, tiling interface{}) *gomock.Call

SparseImageFormatProperties indicates an expected call of SparseImageFormatProperties.

func (*MockInstanceScopedPhysicalDeviceMockRecorder) SparseImageFormatProperties2

func (mr *MockInstanceScopedPhysicalDeviceMockRecorder) SparseImageFormatProperties2(o, outDataFactory interface{}) *gomock.Call

SparseImageFormatProperties2 indicates an expected call of SparseImageFormatProperties2.

type MockLoader

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

MockLoader is a mock of Loader interface.

func NewMockLoader

func NewMockLoader(ctrl *gomock.Controller) *MockLoader

NewMockLoader creates a new mock instance.

func (*MockLoader) APIVersion

func (m *MockLoader) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockLoader) AvailableExtensions

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

AvailableExtensions mocks base method.

func (*MockLoader) AvailableExtensionsForLayer

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

AvailableExtensionsForLayer mocks base method.

func (*MockLoader) AvailableLayers

func (m *MockLoader) AvailableLayers() (map[string]*core1_0.LayerProperties, common.VkResult, error)

AvailableLayers mocks base method.

func (*MockLoader) CreateInstance

func (m *MockLoader) CreateInstance(allocationCallbacks *driver.AllocationCallbacks, options core1_0.InstanceCreateInfo) (core1_0.Instance, common.VkResult, error)

CreateInstance mocks base method.

func (*MockLoader) Driver

func (m *MockLoader) Driver() driver.Driver

Driver mocks base method.

func (*MockLoader) EXPECT

func (m *MockLoader) EXPECT() *MockLoaderMockRecorder

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

type MockLoaderMockRecorder

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

MockLoaderMockRecorder is the mock recorder for MockLoader.

func (*MockLoaderMockRecorder) APIVersion

func (mr *MockLoaderMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockLoaderMockRecorder) AvailableExtensions

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

AvailableExtensions indicates an expected call of AvailableExtensions.

func (*MockLoaderMockRecorder) AvailableExtensionsForLayer

func (mr *MockLoaderMockRecorder) AvailableExtensionsForLayer(layerName interface{}) *gomock.Call

AvailableExtensionsForLayer indicates an expected call of AvailableExtensionsForLayer.

func (*MockLoaderMockRecorder) AvailableLayers

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

AvailableLayers indicates an expected call of AvailableLayers.

func (*MockLoaderMockRecorder) CreateInstance

func (mr *MockLoaderMockRecorder) CreateInstance(allocationCallbacks, options interface{}) *gomock.Call

CreateInstance indicates an expected call of CreateInstance.

func (*MockLoaderMockRecorder) Driver

func (mr *MockLoaderMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

type MockPhysicalDevice

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

MockPhysicalDevice is a mock of PhysicalDevice interface.

func EasyMockPhysicalDevice

func EasyMockPhysicalDevice(ctrl *gomock.Controller, driver driver.Driver) *MockPhysicalDevice

func NewMockPhysicalDevice

func NewMockPhysicalDevice(ctrl *gomock.Controller) *MockPhysicalDevice

NewMockPhysicalDevice creates a new mock instance.

func (*MockPhysicalDevice) CreateDevice

func (m *MockPhysicalDevice) CreateDevice(allocationCallbacks *driver.AllocationCallbacks, options core1_0.DeviceCreateInfo) (core1_0.Device, common.VkResult, error)

CreateDevice mocks base method.

func (*MockPhysicalDevice) DeviceAPIVersion

func (m *MockPhysicalDevice) DeviceAPIVersion() common.APIVersion

DeviceAPIVersion mocks base method.

func (*MockPhysicalDevice) Driver

func (m *MockPhysicalDevice) Driver() driver.Driver

Driver mocks base method.

func (*MockPhysicalDevice) EXPECT

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

func (*MockPhysicalDevice) EnumerateDeviceExtensionProperties

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

EnumerateDeviceExtensionProperties mocks base method.

func (*MockPhysicalDevice) EnumerateDeviceExtensionPropertiesForLayer

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

EnumerateDeviceExtensionPropertiesForLayer mocks base method.

func (*MockPhysicalDevice) EnumerateDeviceLayerProperties

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

EnumerateDeviceLayerProperties mocks base method.

func (*MockPhysicalDevice) Features

Features mocks base method.

func (*MockPhysicalDevice) FormatProperties

func (m *MockPhysicalDevice) FormatProperties(format core1_0.Format) *core1_0.FormatProperties

FormatProperties mocks base method.

func (*MockPhysicalDevice) Handle

Handle mocks base method.

func (*MockPhysicalDevice) ImageFormatProperties

ImageFormatProperties mocks base method.

func (*MockPhysicalDevice) InstanceAPIVersion

func (m *MockPhysicalDevice) InstanceAPIVersion() common.APIVersion

InstanceAPIVersion mocks base method.

func (*MockPhysicalDevice) MemoryProperties

MemoryProperties mocks base method.

func (*MockPhysicalDevice) Properties

Properties mocks base method.

func (*MockPhysicalDevice) QueueFamilyProperties

func (m *MockPhysicalDevice) QueueFamilyProperties() []*core1_0.QueueFamily

QueueFamilyProperties mocks base method.

func (*MockPhysicalDevice) SparseImageFormatProperties

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

SparseImageFormatProperties mocks base method.

type MockPhysicalDeviceMockRecorder

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

MockPhysicalDeviceMockRecorder is the mock recorder for MockPhysicalDevice.

func (*MockPhysicalDeviceMockRecorder) CreateDevice

func (mr *MockPhysicalDeviceMockRecorder) CreateDevice(allocationCallbacks, options interface{}) *gomock.Call

CreateDevice indicates an expected call of CreateDevice.

func (*MockPhysicalDeviceMockRecorder) DeviceAPIVersion

func (mr *MockPhysicalDeviceMockRecorder) DeviceAPIVersion() *gomock.Call

DeviceAPIVersion indicates an expected call of DeviceAPIVersion.

func (*MockPhysicalDeviceMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockPhysicalDeviceMockRecorder) EnumerateDeviceExtensionProperties

func (mr *MockPhysicalDeviceMockRecorder) EnumerateDeviceExtensionProperties() *gomock.Call

EnumerateDeviceExtensionProperties indicates an expected call of EnumerateDeviceExtensionProperties.

func (*MockPhysicalDeviceMockRecorder) EnumerateDeviceExtensionPropertiesForLayer

func (mr *MockPhysicalDeviceMockRecorder) EnumerateDeviceExtensionPropertiesForLayer(layerName interface{}) *gomock.Call

EnumerateDeviceExtensionPropertiesForLayer indicates an expected call of EnumerateDeviceExtensionPropertiesForLayer.

func (*MockPhysicalDeviceMockRecorder) EnumerateDeviceLayerProperties

func (mr *MockPhysicalDeviceMockRecorder) EnumerateDeviceLayerProperties() *gomock.Call

EnumerateDeviceLayerProperties indicates an expected call of EnumerateDeviceLayerProperties.

func (*MockPhysicalDeviceMockRecorder) Features

func (mr *MockPhysicalDeviceMockRecorder) Features() *gomock.Call

Features indicates an expected call of Features.

func (*MockPhysicalDeviceMockRecorder) FormatProperties

func (mr *MockPhysicalDeviceMockRecorder) FormatProperties(format interface{}) *gomock.Call

FormatProperties indicates an expected call of FormatProperties.

func (*MockPhysicalDeviceMockRecorder) Handle

Handle indicates an expected call of Handle.

func (*MockPhysicalDeviceMockRecorder) ImageFormatProperties

func (mr *MockPhysicalDeviceMockRecorder) ImageFormatProperties(format, imageType, tiling, usages, flags interface{}) *gomock.Call

ImageFormatProperties indicates an expected call of ImageFormatProperties.

func (*MockPhysicalDeviceMockRecorder) InstanceAPIVersion

func (mr *MockPhysicalDeviceMockRecorder) InstanceAPIVersion() *gomock.Call

InstanceAPIVersion indicates an expected call of InstanceAPIVersion.

func (*MockPhysicalDeviceMockRecorder) MemoryProperties

func (mr *MockPhysicalDeviceMockRecorder) MemoryProperties() *gomock.Call

MemoryProperties indicates an expected call of MemoryProperties.

func (*MockPhysicalDeviceMockRecorder) Properties

func (mr *MockPhysicalDeviceMockRecorder) Properties() *gomock.Call

Properties indicates an expected call of Properties.

func (*MockPhysicalDeviceMockRecorder) QueueFamilyProperties

func (mr *MockPhysicalDeviceMockRecorder) QueueFamilyProperties() *gomock.Call

QueueFamilyProperties indicates an expected call of QueueFamilyProperties.

func (*MockPhysicalDeviceMockRecorder) SparseImageFormatProperties

func (mr *MockPhysicalDeviceMockRecorder) SparseImageFormatProperties(format, imageType, samples, usages, tiling interface{}) *gomock.Call

SparseImageFormatProperties indicates an expected call of SparseImageFormatProperties.

type MockPipeline

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

MockPipeline is a mock of Pipeline interface.

func EasyMockPipeline

func EasyMockPipeline(ctrl *gomock.Controller) *MockPipeline

func NewMockPipeline

func NewMockPipeline(ctrl *gomock.Controller) *MockPipeline

NewMockPipeline creates a new mock instance.

func (*MockPipeline) APIVersion

func (m *MockPipeline) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockPipeline) Destroy

func (m *MockPipeline) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockPipeline) DeviceHandle

func (m *MockPipeline) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockPipeline) Driver

func (m *MockPipeline) Driver() driver.Driver

Driver mocks base method.

func (*MockPipeline) EXPECT

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

func (*MockPipeline) Handle

func (m *MockPipeline) Handle() driver.VkPipeline

Handle mocks base method.

type MockPipelineCache

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

MockPipelineCache is a mock of PipelineCache interface.

func EasyMockPipelineCache

func EasyMockPipelineCache(ctrl *gomock.Controller) *MockPipelineCache

func NewMockPipelineCache

func NewMockPipelineCache(ctrl *gomock.Controller) *MockPipelineCache

NewMockPipelineCache creates a new mock instance.

func (*MockPipelineCache) APIVersion

func (m *MockPipelineCache) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockPipelineCache) CacheData

func (m *MockPipelineCache) CacheData() ([]byte, common.VkResult, error)

CacheData mocks base method.

func (*MockPipelineCache) Destroy

func (m *MockPipelineCache) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockPipelineCache) DeviceHandle

func (m *MockPipelineCache) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockPipelineCache) Driver

func (m *MockPipelineCache) Driver() driver.Driver

Driver mocks base method.

func (*MockPipelineCache) EXPECT

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

func (*MockPipelineCache) Handle

Handle mocks base method.

func (*MockPipelineCache) MergePipelineCaches

func (m *MockPipelineCache) MergePipelineCaches(srcCaches []core1_0.PipelineCache) (common.VkResult, error)

MergePipelineCaches mocks base method.

type MockPipelineCacheMockRecorder

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

MockPipelineCacheMockRecorder is the mock recorder for MockPipelineCache.

func (*MockPipelineCacheMockRecorder) APIVersion

func (mr *MockPipelineCacheMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockPipelineCacheMockRecorder) CacheData

func (mr *MockPipelineCacheMockRecorder) CacheData() *gomock.Call

CacheData indicates an expected call of CacheData.

func (*MockPipelineCacheMockRecorder) Destroy

func (mr *MockPipelineCacheMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockPipelineCacheMockRecorder) DeviceHandle

func (mr *MockPipelineCacheMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockPipelineCacheMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockPipelineCacheMockRecorder) Handle

Handle indicates an expected call of Handle.

func (*MockPipelineCacheMockRecorder) MergePipelineCaches

func (mr *MockPipelineCacheMockRecorder) MergePipelineCaches(srcCaches interface{}) *gomock.Call

MergePipelineCaches indicates an expected call of MergePipelineCaches.

type MockPipelineLayout

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

MockPipelineLayout is a mock of PipelineLayout interface.

func EasyMockPipelineLayout

func EasyMockPipelineLayout(ctrl *gomock.Controller) *MockPipelineLayout

func NewMockPipelineLayout

func NewMockPipelineLayout(ctrl *gomock.Controller) *MockPipelineLayout

NewMockPipelineLayout creates a new mock instance.

func (*MockPipelineLayout) APIVersion

func (m *MockPipelineLayout) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockPipelineLayout) Destroy

func (m *MockPipelineLayout) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockPipelineLayout) DeviceHandle

func (m *MockPipelineLayout) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockPipelineLayout) Driver

func (m *MockPipelineLayout) Driver() driver.Driver

Driver mocks base method.

func (*MockPipelineLayout) EXPECT

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

func (*MockPipelineLayout) Handle

Handle mocks base method.

type MockPipelineLayoutMockRecorder

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

MockPipelineLayoutMockRecorder is the mock recorder for MockPipelineLayout.

func (*MockPipelineLayoutMockRecorder) APIVersion

func (mr *MockPipelineLayoutMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockPipelineLayoutMockRecorder) Destroy

func (mr *MockPipelineLayoutMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockPipelineLayoutMockRecorder) DeviceHandle

func (mr *MockPipelineLayoutMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockPipelineLayoutMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockPipelineLayoutMockRecorder) Handle

Handle indicates an expected call of Handle.

type MockPipelineMockRecorder

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

MockPipelineMockRecorder is the mock recorder for MockPipeline.

func (*MockPipelineMockRecorder) APIVersion

func (mr *MockPipelineMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockPipelineMockRecorder) Destroy

func (mr *MockPipelineMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockPipelineMockRecorder) DeviceHandle

func (mr *MockPipelineMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockPipelineMockRecorder) Driver

func (mr *MockPipelineMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockPipelineMockRecorder) Handle

func (mr *MockPipelineMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type MockQueryPool

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

MockQueryPool is a mock of QueryPool interface.

func EasyMockQueryPool

func EasyMockQueryPool(ctrl *gomock.Controller) *MockQueryPool

func NewMockQueryPool

func NewMockQueryPool(ctrl *gomock.Controller) *MockQueryPool

NewMockQueryPool creates a new mock instance.

func (*MockQueryPool) APIVersion

func (m *MockQueryPool) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockQueryPool) Destroy

func (m *MockQueryPool) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockQueryPool) DeviceHandle

func (m *MockQueryPool) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockQueryPool) Driver

func (m *MockQueryPool) Driver() driver.Driver

Driver mocks base method.

func (*MockQueryPool) EXPECT

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

func (*MockQueryPool) Handle

func (m *MockQueryPool) Handle() driver.VkQueryPool

Handle mocks base method.

func (*MockQueryPool) PopulateResults

func (m *MockQueryPool) PopulateResults(firstQuery, queryCount int, results []byte, resultStride int, flags core1_0.QueryResultFlags) (common.VkResult, error)

PopulateResults mocks base method.

type MockQueryPoolMockRecorder

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

MockQueryPoolMockRecorder is the mock recorder for MockQueryPool.

func (*MockQueryPoolMockRecorder) APIVersion

func (mr *MockQueryPoolMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockQueryPoolMockRecorder) Destroy

func (mr *MockQueryPoolMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockQueryPoolMockRecorder) DeviceHandle

func (mr *MockQueryPoolMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockQueryPoolMockRecorder) Driver

func (mr *MockQueryPoolMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockQueryPoolMockRecorder) Handle

func (mr *MockQueryPoolMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockQueryPoolMockRecorder) PopulateResults

func (mr *MockQueryPoolMockRecorder) PopulateResults(firstQuery, queryCount, results, resultStride, flags interface{}) *gomock.Call

PopulateResults indicates an expected call of PopulateResults.

type MockQueue

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

MockQueue is a mock of Queue interface.

func EasyMockQueue

func EasyMockQueue(ctrl *gomock.Controller) *MockQueue

func NewMockQueue

func NewMockQueue(ctrl *gomock.Controller) *MockQueue

NewMockQueue creates a new mock instance.

func (*MockQueue) APIVersion

func (m *MockQueue) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockQueue) BindSparse

func (m *MockQueue) BindSparse(fence core1_0.Fence, bindInfos []core1_0.BindSparseOptions) (common.VkResult, error)

BindSparse mocks base method.

func (*MockQueue) DeviceHandle

func (m *MockQueue) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockQueue) Driver

func (m *MockQueue) Driver() driver.Driver

Driver mocks base method.

func (*MockQueue) EXPECT

func (m *MockQueue) EXPECT() *MockQueueMockRecorder

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

func (*MockQueue) Handle

func (m *MockQueue) Handle() driver.VkQueue

Handle mocks base method.

func (*MockQueue) Submit

func (m *MockQueue) Submit(fence core1_0.Fence, o []core1_0.SubmitInfo) (common.VkResult, error)

Submit mocks base method.

func (*MockQueue) WaitIdle

func (m *MockQueue) WaitIdle() (common.VkResult, error)

WaitIdle mocks base method.

type MockQueueMockRecorder

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

MockQueueMockRecorder is the mock recorder for MockQueue.

func (*MockQueueMockRecorder) APIVersion

func (mr *MockQueueMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockQueueMockRecorder) BindSparse

func (mr *MockQueueMockRecorder) BindSparse(fence, bindInfos interface{}) *gomock.Call

BindSparse indicates an expected call of BindSparse.

func (*MockQueueMockRecorder) DeviceHandle

func (mr *MockQueueMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockQueueMockRecorder) Driver

func (mr *MockQueueMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockQueueMockRecorder) Handle

func (mr *MockQueueMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockQueueMockRecorder) Submit

func (mr *MockQueueMockRecorder) Submit(fence, o interface{}) *gomock.Call

Submit indicates an expected call of Submit.

func (*MockQueueMockRecorder) WaitIdle

func (mr *MockQueueMockRecorder) WaitIdle() *gomock.Call

WaitIdle indicates an expected call of WaitIdle.

type MockRenderPass

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

MockRenderPass is a mock of RenderPass interface.

func EasyMockRenderPass

func EasyMockRenderPass(ctrl *gomock.Controller) *MockRenderPass

func NewMockRenderPass

func NewMockRenderPass(ctrl *gomock.Controller) *MockRenderPass

NewMockRenderPass creates a new mock instance.

func (*MockRenderPass) APIVersion

func (m *MockRenderPass) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockRenderPass) Destroy

func (m *MockRenderPass) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockRenderPass) DeviceHandle

func (m *MockRenderPass) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockRenderPass) Driver

func (m *MockRenderPass) Driver() driver.Driver

Driver mocks base method.

func (*MockRenderPass) EXPECT

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

func (*MockRenderPass) Handle

func (m *MockRenderPass) Handle() driver.VkRenderPass

Handle mocks base method.

func (*MockRenderPass) RenderAreaGranularity

func (m *MockRenderPass) RenderAreaGranularity() core1_0.Extent2D

RenderAreaGranularity mocks base method.

type MockRenderPassMockRecorder

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

MockRenderPassMockRecorder is the mock recorder for MockRenderPass.

func (*MockRenderPassMockRecorder) APIVersion

func (mr *MockRenderPassMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockRenderPassMockRecorder) Destroy

func (mr *MockRenderPassMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockRenderPassMockRecorder) DeviceHandle

func (mr *MockRenderPassMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockRenderPassMockRecorder) Driver

func (mr *MockRenderPassMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockRenderPassMockRecorder) Handle

func (mr *MockRenderPassMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*MockRenderPassMockRecorder) RenderAreaGranularity

func (mr *MockRenderPassMockRecorder) RenderAreaGranularity() *gomock.Call

RenderAreaGranularity indicates an expected call of RenderAreaGranularity.

type MockSampler

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

MockSampler is a mock of Sampler interface.

func EasyMockSampler

func EasyMockSampler(ctrl *gomock.Controller) *MockSampler

func NewMockSampler

func NewMockSampler(ctrl *gomock.Controller) *MockSampler

NewMockSampler creates a new mock instance.

func (*MockSampler) APIVersion

func (m *MockSampler) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockSampler) Destroy

func (m *MockSampler) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockSampler) DeviceHandle

func (m *MockSampler) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockSampler) Driver

func (m *MockSampler) Driver() driver.Driver

Driver mocks base method.

func (*MockSampler) EXPECT

func (m *MockSampler) EXPECT() *MockSamplerMockRecorder

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

func (*MockSampler) Handle

func (m *MockSampler) Handle() driver.VkSampler

Handle mocks base method.

type MockSamplerMockRecorder

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

MockSamplerMockRecorder is the mock recorder for MockSampler.

func (*MockSamplerMockRecorder) APIVersion

func (mr *MockSamplerMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockSamplerMockRecorder) Destroy

func (mr *MockSamplerMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockSamplerMockRecorder) DeviceHandle

func (mr *MockSamplerMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockSamplerMockRecorder) Driver

func (mr *MockSamplerMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockSamplerMockRecorder) Handle

func (mr *MockSamplerMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type MockSamplerYcbcrConversion

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

MockSamplerYcbcrConversion is a mock of SamplerYcbcrConversion interface.

func EasyMockSamplerYcbcrConversion

func EasyMockSamplerYcbcrConversion(ctrl *gomock.Controller) *MockSamplerYcbcrConversion

func NewMockSamplerYcbcrConversion

func NewMockSamplerYcbcrConversion(ctrl *gomock.Controller) *MockSamplerYcbcrConversion

NewMockSamplerYcbcrConversion creates a new mock instance.

func (*MockSamplerYcbcrConversion) APIVersion

APIVersion mocks base method.

func (*MockSamplerYcbcrConversion) Destroy

func (m *MockSamplerYcbcrConversion) Destroy(allocator *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockSamplerYcbcrConversion) DeviceHandle

func (m *MockSamplerYcbcrConversion) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockSamplerYcbcrConversion) Driver

Driver mocks base method.

func (*MockSamplerYcbcrConversion) EXPECT

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

func (*MockSamplerYcbcrConversion) Handle

Handle mocks base method.

type MockSamplerYcbcrConversionMockRecorder

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

MockSamplerYcbcrConversionMockRecorder is the mock recorder for MockSamplerYcbcrConversion.

func (*MockSamplerYcbcrConversionMockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*MockSamplerYcbcrConversionMockRecorder) Destroy

func (mr *MockSamplerYcbcrConversionMockRecorder) Destroy(allocator interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockSamplerYcbcrConversionMockRecorder) DeviceHandle

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockSamplerYcbcrConversionMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockSamplerYcbcrConversionMockRecorder) Handle

Handle indicates an expected call of Handle.

type MockSemaphore

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

MockSemaphore is a mock of Semaphore interface.

func EasyMockSemaphore

func EasyMockSemaphore(ctrl *gomock.Controller) *MockSemaphore

func NewMockSemaphore

func NewMockSemaphore(ctrl *gomock.Controller) *MockSemaphore

NewMockSemaphore creates a new mock instance.

func (*MockSemaphore) APIVersion

func (m *MockSemaphore) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockSemaphore) Destroy

func (m *MockSemaphore) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockSemaphore) DeviceHandle

func (m *MockSemaphore) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockSemaphore) Driver

func (m *MockSemaphore) Driver() driver.Driver

Driver mocks base method.

func (*MockSemaphore) EXPECT

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

func (*MockSemaphore) Handle

func (m *MockSemaphore) Handle() driver.VkSemaphore

Handle mocks base method.

type MockSemaphoreMockRecorder

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

MockSemaphoreMockRecorder is the mock recorder for MockSemaphore.

func (*MockSemaphoreMockRecorder) APIVersion

func (mr *MockSemaphoreMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockSemaphoreMockRecorder) Destroy

func (mr *MockSemaphoreMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockSemaphoreMockRecorder) DeviceHandle

func (mr *MockSemaphoreMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockSemaphoreMockRecorder) Driver

func (mr *MockSemaphoreMockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*MockSemaphoreMockRecorder) Handle

func (mr *MockSemaphoreMockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type MockShaderModule

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

MockShaderModule is a mock of ShaderModule interface.

func EasyMockShaderModule

func EasyMockShaderModule(ctrl *gomock.Controller) *MockShaderModule

func NewMockShaderModule

func NewMockShaderModule(ctrl *gomock.Controller) *MockShaderModule

NewMockShaderModule creates a new mock instance.

func (*MockShaderModule) APIVersion

func (m *MockShaderModule) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*MockShaderModule) Destroy

func (m *MockShaderModule) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*MockShaderModule) DeviceHandle

func (m *MockShaderModule) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*MockShaderModule) Driver

func (m *MockShaderModule) Driver() driver.Driver

Driver mocks base method.

func (*MockShaderModule) EXPECT

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

func (*MockShaderModule) Handle

Handle mocks base method.

type MockShaderModuleMockRecorder

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

MockShaderModuleMockRecorder is the mock recorder for MockShaderModule.

func (*MockShaderModuleMockRecorder) APIVersion

func (mr *MockShaderModuleMockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*MockShaderModuleMockRecorder) Destroy

func (mr *MockShaderModuleMockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockShaderModuleMockRecorder) DeviceHandle

func (mr *MockShaderModuleMockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*MockShaderModuleMockRecorder) Driver

Driver indicates an expected call of Driver.

func (*MockShaderModuleMockRecorder) Handle

Handle indicates an expected call of Handle.

type PhysicalDevice1_1

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

PhysicalDevice1_1 is a mock of PhysicalDevice interface.

func NewPhysicalDevice1_1

func NewPhysicalDevice1_1(ctrl *gomock.Controller) *PhysicalDevice1_1

NewPhysicalDevice1_1 creates a new mock instance.

func (*PhysicalDevice1_1) CreateDevice

func (m *PhysicalDevice1_1) CreateDevice(allocationCallbacks *driver.AllocationCallbacks, options core1_0.DeviceCreateInfo) (core1_0.Device, common.VkResult, error)

CreateDevice mocks base method.

func (*PhysicalDevice1_1) DeviceAPIVersion

func (m *PhysicalDevice1_1) DeviceAPIVersion() common.APIVersion

DeviceAPIVersion mocks base method.

func (*PhysicalDevice1_1) Driver

func (m *PhysicalDevice1_1) Driver() driver.Driver

Driver mocks base method.

func (*PhysicalDevice1_1) EXPECT

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

func (*PhysicalDevice1_1) EnumerateDeviceExtensionProperties

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

EnumerateDeviceExtensionProperties mocks base method.

func (*PhysicalDevice1_1) EnumerateDeviceExtensionPropertiesForLayer

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

EnumerateDeviceExtensionPropertiesForLayer mocks base method.

func (*PhysicalDevice1_1) EnumerateDeviceLayerProperties

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

EnumerateDeviceLayerProperties mocks base method.

func (*PhysicalDevice1_1) Features

Features mocks base method.

func (*PhysicalDevice1_1) FormatProperties

func (m *PhysicalDevice1_1) FormatProperties(format core1_0.Format) *core1_0.FormatProperties

FormatProperties mocks base method.

func (*PhysicalDevice1_1) Handle

Handle mocks base method.

func (*PhysicalDevice1_1) ImageFormatProperties

ImageFormatProperties mocks base method.

func (*PhysicalDevice1_1) InstanceAPIVersion

func (m *PhysicalDevice1_1) InstanceAPIVersion() common.APIVersion

InstanceAPIVersion mocks base method.

func (*PhysicalDevice1_1) InstanceScopedPhysicalDevice1_1

func (m *PhysicalDevice1_1) InstanceScopedPhysicalDevice1_1() core1_1.InstanceScopedPhysicalDevice

InstanceScopedPhysicalDevice1_1 mocks base method.

func (*PhysicalDevice1_1) MemoryProperties

MemoryProperties mocks base method.

func (*PhysicalDevice1_1) Properties

Properties mocks base method.

func (*PhysicalDevice1_1) QueueFamilyProperties

func (m *PhysicalDevice1_1) QueueFamilyProperties() []*core1_0.QueueFamily

QueueFamilyProperties mocks base method.

func (*PhysicalDevice1_1) SparseImageFormatProperties

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

SparseImageFormatProperties mocks base method.

type PhysicalDevice1_1MockRecorder

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

PhysicalDevice1_1MockRecorder is the mock recorder for PhysicalDevice1_1.

func (*PhysicalDevice1_1MockRecorder) CreateDevice

func (mr *PhysicalDevice1_1MockRecorder) CreateDevice(allocationCallbacks, options interface{}) *gomock.Call

CreateDevice indicates an expected call of CreateDevice.

func (*PhysicalDevice1_1MockRecorder) DeviceAPIVersion

func (mr *PhysicalDevice1_1MockRecorder) DeviceAPIVersion() *gomock.Call

DeviceAPIVersion indicates an expected call of DeviceAPIVersion.

func (*PhysicalDevice1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*PhysicalDevice1_1MockRecorder) EnumerateDeviceExtensionProperties

func (mr *PhysicalDevice1_1MockRecorder) EnumerateDeviceExtensionProperties() *gomock.Call

EnumerateDeviceExtensionProperties indicates an expected call of EnumerateDeviceExtensionProperties.

func (*PhysicalDevice1_1MockRecorder) EnumerateDeviceExtensionPropertiesForLayer

func (mr *PhysicalDevice1_1MockRecorder) EnumerateDeviceExtensionPropertiesForLayer(layerName interface{}) *gomock.Call

EnumerateDeviceExtensionPropertiesForLayer indicates an expected call of EnumerateDeviceExtensionPropertiesForLayer.

func (*PhysicalDevice1_1MockRecorder) EnumerateDeviceLayerProperties

func (mr *PhysicalDevice1_1MockRecorder) EnumerateDeviceLayerProperties() *gomock.Call

EnumerateDeviceLayerProperties indicates an expected call of EnumerateDeviceLayerProperties.

func (*PhysicalDevice1_1MockRecorder) Features

func (mr *PhysicalDevice1_1MockRecorder) Features() *gomock.Call

Features indicates an expected call of Features.

func (*PhysicalDevice1_1MockRecorder) FormatProperties

func (mr *PhysicalDevice1_1MockRecorder) FormatProperties(format interface{}) *gomock.Call

FormatProperties indicates an expected call of FormatProperties.

func (*PhysicalDevice1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*PhysicalDevice1_1MockRecorder) ImageFormatProperties

func (mr *PhysicalDevice1_1MockRecorder) ImageFormatProperties(format, imageType, tiling, usages, flags interface{}) *gomock.Call

ImageFormatProperties indicates an expected call of ImageFormatProperties.

func (*PhysicalDevice1_1MockRecorder) InstanceAPIVersion

func (mr *PhysicalDevice1_1MockRecorder) InstanceAPIVersion() *gomock.Call

InstanceAPIVersion indicates an expected call of InstanceAPIVersion.

func (*PhysicalDevice1_1MockRecorder) InstanceScopedPhysicalDevice1_1

func (mr *PhysicalDevice1_1MockRecorder) InstanceScopedPhysicalDevice1_1() *gomock.Call

InstanceScopedPhysicalDevice1_1 indicates an expected call of InstanceScopedPhysicalDevice1_1.

func (*PhysicalDevice1_1MockRecorder) MemoryProperties

func (mr *PhysicalDevice1_1MockRecorder) MemoryProperties() *gomock.Call

MemoryProperties indicates an expected call of MemoryProperties.

func (*PhysicalDevice1_1MockRecorder) Properties

func (mr *PhysicalDevice1_1MockRecorder) Properties() *gomock.Call

Properties indicates an expected call of Properties.

func (*PhysicalDevice1_1MockRecorder) QueueFamilyProperties

func (mr *PhysicalDevice1_1MockRecorder) QueueFamilyProperties() *gomock.Call

QueueFamilyProperties indicates an expected call of QueueFamilyProperties.

func (*PhysicalDevice1_1MockRecorder) SparseImageFormatProperties

func (mr *PhysicalDevice1_1MockRecorder) SparseImageFormatProperties(format, imageType, samples, usages, tiling interface{}) *gomock.Call

SparseImageFormatProperties indicates an expected call of SparseImageFormatProperties.

type PhysicalDevice1_2

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

PhysicalDevice1_2 is a mock of PhysicalDevice interface.

func NewPhysicalDevice1_2

func NewPhysicalDevice1_2(ctrl *gomock.Controller) *PhysicalDevice1_2

NewPhysicalDevice1_2 creates a new mock instance.

func (*PhysicalDevice1_2) CreateDevice

func (m *PhysicalDevice1_2) CreateDevice(allocationCallbacks *driver.AllocationCallbacks, options core1_0.DeviceCreateInfo) (core1_0.Device, common.VkResult, error)

CreateDevice mocks base method.

func (*PhysicalDevice1_2) DeviceAPIVersion

func (m *PhysicalDevice1_2) DeviceAPIVersion() common.APIVersion

DeviceAPIVersion mocks base method.

func (*PhysicalDevice1_2) Driver

func (m *PhysicalDevice1_2) Driver() driver.Driver

Driver mocks base method.

func (*PhysicalDevice1_2) EXPECT

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

func (*PhysicalDevice1_2) EnumerateDeviceExtensionProperties

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

EnumerateDeviceExtensionProperties mocks base method.

func (*PhysicalDevice1_2) EnumerateDeviceExtensionPropertiesForLayer

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

EnumerateDeviceExtensionPropertiesForLayer mocks base method.

func (*PhysicalDevice1_2) EnumerateDeviceLayerProperties

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

EnumerateDeviceLayerProperties mocks base method.

func (*PhysicalDevice1_2) Features

Features mocks base method.

func (*PhysicalDevice1_2) FormatProperties

func (m *PhysicalDevice1_2) FormatProperties(format core1_0.Format) *core1_0.FormatProperties

FormatProperties mocks base method.

func (*PhysicalDevice1_2) Handle

Handle mocks base method.

func (*PhysicalDevice1_2) ImageFormatProperties

ImageFormatProperties mocks base method.

func (*PhysicalDevice1_2) InstanceAPIVersion

func (m *PhysicalDevice1_2) InstanceAPIVersion() common.APIVersion

InstanceAPIVersion mocks base method.

func (*PhysicalDevice1_2) InstanceScopedPhysicalDevice1_1

func (m *PhysicalDevice1_2) InstanceScopedPhysicalDevice1_1() core1_1.InstanceScopedPhysicalDevice

InstanceScopedPhysicalDevice1_1 mocks base method.

func (*PhysicalDevice1_2) InstanceScopedPhysicalDevice1_2

func (m *PhysicalDevice1_2) InstanceScopedPhysicalDevice1_2() core1_2.InstanceScopedPhysicalDevice

InstanceScopedPhysicalDevice1_2 mocks base method.

func (*PhysicalDevice1_2) MemoryProperties

MemoryProperties mocks base method.

func (*PhysicalDevice1_2) Properties

Properties mocks base method.

func (*PhysicalDevice1_2) QueueFamilyProperties

func (m *PhysicalDevice1_2) QueueFamilyProperties() []*core1_0.QueueFamily

QueueFamilyProperties mocks base method.

func (*PhysicalDevice1_2) SparseImageFormatProperties

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

SparseImageFormatProperties mocks base method.

type PhysicalDevice1_2MockRecorder

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

PhysicalDevice1_2MockRecorder is the mock recorder for PhysicalDevice1_2.

func (*PhysicalDevice1_2MockRecorder) CreateDevice

func (mr *PhysicalDevice1_2MockRecorder) CreateDevice(allocationCallbacks, options interface{}) *gomock.Call

CreateDevice indicates an expected call of CreateDevice.

func (*PhysicalDevice1_2MockRecorder) DeviceAPIVersion

func (mr *PhysicalDevice1_2MockRecorder) DeviceAPIVersion() *gomock.Call

DeviceAPIVersion indicates an expected call of DeviceAPIVersion.

func (*PhysicalDevice1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*PhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionProperties

func (mr *PhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionProperties() *gomock.Call

EnumerateDeviceExtensionProperties indicates an expected call of EnumerateDeviceExtensionProperties.

func (*PhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionPropertiesForLayer

func (mr *PhysicalDevice1_2MockRecorder) EnumerateDeviceExtensionPropertiesForLayer(layerName interface{}) *gomock.Call

EnumerateDeviceExtensionPropertiesForLayer indicates an expected call of EnumerateDeviceExtensionPropertiesForLayer.

func (*PhysicalDevice1_2MockRecorder) EnumerateDeviceLayerProperties

func (mr *PhysicalDevice1_2MockRecorder) EnumerateDeviceLayerProperties() *gomock.Call

EnumerateDeviceLayerProperties indicates an expected call of EnumerateDeviceLayerProperties.

func (*PhysicalDevice1_2MockRecorder) Features

func (mr *PhysicalDevice1_2MockRecorder) Features() *gomock.Call

Features indicates an expected call of Features.

func (*PhysicalDevice1_2MockRecorder) FormatProperties

func (mr *PhysicalDevice1_2MockRecorder) FormatProperties(format interface{}) *gomock.Call

FormatProperties indicates an expected call of FormatProperties.

func (*PhysicalDevice1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*PhysicalDevice1_2MockRecorder) ImageFormatProperties

func (mr *PhysicalDevice1_2MockRecorder) ImageFormatProperties(format, imageType, tiling, usages, flags interface{}) *gomock.Call

ImageFormatProperties indicates an expected call of ImageFormatProperties.

func (*PhysicalDevice1_2MockRecorder) InstanceAPIVersion

func (mr *PhysicalDevice1_2MockRecorder) InstanceAPIVersion() *gomock.Call

InstanceAPIVersion indicates an expected call of InstanceAPIVersion.

func (*PhysicalDevice1_2MockRecorder) InstanceScopedPhysicalDevice1_1

func (mr *PhysicalDevice1_2MockRecorder) InstanceScopedPhysicalDevice1_1() *gomock.Call

InstanceScopedPhysicalDevice1_1 indicates an expected call of InstanceScopedPhysicalDevice1_1.

func (*PhysicalDevice1_2MockRecorder) InstanceScopedPhysicalDevice1_2

func (mr *PhysicalDevice1_2MockRecorder) InstanceScopedPhysicalDevice1_2() *gomock.Call

InstanceScopedPhysicalDevice1_2 indicates an expected call of InstanceScopedPhysicalDevice1_2.

func (*PhysicalDevice1_2MockRecorder) MemoryProperties

func (mr *PhysicalDevice1_2MockRecorder) MemoryProperties() *gomock.Call

MemoryProperties indicates an expected call of MemoryProperties.

func (*PhysicalDevice1_2MockRecorder) Properties

func (mr *PhysicalDevice1_2MockRecorder) Properties() *gomock.Call

Properties indicates an expected call of Properties.

func (*PhysicalDevice1_2MockRecorder) QueueFamilyProperties

func (mr *PhysicalDevice1_2MockRecorder) QueueFamilyProperties() *gomock.Call

QueueFamilyProperties indicates an expected call of QueueFamilyProperties.

func (*PhysicalDevice1_2MockRecorder) SparseImageFormatProperties

func (mr *PhysicalDevice1_2MockRecorder) SparseImageFormatProperties(format, imageType, samples, usages, tiling interface{}) *gomock.Call

SparseImageFormatProperties indicates an expected call of SparseImageFormatProperties.

type Pipeline1_1

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

Pipeline1_1 is a mock of Pipeline interface.

func NewPipeline1_1

func NewPipeline1_1(ctrl *gomock.Controller) *Pipeline1_1

NewPipeline1_1 creates a new mock instance.

func (*Pipeline1_1) APIVersion

func (m *Pipeline1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Pipeline1_1) Destroy

func (m *Pipeline1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Pipeline1_1) DeviceHandle

func (m *Pipeline1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Pipeline1_1) Driver

func (m *Pipeline1_1) Driver() driver.Driver

Driver mocks base method.

func (*Pipeline1_1) EXPECT

func (m *Pipeline1_1) EXPECT() *Pipeline1_1MockRecorder

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

func (*Pipeline1_1) Handle

func (m *Pipeline1_1) Handle() driver.VkPipeline

Handle mocks base method.

type Pipeline1_1MockRecorder

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

Pipeline1_1MockRecorder is the mock recorder for Pipeline1_1.

func (*Pipeline1_1MockRecorder) APIVersion

func (mr *Pipeline1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Pipeline1_1MockRecorder) Destroy

func (mr *Pipeline1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Pipeline1_1MockRecorder) DeviceHandle

func (mr *Pipeline1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Pipeline1_1MockRecorder) Driver

func (mr *Pipeline1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Pipeline1_1MockRecorder) Handle

func (mr *Pipeline1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type Pipeline1_2

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

Pipeline1_2 is a mock of Pipeline interface.

func NewPipeline1_2

func NewPipeline1_2(ctrl *gomock.Controller) *Pipeline1_2

NewPipeline1_2 creates a new mock instance.

func (*Pipeline1_2) APIVersion

func (m *Pipeline1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Pipeline1_2) Destroy

func (m *Pipeline1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Pipeline1_2) DeviceHandle

func (m *Pipeline1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Pipeline1_2) Driver

func (m *Pipeline1_2) Driver() driver.Driver

Driver mocks base method.

func (*Pipeline1_2) EXPECT

func (m *Pipeline1_2) EXPECT() *Pipeline1_2MockRecorder

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

func (*Pipeline1_2) Handle

func (m *Pipeline1_2) Handle() driver.VkPipeline

Handle mocks base method.

type Pipeline1_2MockRecorder

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

Pipeline1_2MockRecorder is the mock recorder for Pipeline1_2.

func (*Pipeline1_2MockRecorder) APIVersion

func (mr *Pipeline1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Pipeline1_2MockRecorder) Destroy

func (mr *Pipeline1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Pipeline1_2MockRecorder) DeviceHandle

func (mr *Pipeline1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Pipeline1_2MockRecorder) Driver

func (mr *Pipeline1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Pipeline1_2MockRecorder) Handle

func (mr *Pipeline1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type PipelineCache1_1

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

PipelineCache1_1 is a mock of PipelineCache interface.

func NewPipelineCache1_1

func NewPipelineCache1_1(ctrl *gomock.Controller) *PipelineCache1_1

NewPipelineCache1_1 creates a new mock instance.

func (*PipelineCache1_1) APIVersion

func (m *PipelineCache1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*PipelineCache1_1) CacheData

func (m *PipelineCache1_1) CacheData() ([]byte, common.VkResult, error)

CacheData mocks base method.

func (*PipelineCache1_1) Destroy

func (m *PipelineCache1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*PipelineCache1_1) DeviceHandle

func (m *PipelineCache1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*PipelineCache1_1) Driver

func (m *PipelineCache1_1) Driver() driver.Driver

Driver mocks base method.

func (*PipelineCache1_1) EXPECT

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

func (*PipelineCache1_1) Handle

Handle mocks base method.

func (*PipelineCache1_1) MergePipelineCaches

func (m *PipelineCache1_1) MergePipelineCaches(srcCaches []core1_0.PipelineCache) (common.VkResult, error)

MergePipelineCaches mocks base method.

type PipelineCache1_1MockRecorder

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

PipelineCache1_1MockRecorder is the mock recorder for PipelineCache1_1.

func (*PipelineCache1_1MockRecorder) APIVersion

func (mr *PipelineCache1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*PipelineCache1_1MockRecorder) CacheData

func (mr *PipelineCache1_1MockRecorder) CacheData() *gomock.Call

CacheData indicates an expected call of CacheData.

func (*PipelineCache1_1MockRecorder) Destroy

func (mr *PipelineCache1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*PipelineCache1_1MockRecorder) DeviceHandle

func (mr *PipelineCache1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*PipelineCache1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*PipelineCache1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*PipelineCache1_1MockRecorder) MergePipelineCaches

func (mr *PipelineCache1_1MockRecorder) MergePipelineCaches(srcCaches interface{}) *gomock.Call

MergePipelineCaches indicates an expected call of MergePipelineCaches.

type PipelineCache1_2

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

PipelineCache1_2 is a mock of PipelineCache interface.

func NewPipelineCache1_2

func NewPipelineCache1_2(ctrl *gomock.Controller) *PipelineCache1_2

NewPipelineCache1_2 creates a new mock instance.

func (*PipelineCache1_2) APIVersion

func (m *PipelineCache1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*PipelineCache1_2) CacheData

func (m *PipelineCache1_2) CacheData() ([]byte, common.VkResult, error)

CacheData mocks base method.

func (*PipelineCache1_2) Destroy

func (m *PipelineCache1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*PipelineCache1_2) DeviceHandle

func (m *PipelineCache1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*PipelineCache1_2) Driver

func (m *PipelineCache1_2) Driver() driver.Driver

Driver mocks base method.

func (*PipelineCache1_2) EXPECT

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

func (*PipelineCache1_2) Handle

Handle mocks base method.

func (*PipelineCache1_2) MergePipelineCaches

func (m *PipelineCache1_2) MergePipelineCaches(srcCaches []core1_0.PipelineCache) (common.VkResult, error)

MergePipelineCaches mocks base method.

type PipelineCache1_2MockRecorder

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

PipelineCache1_2MockRecorder is the mock recorder for PipelineCache1_2.

func (*PipelineCache1_2MockRecorder) APIVersion

func (mr *PipelineCache1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*PipelineCache1_2MockRecorder) CacheData

func (mr *PipelineCache1_2MockRecorder) CacheData() *gomock.Call

CacheData indicates an expected call of CacheData.

func (*PipelineCache1_2MockRecorder) Destroy

func (mr *PipelineCache1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*PipelineCache1_2MockRecorder) DeviceHandle

func (mr *PipelineCache1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*PipelineCache1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*PipelineCache1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

func (*PipelineCache1_2MockRecorder) MergePipelineCaches

func (mr *PipelineCache1_2MockRecorder) MergePipelineCaches(srcCaches interface{}) *gomock.Call

MergePipelineCaches indicates an expected call of MergePipelineCaches.

type PipelineLayout1_1

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

PipelineLayout1_1 is a mock of PipelineLayout interface.

func NewPipelineLayout1_1

func NewPipelineLayout1_1(ctrl *gomock.Controller) *PipelineLayout1_1

NewPipelineLayout1_1 creates a new mock instance.

func (*PipelineLayout1_1) APIVersion

func (m *PipelineLayout1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*PipelineLayout1_1) Destroy

func (m *PipelineLayout1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*PipelineLayout1_1) DeviceHandle

func (m *PipelineLayout1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*PipelineLayout1_1) Driver

func (m *PipelineLayout1_1) Driver() driver.Driver

Driver mocks base method.

func (*PipelineLayout1_1) EXPECT

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

func (*PipelineLayout1_1) Handle

Handle mocks base method.

type PipelineLayout1_1MockRecorder

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

PipelineLayout1_1MockRecorder is the mock recorder for PipelineLayout1_1.

func (*PipelineLayout1_1MockRecorder) APIVersion

func (mr *PipelineLayout1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*PipelineLayout1_1MockRecorder) Destroy

func (mr *PipelineLayout1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*PipelineLayout1_1MockRecorder) DeviceHandle

func (mr *PipelineLayout1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*PipelineLayout1_1MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*PipelineLayout1_1MockRecorder) Handle

Handle indicates an expected call of Handle.

type PipelineLayout1_2

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

PipelineLayout1_2 is a mock of PipelineLayout interface.

func NewPipelineLayout1_2

func NewPipelineLayout1_2(ctrl *gomock.Controller) *PipelineLayout1_2

NewPipelineLayout1_2 creates a new mock instance.

func (*PipelineLayout1_2) APIVersion

func (m *PipelineLayout1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*PipelineLayout1_2) Destroy

func (m *PipelineLayout1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*PipelineLayout1_2) DeviceHandle

func (m *PipelineLayout1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*PipelineLayout1_2) Driver

func (m *PipelineLayout1_2) Driver() driver.Driver

Driver mocks base method.

func (*PipelineLayout1_2) EXPECT

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

func (*PipelineLayout1_2) Handle

Handle mocks base method.

type PipelineLayout1_2MockRecorder

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

PipelineLayout1_2MockRecorder is the mock recorder for PipelineLayout1_2.

func (*PipelineLayout1_2MockRecorder) APIVersion

func (mr *PipelineLayout1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*PipelineLayout1_2MockRecorder) Destroy

func (mr *PipelineLayout1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*PipelineLayout1_2MockRecorder) DeviceHandle

func (mr *PipelineLayout1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*PipelineLayout1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*PipelineLayout1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

type QueryPool1_1

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

QueryPool1_1 is a mock of QueryPool interface.

func NewQueryPool1_1

func NewQueryPool1_1(ctrl *gomock.Controller) *QueryPool1_1

NewQueryPool1_1 creates a new mock instance.

func (*QueryPool1_1) APIVersion

func (m *QueryPool1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*QueryPool1_1) Destroy

func (m *QueryPool1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*QueryPool1_1) DeviceHandle

func (m *QueryPool1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*QueryPool1_1) Driver

func (m *QueryPool1_1) Driver() driver.Driver

Driver mocks base method.

func (*QueryPool1_1) EXPECT

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

func (*QueryPool1_1) Handle

func (m *QueryPool1_1) Handle() driver.VkQueryPool

Handle mocks base method.

func (*QueryPool1_1) PopulateResults

func (m *QueryPool1_1) PopulateResults(firstQuery, queryCount int, results []byte, resultStride int, flags core1_0.QueryResultFlags) (common.VkResult, error)

PopulateResults mocks base method.

type QueryPool1_1MockRecorder

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

QueryPool1_1MockRecorder is the mock recorder for QueryPool1_1.

func (*QueryPool1_1MockRecorder) APIVersion

func (mr *QueryPool1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*QueryPool1_1MockRecorder) Destroy

func (mr *QueryPool1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*QueryPool1_1MockRecorder) DeviceHandle

func (mr *QueryPool1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*QueryPool1_1MockRecorder) Driver

func (mr *QueryPool1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*QueryPool1_1MockRecorder) Handle

func (mr *QueryPool1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*QueryPool1_1MockRecorder) PopulateResults

func (mr *QueryPool1_1MockRecorder) PopulateResults(firstQuery, queryCount, results, resultStride, flags interface{}) *gomock.Call

PopulateResults indicates an expected call of PopulateResults.

type QueryPool1_2

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

QueryPool1_2 is a mock of QueryPool interface.

func NewQueryPool1_2

func NewQueryPool1_2(ctrl *gomock.Controller) *QueryPool1_2

NewQueryPool1_2 creates a new mock instance.

func (*QueryPool1_2) APIVersion

func (m *QueryPool1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*QueryPool1_2) Destroy

func (m *QueryPool1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*QueryPool1_2) DeviceHandle

func (m *QueryPool1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*QueryPool1_2) Driver

func (m *QueryPool1_2) Driver() driver.Driver

Driver mocks base method.

func (*QueryPool1_2) EXPECT

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

func (*QueryPool1_2) Handle

func (m *QueryPool1_2) Handle() driver.VkQueryPool

Handle mocks base method.

func (*QueryPool1_2) PopulateResults

func (m *QueryPool1_2) PopulateResults(firstQuery, queryCount int, results []byte, resultStride int, flags core1_0.QueryResultFlags) (common.VkResult, error)

PopulateResults mocks base method.

func (*QueryPool1_2) Reset

func (m *QueryPool1_2) Reset(firstQuery, queryCount int)

Reset mocks base method.

type QueryPool1_2MockRecorder

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

QueryPool1_2MockRecorder is the mock recorder for QueryPool1_2.

func (*QueryPool1_2MockRecorder) APIVersion

func (mr *QueryPool1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*QueryPool1_2MockRecorder) Destroy

func (mr *QueryPool1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*QueryPool1_2MockRecorder) DeviceHandle

func (mr *QueryPool1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*QueryPool1_2MockRecorder) Driver

func (mr *QueryPool1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*QueryPool1_2MockRecorder) Handle

func (mr *QueryPool1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*QueryPool1_2MockRecorder) PopulateResults

func (mr *QueryPool1_2MockRecorder) PopulateResults(firstQuery, queryCount, results, resultStride, flags interface{}) *gomock.Call

PopulateResults indicates an expected call of PopulateResults.

func (*QueryPool1_2MockRecorder) Reset

func (mr *QueryPool1_2MockRecorder) Reset(firstQuery, queryCount interface{}) *gomock.Call

Reset indicates an expected call of Reset.

type Queue1_1

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

Queue1_1 is a mock of Queue interface.

func NewQueue1_1

func NewQueue1_1(ctrl *gomock.Controller) *Queue1_1

NewQueue1_1 creates a new mock instance.

func (*Queue1_1) APIVersion

func (m *Queue1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Queue1_1) BindSparse

func (m *Queue1_1) BindSparse(fence core1_0.Fence, bindInfos []core1_0.BindSparseOptions) (common.VkResult, error)

BindSparse mocks base method.

func (*Queue1_1) DeviceHandle

func (m *Queue1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Queue1_1) Driver

func (m *Queue1_1) Driver() driver.Driver

Driver mocks base method.

func (*Queue1_1) EXPECT

func (m *Queue1_1) EXPECT() *Queue1_1MockRecorder

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

func (*Queue1_1) Handle

func (m *Queue1_1) Handle() driver.VkQueue

Handle mocks base method.

func (*Queue1_1) Submit

func (m *Queue1_1) Submit(fence core1_0.Fence, o []core1_0.SubmitInfo) (common.VkResult, error)

Submit mocks base method.

func (*Queue1_1) WaitIdle

func (m *Queue1_1) WaitIdle() (common.VkResult, error)

WaitIdle mocks base method.

type Queue1_1MockRecorder

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

Queue1_1MockRecorder is the mock recorder for Queue1_1.

func (*Queue1_1MockRecorder) APIVersion

func (mr *Queue1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Queue1_1MockRecorder) BindSparse

func (mr *Queue1_1MockRecorder) BindSparse(fence, bindInfos interface{}) *gomock.Call

BindSparse indicates an expected call of BindSparse.

func (*Queue1_1MockRecorder) DeviceHandle

func (mr *Queue1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Queue1_1MockRecorder) Driver

func (mr *Queue1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Queue1_1MockRecorder) Handle

func (mr *Queue1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Queue1_1MockRecorder) Submit

func (mr *Queue1_1MockRecorder) Submit(fence, o interface{}) *gomock.Call

Submit indicates an expected call of Submit.

func (*Queue1_1MockRecorder) WaitIdle

func (mr *Queue1_1MockRecorder) WaitIdle() *gomock.Call

WaitIdle indicates an expected call of WaitIdle.

type Queue1_2

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

Queue1_2 is a mock of Queue interface.

func NewQueue1_2

func NewQueue1_2(ctrl *gomock.Controller) *Queue1_2

NewQueue1_2 creates a new mock instance.

func (*Queue1_2) APIVersion

func (m *Queue1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Queue1_2) BindSparse

func (m *Queue1_2) BindSparse(fence core1_0.Fence, bindInfos []core1_0.BindSparseOptions) (common.VkResult, error)

BindSparse mocks base method.

func (*Queue1_2) DeviceHandle

func (m *Queue1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Queue1_2) Driver

func (m *Queue1_2) Driver() driver.Driver

Driver mocks base method.

func (*Queue1_2) EXPECT

func (m *Queue1_2) EXPECT() *Queue1_2MockRecorder

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

func (*Queue1_2) Handle

func (m *Queue1_2) Handle() driver.VkQueue

Handle mocks base method.

func (*Queue1_2) Submit

func (m *Queue1_2) Submit(fence core1_0.Fence, o []core1_0.SubmitInfo) (common.VkResult, error)

Submit mocks base method.

func (*Queue1_2) WaitIdle

func (m *Queue1_2) WaitIdle() (common.VkResult, error)

WaitIdle mocks base method.

type Queue1_2MockRecorder

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

Queue1_2MockRecorder is the mock recorder for Queue1_2.

func (*Queue1_2MockRecorder) APIVersion

func (mr *Queue1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Queue1_2MockRecorder) BindSparse

func (mr *Queue1_2MockRecorder) BindSparse(fence, bindInfos interface{}) *gomock.Call

BindSparse indicates an expected call of BindSparse.

func (*Queue1_2MockRecorder) DeviceHandle

func (mr *Queue1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Queue1_2MockRecorder) Driver

func (mr *Queue1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Queue1_2MockRecorder) Handle

func (mr *Queue1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*Queue1_2MockRecorder) Submit

func (mr *Queue1_2MockRecorder) Submit(fence, o interface{}) *gomock.Call

Submit indicates an expected call of Submit.

func (*Queue1_2MockRecorder) WaitIdle

func (mr *Queue1_2MockRecorder) WaitIdle() *gomock.Call

WaitIdle indicates an expected call of WaitIdle.

type RenderPass1_1

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

RenderPass1_1 is a mock of RenderPass interface.

func NewRenderPass1_1

func NewRenderPass1_1(ctrl *gomock.Controller) *RenderPass1_1

NewRenderPass1_1 creates a new mock instance.

func (*RenderPass1_1) APIVersion

func (m *RenderPass1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*RenderPass1_1) Destroy

func (m *RenderPass1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*RenderPass1_1) DeviceHandle

func (m *RenderPass1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*RenderPass1_1) Driver

func (m *RenderPass1_1) Driver() driver.Driver

Driver mocks base method.

func (*RenderPass1_1) EXPECT

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

func (*RenderPass1_1) Handle

func (m *RenderPass1_1) Handle() driver.VkRenderPass

Handle mocks base method.

func (*RenderPass1_1) RenderAreaGranularity

func (m *RenderPass1_1) RenderAreaGranularity() core1_0.Extent2D

RenderAreaGranularity mocks base method.

type RenderPass1_1MockRecorder

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

RenderPass1_1MockRecorder is the mock recorder for RenderPass1_1.

func (*RenderPass1_1MockRecorder) APIVersion

func (mr *RenderPass1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*RenderPass1_1MockRecorder) Destroy

func (mr *RenderPass1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*RenderPass1_1MockRecorder) DeviceHandle

func (mr *RenderPass1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*RenderPass1_1MockRecorder) Driver

func (mr *RenderPass1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*RenderPass1_1MockRecorder) Handle

func (mr *RenderPass1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*RenderPass1_1MockRecorder) RenderAreaGranularity

func (mr *RenderPass1_1MockRecorder) RenderAreaGranularity() *gomock.Call

RenderAreaGranularity indicates an expected call of RenderAreaGranularity.

type RenderPass1_2

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

RenderPass1_2 is a mock of RenderPass interface.

func NewRenderPass1_2

func NewRenderPass1_2(ctrl *gomock.Controller) *RenderPass1_2

NewRenderPass1_2 creates a new mock instance.

func (*RenderPass1_2) APIVersion

func (m *RenderPass1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*RenderPass1_2) Destroy

func (m *RenderPass1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*RenderPass1_2) DeviceHandle

func (m *RenderPass1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*RenderPass1_2) Driver

func (m *RenderPass1_2) Driver() driver.Driver

Driver mocks base method.

func (*RenderPass1_2) EXPECT

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

func (*RenderPass1_2) Handle

func (m *RenderPass1_2) Handle() driver.VkRenderPass

Handle mocks base method.

func (*RenderPass1_2) RenderAreaGranularity

func (m *RenderPass1_2) RenderAreaGranularity() core1_0.Extent2D

RenderAreaGranularity mocks base method.

type RenderPass1_2MockRecorder

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

RenderPass1_2MockRecorder is the mock recorder for RenderPass1_2.

func (*RenderPass1_2MockRecorder) APIVersion

func (mr *RenderPass1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*RenderPass1_2MockRecorder) Destroy

func (mr *RenderPass1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*RenderPass1_2MockRecorder) DeviceHandle

func (mr *RenderPass1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*RenderPass1_2MockRecorder) Driver

func (mr *RenderPass1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*RenderPass1_2MockRecorder) Handle

func (mr *RenderPass1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

func (*RenderPass1_2MockRecorder) RenderAreaGranularity

func (mr *RenderPass1_2MockRecorder) RenderAreaGranularity() *gomock.Call

RenderAreaGranularity indicates an expected call of RenderAreaGranularity.

type Sampler1_1

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

Sampler1_1 is a mock of Sampler interface.

func NewSampler1_1

func NewSampler1_1(ctrl *gomock.Controller) *Sampler1_1

NewSampler1_1 creates a new mock instance.

func (*Sampler1_1) APIVersion

func (m *Sampler1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Sampler1_1) Destroy

func (m *Sampler1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Sampler1_1) DeviceHandle

func (m *Sampler1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Sampler1_1) Driver

func (m *Sampler1_1) Driver() driver.Driver

Driver mocks base method.

func (*Sampler1_1) EXPECT

func (m *Sampler1_1) EXPECT() *Sampler1_1MockRecorder

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

func (*Sampler1_1) Handle

func (m *Sampler1_1) Handle() driver.VkSampler

Handle mocks base method.

type Sampler1_1MockRecorder

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

Sampler1_1MockRecorder is the mock recorder for Sampler1_1.

func (*Sampler1_1MockRecorder) APIVersion

func (mr *Sampler1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Sampler1_1MockRecorder) Destroy

func (mr *Sampler1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Sampler1_1MockRecorder) DeviceHandle

func (mr *Sampler1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Sampler1_1MockRecorder) Driver

func (mr *Sampler1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Sampler1_1MockRecorder) Handle

func (mr *Sampler1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type Sampler1_2

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

Sampler1_2 is a mock of Sampler interface.

func NewSampler1_2

func NewSampler1_2(ctrl *gomock.Controller) *Sampler1_2

NewSampler1_2 creates a new mock instance.

func (*Sampler1_2) APIVersion

func (m *Sampler1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Sampler1_2) Destroy

func (m *Sampler1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Sampler1_2) DeviceHandle

func (m *Sampler1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Sampler1_2) Driver

func (m *Sampler1_2) Driver() driver.Driver

Driver mocks base method.

func (*Sampler1_2) EXPECT

func (m *Sampler1_2) EXPECT() *Sampler1_2MockRecorder

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

func (*Sampler1_2) Handle

func (m *Sampler1_2) Handle() driver.VkSampler

Handle mocks base method.

type Sampler1_2MockRecorder

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

Sampler1_2MockRecorder is the mock recorder for Sampler1_2.

func (*Sampler1_2MockRecorder) APIVersion

func (mr *Sampler1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Sampler1_2MockRecorder) Destroy

func (mr *Sampler1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Sampler1_2MockRecorder) DeviceHandle

func (mr *Sampler1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Sampler1_2MockRecorder) Driver

func (mr *Sampler1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Sampler1_2MockRecorder) Handle

func (mr *Sampler1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type SamplerYcbcrConversion1_2

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

SamplerYcbcrConversion1_2 is a mock of SamplerYcbcrConversion interface.

func NewSamplerYcbcrConversion1_2

func NewSamplerYcbcrConversion1_2(ctrl *gomock.Controller) *SamplerYcbcrConversion1_2

NewSamplerYcbcrConversion1_2 creates a new mock instance.

func (*SamplerYcbcrConversion1_2) APIVersion

APIVersion mocks base method.

func (*SamplerYcbcrConversion1_2) Destroy

func (m *SamplerYcbcrConversion1_2) Destroy(allocator *driver.AllocationCallbacks)

Destroy mocks base method.

func (*SamplerYcbcrConversion1_2) DeviceHandle

func (m *SamplerYcbcrConversion1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*SamplerYcbcrConversion1_2) Driver

Driver mocks base method.

func (*SamplerYcbcrConversion1_2) EXPECT

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

func (*SamplerYcbcrConversion1_2) Handle

Handle mocks base method.

type SamplerYcbcrConversion1_2MockRecorder

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

SamplerYcbcrConversion1_2MockRecorder is the mock recorder for SamplerYcbcrConversion1_2.

func (*SamplerYcbcrConversion1_2MockRecorder) APIVersion

APIVersion indicates an expected call of APIVersion.

func (*SamplerYcbcrConversion1_2MockRecorder) Destroy

func (mr *SamplerYcbcrConversion1_2MockRecorder) Destroy(allocator interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*SamplerYcbcrConversion1_2MockRecorder) DeviceHandle

DeviceHandle indicates an expected call of DeviceHandle.

func (*SamplerYcbcrConversion1_2MockRecorder) Driver

Driver indicates an expected call of Driver.

func (*SamplerYcbcrConversion1_2MockRecorder) Handle

Handle indicates an expected call of Handle.

type Semaphore1_1

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

Semaphore1_1 is a mock of Semaphore interface.

func NewSemaphore1_1

func NewSemaphore1_1(ctrl *gomock.Controller) *Semaphore1_1

NewSemaphore1_1 creates a new mock instance.

func (*Semaphore1_1) APIVersion

func (m *Semaphore1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Semaphore1_1) Destroy

func (m *Semaphore1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Semaphore1_1) DeviceHandle

func (m *Semaphore1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Semaphore1_1) Driver

func (m *Semaphore1_1) Driver() driver.Driver

Driver mocks base method.

func (*Semaphore1_1) EXPECT

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

func (*Semaphore1_1) Handle

func (m *Semaphore1_1) Handle() driver.VkSemaphore

Handle mocks base method.

type Semaphore1_1MockRecorder

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

Semaphore1_1MockRecorder is the mock recorder for Semaphore1_1.

func (*Semaphore1_1MockRecorder) APIVersion

func (mr *Semaphore1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Semaphore1_1MockRecorder) Destroy

func (mr *Semaphore1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Semaphore1_1MockRecorder) DeviceHandle

func (mr *Semaphore1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Semaphore1_1MockRecorder) Driver

func (mr *Semaphore1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Semaphore1_1MockRecorder) Handle

func (mr *Semaphore1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type Semaphore1_2

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

Semaphore1_2 is a mock of Semaphore interface.

func NewSemaphore1_2

func NewSemaphore1_2(ctrl *gomock.Controller) *Semaphore1_2

NewSemaphore1_2 creates a new mock instance.

func (*Semaphore1_2) APIVersion

func (m *Semaphore1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*Semaphore1_2) CounterValue

func (m *Semaphore1_2) CounterValue() (uint64, common.VkResult, error)

CounterValue mocks base method.

func (*Semaphore1_2) Destroy

func (m *Semaphore1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*Semaphore1_2) DeviceHandle

func (m *Semaphore1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*Semaphore1_2) Driver

func (m *Semaphore1_2) Driver() driver.Driver

Driver mocks base method.

func (*Semaphore1_2) EXPECT

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

func (*Semaphore1_2) Handle

func (m *Semaphore1_2) Handle() driver.VkSemaphore

Handle mocks base method.

type Semaphore1_2MockRecorder

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

Semaphore1_2MockRecorder is the mock recorder for Semaphore1_2.

func (*Semaphore1_2MockRecorder) APIVersion

func (mr *Semaphore1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*Semaphore1_2MockRecorder) CounterValue

func (mr *Semaphore1_2MockRecorder) CounterValue() *gomock.Call

CounterValue indicates an expected call of CounterValue.

func (*Semaphore1_2MockRecorder) Destroy

func (mr *Semaphore1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*Semaphore1_2MockRecorder) DeviceHandle

func (mr *Semaphore1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*Semaphore1_2MockRecorder) Driver

func (mr *Semaphore1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*Semaphore1_2MockRecorder) Handle

func (mr *Semaphore1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type ShaderModule1_1

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

ShaderModule1_1 is a mock of ShaderModule interface.

func NewShaderModule1_1

func NewShaderModule1_1(ctrl *gomock.Controller) *ShaderModule1_1

NewShaderModule1_1 creates a new mock instance.

func (*ShaderModule1_1) APIVersion

func (m *ShaderModule1_1) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*ShaderModule1_1) Destroy

func (m *ShaderModule1_1) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*ShaderModule1_1) DeviceHandle

func (m *ShaderModule1_1) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*ShaderModule1_1) Driver

func (m *ShaderModule1_1) Driver() driver.Driver

Driver mocks base method.

func (*ShaderModule1_1) EXPECT

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

func (*ShaderModule1_1) Handle

Handle mocks base method.

type ShaderModule1_1MockRecorder

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

ShaderModule1_1MockRecorder is the mock recorder for ShaderModule1_1.

func (*ShaderModule1_1MockRecorder) APIVersion

func (mr *ShaderModule1_1MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*ShaderModule1_1MockRecorder) Destroy

func (mr *ShaderModule1_1MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*ShaderModule1_1MockRecorder) DeviceHandle

func (mr *ShaderModule1_1MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*ShaderModule1_1MockRecorder) Driver

func (mr *ShaderModule1_1MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*ShaderModule1_1MockRecorder) Handle

func (mr *ShaderModule1_1MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

type ShaderModule1_2

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

ShaderModule1_2 is a mock of ShaderModule interface.

func NewShaderModule1_2

func NewShaderModule1_2(ctrl *gomock.Controller) *ShaderModule1_2

NewShaderModule1_2 creates a new mock instance.

func (*ShaderModule1_2) APIVersion

func (m *ShaderModule1_2) APIVersion() common.APIVersion

APIVersion mocks base method.

func (*ShaderModule1_2) Destroy

func (m *ShaderModule1_2) Destroy(callbacks *driver.AllocationCallbacks)

Destroy mocks base method.

func (*ShaderModule1_2) DeviceHandle

func (m *ShaderModule1_2) DeviceHandle() driver.VkDevice

DeviceHandle mocks base method.

func (*ShaderModule1_2) Driver

func (m *ShaderModule1_2) Driver() driver.Driver

Driver mocks base method.

func (*ShaderModule1_2) EXPECT

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

func (*ShaderModule1_2) Handle

Handle mocks base method.

type ShaderModule1_2MockRecorder

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

ShaderModule1_2MockRecorder is the mock recorder for ShaderModule1_2.

func (*ShaderModule1_2MockRecorder) APIVersion

func (mr *ShaderModule1_2MockRecorder) APIVersion() *gomock.Call

APIVersion indicates an expected call of APIVersion.

func (*ShaderModule1_2MockRecorder) Destroy

func (mr *ShaderModule1_2MockRecorder) Destroy(callbacks interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*ShaderModule1_2MockRecorder) DeviceHandle

func (mr *ShaderModule1_2MockRecorder) DeviceHandle() *gomock.Call

DeviceHandle indicates an expected call of DeviceHandle.

func (*ShaderModule1_2MockRecorder) Driver

func (mr *ShaderModule1_2MockRecorder) Driver() *gomock.Call

Driver indicates an expected call of Driver.

func (*ShaderModule1_2MockRecorder) Handle

func (mr *ShaderModule1_2MockRecorder) Handle() *gomock.Call

Handle indicates an expected call of Handle.

Jump to

Keyboard shortcuts

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