mock_get_physical_device_properties2

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package mock_get_physical_device_properties2 is a generated GoMock package.

Package mock_get_physical_device_properties2 is a generated GoMock package.

Package mock_get_physical_device_properties2 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDriver

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

MockDriver is a mock of Driver interface.

func NewMockDriver

func NewMockDriver(ctrl *gomock.Controller) *MockDriver

NewMockDriver creates a new mock instance.

func (*MockDriver) EXPECT

func (m *MockDriver) EXPECT() *MockDriverMockRecorder

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

func (*MockDriver) VkGetPhysicalDeviceFeatures2KHR

func (m *MockDriver) VkGetPhysicalDeviceFeatures2KHR(physicalDevice driver.VkPhysicalDevice, pFeatures *khr_get_physical_device_properties2_driver.VkPhysicalDeviceFeatures2KHR)

VkGetPhysicalDeviceFeatures2KHR mocks base method.

func (*MockDriver) VkGetPhysicalDeviceFormatProperties2KHR

func (m *MockDriver) VkGetPhysicalDeviceFormatProperties2KHR(physicalDevice driver.VkPhysicalDevice, format driver.VkFormat, pFormatProperties *khr_get_physical_device_properties2_driver.VkFormatProperties2KHR)

VkGetPhysicalDeviceFormatProperties2KHR mocks base method.

func (*MockDriver) VkGetPhysicalDeviceImageFormatProperties2KHR

VkGetPhysicalDeviceImageFormatProperties2KHR mocks base method.

func (*MockDriver) VkGetPhysicalDeviceMemoryProperties2KHR

func (m *MockDriver) VkGetPhysicalDeviceMemoryProperties2KHR(physicalDevice driver.VkPhysicalDevice, pMemoryProperties *khr_get_physical_device_properties2_driver.VkPhysicalDeviceMemoryProperties2KHR)

VkGetPhysicalDeviceMemoryProperties2KHR mocks base method.

func (*MockDriver) VkGetPhysicalDeviceProperties2KHR

func (m *MockDriver) VkGetPhysicalDeviceProperties2KHR(physicalDevice driver.VkPhysicalDevice, pProperties *khr_get_physical_device_properties2_driver.VkPhysicalDeviceProperties2KHR)

VkGetPhysicalDeviceProperties2KHR mocks base method.

func (*MockDriver) VkGetPhysicalDeviceQueueFamilyProperties2KHR

func (m *MockDriver) VkGetPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice driver.VkPhysicalDevice, pQueueFamilyPropertyCount *driver.Uint32, pQueueFamilyProperties *khr_get_physical_device_properties2_driver.VkQueueFamilyProperties2KHR)

VkGetPhysicalDeviceQueueFamilyProperties2KHR mocks base method.

func (*MockDriver) VkGetPhysicalDeviceSparseImageFormatProperties2KHR

VkGetPhysicalDeviceSparseImageFormatProperties2KHR mocks base method.

type MockDriverMockRecorder

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

MockDriverMockRecorder is the mock recorder for MockDriver.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceFeatures2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures interface{}) *gomock.Call

VkGetPhysicalDeviceFeatures2KHR indicates an expected call of VkGetPhysicalDeviceFeatures2KHR.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceFormatProperties2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties interface{}) *gomock.Call

VkGetPhysicalDeviceFormatProperties2KHR indicates an expected call of VkGetPhysicalDeviceFormatProperties2KHR.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceImageFormatProperties2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceImageFormatProperties2KHR(physicalDevice, pImageFormatInfo, pImageFormatProperties interface{}) *gomock.Call

VkGetPhysicalDeviceImageFormatProperties2KHR indicates an expected call of VkGetPhysicalDeviceImageFormatProperties2KHR.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceMemoryProperties2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties interface{}) *gomock.Call

VkGetPhysicalDeviceMemoryProperties2KHR indicates an expected call of VkGetPhysicalDeviceMemoryProperties2KHR.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceProperties2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceProperties2KHR(physicalDevice, pProperties interface{}) *gomock.Call

VkGetPhysicalDeviceProperties2KHR indicates an expected call of VkGetPhysicalDeviceProperties2KHR.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceQueueFamilyProperties2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties interface{}) *gomock.Call

