mock_get_physical_device_properties2

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: 7 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.

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.

Jump to

Keyboard shortcuts

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