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 ¶
- type MockDriver
- func (m *MockDriver) EXPECT() *MockDriverMockRecorder
- func (m *MockDriver) VkGetPhysicalDeviceFeatures2KHR(physicalDevice driver.VkPhysicalDevice, ...)
- func (m *MockDriver) VkGetPhysicalDeviceFormatProperties2KHR(physicalDevice driver.VkPhysicalDevice, format driver.VkFormat, ...)
- func (m *MockDriver) VkGetPhysicalDeviceImageFormatProperties2KHR(physicalDevice driver.VkPhysicalDevice, ...) (common.VkResult, error)
- func (m *MockDriver) VkGetPhysicalDeviceMemoryProperties2KHR(physicalDevice driver.VkPhysicalDevice, ...)
- func (m *MockDriver) VkGetPhysicalDeviceProperties2KHR(physicalDevice driver.VkPhysicalDevice, ...)
- func (m *MockDriver) VkGetPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice driver.VkPhysicalDevice, ...)
- func (m *MockDriver) VkGetPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice driver.VkPhysicalDevice, ...)
- type MockDriverMockRecorder
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures interface{}) *gomock.Call
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties interface{}) *gomock.Call
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceImageFormatProperties2KHR(physicalDevice, pImageFormatInfo, pImageFormatProperties interface{}) *gomock.Call
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties interface{}) *gomock.Call
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceProperties2KHR(physicalDevice, pProperties interface{}) *gomock.Call
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties interface{}) *gomock.Call
- func (mr *MockDriverMockRecorder) VkGetPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice, pFormatInfo, pPropertyCount, pProperties interface{}) *gomock.Call
- type MockExtension
- func (m *MockExtension) EXPECT() *MockExtensionMockRecorder
- func (m *MockExtension) PhysicalDeviceFeatures2(physicalDevice core1_0.PhysicalDevice, ...) error
- func (m *MockExtension) PhysicalDeviceFormatProperties2(physicalDevice core1_0.PhysicalDevice, format core1_0.Format, ...) error
- func (m *MockExtension) PhysicalDeviceImageFormatProperties2(physicalDevice core1_0.PhysicalDevice, ...) (common.VkResult, error)
- func (m *MockExtension) PhysicalDeviceMemoryProperties2(physicalDevice core1_0.PhysicalDevice, ...) error
- func (m *MockExtension) PhysicalDeviceProperties2(physicalDevice core1_0.PhysicalDevice, ...) error
- func (m *MockExtension) PhysicalDeviceQueueFamilyProperties2(physicalDevice core1_0.PhysicalDevice, ...) ([]*khr_get_physical_device_properties2.QueueFamilyProperties2, error)
- func (m *MockExtension) PhysicalDeviceSparseImageFormatProperties2(physicalDevice core1_0.PhysicalDevice, ...) ([]*khr_get_physical_device_properties2.SparseImageFormatProperties2, error)
- type MockExtensionMockRecorder
- func (mr *MockExtensionMockRecorder) PhysicalDeviceFeatures2(physicalDevice, out interface{}) *gomock.Call
- func (mr *MockExtensionMockRecorder) PhysicalDeviceFormatProperties2(physicalDevice, format, out interface{}) *gomock.Call
- func (mr *MockExtensionMockRecorder) PhysicalDeviceImageFormatProperties2(physicalDevice, options, out interface{}) *gomock.Call
- func (mr *MockExtensionMockRecorder) PhysicalDeviceMemoryProperties2(physicalDevice, out interface{}) *gomock.Call
- func (mr *MockExtensionMockRecorder) PhysicalDeviceProperties2(physicalDevice, out interface{}) *gomock.Call
- func (mr *MockExtensionMockRecorder) PhysicalDeviceQueueFamilyProperties2(physicalDevice, outDataFactory interface{}) *gomock.Call
- func (mr *MockExtensionMockRecorder) PhysicalDeviceSparseImageFormatProperties2(physicalDevice, options, outDataFactory interface{}) *gomock.Call
- type MockShim
- func (m *MockShim) EXPECT() *MockShimMockRecorder
- func (m *MockShim) Features2(out *core1_1.PhysicalDeviceFeatures2) error
- func (m *MockShim) FormatProperties2(format core1_0.Format, out *core1_1.FormatProperties2) error
- func (m *MockShim) ImageFormatProperties2(o core1_1.PhysicalDeviceImageFormatInfo2, out *core1_1.ImageFormatProperties2) (common.VkResult, error)
- func (m *MockShim) MemoryProperties2(out *core1_1.PhysicalDeviceMemoryProperties2) error
- func (m *MockShim) Properties2(out *core1_1.PhysicalDeviceProperties2) error
- func (m *MockShim) QueueFamilyProperties2(outDataFactory func() *core1_1.QueueFamilyProperties2) ([]*core1_1.QueueFamilyProperties2, error)
- func (m *MockShim) SparseImageFormatProperties2(o core1_1.PhysicalDeviceSparseImageFormatInfo2, ...) ([]*core1_1.SparseImageFormatProperties2, error)
- type MockShimMockRecorder
- func (mr *MockShimMockRecorder) Features2(out interface{}) *gomock.Call
- func (mr *MockShimMockRecorder) FormatProperties2(format, out interface{}) *gomock.Call
- func (mr *MockShimMockRecorder) ImageFormatProperties2(o, out interface{}) *gomock.Call
- func (mr *MockShimMockRecorder) MemoryProperties2(out interface{}) *gomock.Call
- func (mr *MockShimMockRecorder) Properties2(out interface{}) *gomock.Call
- func (mr *MockShimMockRecorder) QueueFamilyProperties2(outDataFactory interface{}) *gomock.Call
- func (mr *MockShimMockRecorder) SparseImageFormatProperties2(o, outDataFactory interface{}) *gomock.Call
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 ¶
func (m *MockDriver) VkGetPhysicalDeviceImageFormatProperties2KHR(physicalDevice driver.VkPhysicalDevice, pImageFormatInfo *khr_get_physical_device_properties2_driver.VkPhysicalDeviceImageFormatInfo2KHR, pImageFormatProperties *khr_get_physical_device_properties2_driver.VkImageFormatProperties2KHR) (common.VkResult, error)
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 ¶
func (m *MockDriver) VkGetPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice driver.VkPhysicalDevice, pFormatInfo *khr_get_physical_device_properties2_driver.VkPhysicalDeviceSparseImageFormatInfo2KHR, pPropertyCount *driver.Uint32, pProperties *khr_get_physical_device_properties2_driver.VkSparseImageFormatProperties2KHR)
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 ¶
func (m *MockExtension) EXPECT() *MockExtensionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExtension) PhysicalDeviceFeatures2 ¶
func (m *MockExtension) PhysicalDeviceFeatures2(physicalDevice core1_0.PhysicalDevice, out *khr_get_physical_device_properties2.PhysicalDeviceFeatures2) error
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 ¶
func (m *MockExtension) PhysicalDeviceImageFormatProperties2(physicalDevice core1_0.PhysicalDevice, options khr_get_physical_device_properties2.PhysicalDeviceImageFormatInfo2, out *khr_get_physical_device_properties2.ImageFormatProperties2) (common.VkResult, error)
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 ¶
func (m *MockExtension) PhysicalDeviceProperties2(physicalDevice core1_0.PhysicalDevice, out *khr_get_physical_device_properties2.PhysicalDeviceProperties2) error
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 ¶
func (m *MockExtension) PhysicalDeviceSparseImageFormatProperties2(physicalDevice core1_0.PhysicalDevice, options khr_get_physical_device_properties2.PhysicalDeviceSparseImageFormatInfo2, outDataFactory func() *khr_get_physical_device_properties2.SparseImageFormatProperties2) ([]*khr_get_physical_device_properties2.SparseImageFormatProperties2, error)
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
FormatProperties2 mocks base method.
func (*MockShim) ImageFormatProperties2 ¶ added in v2.1.0
func (m *MockShim) ImageFormatProperties2(o core1_1.PhysicalDeviceImageFormatInfo2, out *core1_1.ImageFormatProperties2) (common.VkResult, error)
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
func (m *MockShim) SparseImageFormatProperties2(o core1_1.PhysicalDeviceSparseImageFormatInfo2, outDataFactory func() *core1_1.SparseImageFormatProperties2) ([]*core1_1.SparseImageFormatProperties2, error)
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.