VkGetPhysicalDeviceQueueFamilyProperties2KHR indicates an expected call of VkGetPhysicalDeviceQueueFamilyProperties2KHR.

func (*MockDriverMockRecorder) VkGetPhysicalDeviceSparseImageFormatProperties2KHR

func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice, pFormatInfo, pPropertyCount, pProperties interface{}) *gomock.Call

VkGetPhysicalDeviceSparseImageFormatProperties2KHR indicates an expected call of VkGetPhysicalDeviceSparseImageFormatProperties2KHR.

type MockExtension

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

MockExtension is a mock of Extension interface.

func NewMockExtension

func NewMockExtension(ctrl *gomock.Controller) *MockExtension

NewMockExtension creates a new mock instance.

func (*MockExtension) EXPECT

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

func (*MockExtension) PhysicalDeviceFeatures2

PhysicalDeviceFeatures2 mocks base method.

func (*MockExtension) PhysicalDeviceFormatProperties2

func (m *MockExtension) PhysicalDeviceFormatProperties2(physicalDevice core1_0.PhysicalDevice, format core1_0.Format, out *khr_get_physical_device_properties2.FormatProperties2) error

PhysicalDeviceFormatProperties2 mocks base method.

func (*MockExtension) PhysicalDeviceImageFormatProperties2

PhysicalDeviceImageFormatProperties2 mocks base method.

func (*MockExtension) PhysicalDeviceMemoryProperties2

func (m *MockExtension) PhysicalDeviceMemoryProperties2(physicalDevice core1_0.PhysicalDevice, out *khr_get_physical_device_properties2.PhysicalDeviceMemoryProperties2) error

PhysicalDeviceMemoryProperties2 mocks base method.

func (*MockExtension) PhysicalDeviceProperties2

PhysicalDeviceProperties2 mocks base method.

func (*MockExtension) PhysicalDeviceQueueFamilyProperties2

func (m *MockExtension) PhysicalDeviceQueueFamilyProperties2(physicalDevice core1_0.PhysicalDevice, outDataFactory func() *khr_get_physical_device_properties2.QueueFamilyProperties2) ([]*khr_get_physical_device_properties2.QueueFamilyProperties2, error)

PhysicalDeviceQueueFamilyProperties2 mocks base method.

func (*MockExtension) PhysicalDeviceSparseImageFormatProperties2

PhysicalDeviceSparseImageFormatProperties2 mocks base method.

type MockExtensionMockRecorder

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

MockExtensionMockRecorder is the mock recorder for MockExtension.

func (*MockExtensionMockRecorder) PhysicalDeviceFeatures2

func (mr *MockExtensionMockRecorder) PhysicalDeviceFeatures2(physicalDevice, out interface{}) *gomock.Call

PhysicalDeviceFeatures2 indicates an expected call of PhysicalDeviceFeatures2.

func (*MockExtensionMockRecorder) PhysicalDeviceFormatProperties2

func (mr *MockExtensionMockRecorder) PhysicalDeviceFormatProperties2(physicalDevice, format, out interface{}) *gomock.Call

PhysicalDeviceFormatProperties2 indicates an expected call of PhysicalDeviceFormatProperties2.

func (*MockExtensionMockRecorder) PhysicalDeviceImageFormatProperties2

func (mr *MockExtensionMockRecorder) PhysicalDeviceImageFormatProperties2(physicalDevice, options, out interface{}) *gomock.Call

PhysicalDeviceImageFormatProperties2 indicates an expected call of PhysicalDeviceImageFormatProperties2.

func (*MockExtensionMockRecorder) PhysicalDeviceMemoryProperties2

func (mr *MockExtensionMockRecorder) PhysicalDeviceMemoryProperties2(physicalDevice, out interface{}) *gomock.Call

PhysicalDeviceMemoryProperties2 indicates an expected call of PhysicalDeviceMemoryProperties2.

func (*MockExtensionMockRecorder) PhysicalDeviceProperties2

func (mr *MockExtensionMockRecorder) PhysicalDeviceProperties2(physicalDevice, out interface{}) *gomock.Call

PhysicalDeviceProperties2 indicates an expected call of PhysicalDeviceProperties2.

func (*MockExtensionMockRecorder) PhysicalDeviceQueueFamilyProperties2

func (mr *MockExtensionMockRecorder) PhysicalDeviceQueueFamilyProperties2(physicalDevice, outDataFactory interface{}) *gomock.Call

PhysicalDeviceQueueFamilyProperties2 indicates an expected call of PhysicalDeviceQueueFamilyProperties2.

func (*MockExtensionMockRecorder) PhysicalDeviceSparseImageFormatProperties2

func (mr *MockExtensionMockRecorder) PhysicalDeviceSparseImageFormatProperties2(physicalDevice, options, outDataFactory interface{}) *gomock.Call

PhysicalDeviceSparseImageFormatProperties2 indicates an expected call of PhysicalDeviceSparseImageFormatProperties2.

type MockShim added in v2.1.0

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

MockShim is a mock of Shim interface.

func NewMockShim added in v2.1.0

func NewMockShim(ctrl *gomock.Controller) *MockShim

NewMockShim creates a new mock instance.

func (*MockShim) EXPECT added in v2.1.0

func (m *MockShim) EXPECT() *MockShimMockRecorder

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

func (*MockShim) Features2 added in v2.1.0

func (m *MockShim) Features2(out *core1_1.PhysicalDeviceFeatures2) error

Features2 mocks base method.

func (*MockShim) FormatProperties2 added in v2.1.0

func (m *MockShim) FormatProperties2(format core1_0.Format, out *core1_1.FormatProperties2) error

FormatProperties2 mocks base method.

func (*MockShim) ImageFormatProperties2 added in v2.1.0

ImageFormatProperties2 mocks base method.

func (*MockShim) MemoryProperties2 added in v2.1.0

func (m *MockShim) MemoryProperties2(out *core1_1.PhysicalDeviceMemoryProperties2) error

MemoryProperties2 mocks base method.

func (*MockShim) Properties2 added in v2.1.0

func (m *MockShim) Properties2(out *core1_1.PhysicalDeviceProperties2) error

Properties2 mocks base method.

func (*MockShim) QueueFamilyProperties2 added in v2.1.0

func (m *MockShim) QueueFamilyProperties2(outDataFactory func() *core1_1.QueueFamilyProperties2) ([]*core1_1.QueueFamilyProperties2, error)

QueueFamilyProperties2 mocks base method.

func (*MockShim) SparseImageFormatProperties2 added in v2.1.0

SparseImageFormatProperties2 mocks base method.

type MockShimMockRecorder added in v2.1.0

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

MockShimMockRecorder is the mock recorder for MockShim.

func (*MockShimMockRecorder) Features2 added in v2.1.0

func (mr *MockShimMockRecorder) Features2(out interface{}) *gomock.Call

Features2 indicates an expected call of Features2.

func (*MockShimMockRecorder) FormatProperties2 added in v2.1.0

func (mr *MockShimMockRecorder) FormatProperties2(format, out interface{}) *gomock.Call

FormatProperties2 indicates an expected call of FormatProperties2.

func (*MockShimMockRecorder) ImageFormatProperties2 added in v2.1.0

func (mr *MockShimMockRecorder) ImageFormatProperties2(o, out interface{}) *gomock.Call

ImageFormatProperties2 indicates an expected call of ImageFormatProperties2.

func (*MockShimMockRecorder) MemoryProperties2 added in v2.1.0

func (mr *MockShimMockRecorder) MemoryProperties2(out interface{}) *gomock.Call

MemoryProperties2 indicates an expected call of MemoryProperties2.

func (*MockShimMockRecorder) Properties2 added in v2.1.0

func (mr *MockShimMockRecorder) Properties2(out interface{}) *gomock.Call

Properties2 indicates an expected call of Properties2.

func (*MockShimMockRecorder) QueueFamilyProperties2 added in v2.1.0

func (mr *MockShimMockRecorder) QueueFamilyProperties2(outDataFactory interface{}) *gomock.Call

QueueFamilyProperties2 indicates an expected call of QueueFamilyProperties2.

func (*MockShimMockRecorder) SparseImageFormatProperties2 added in v2.1.0

func (mr *MockShimMockRecorder) SparseImageFormatProperties2(o, outDataFactory interface{}) *gomock.Call

SparseImageFormatProperties2 indicates an expected call of SparseImageFormatProperties2.

Jump to

Keyboard shortcuts

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