Home
last modified time | relevance | path

Searched refs:instanceInterface (Results 1 – 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp130 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in CustomDevice() local
159 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures2); in CustomDevice()
175 …ce = createCustomDevice(useValidation, platformInterface, instance, instanceInterface, physicalDev… in CustomDevice()
351 …const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstan… in checkSupport() local
367 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures2); in checkSupport()
432 …const InstanceInterface& instanceInterface = (m_params.type == TestType::Fake) ? fakeContext.getIn… in iterate() local
448 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures2); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp130 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in CustomDevice() local
159 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures2); in CustomDevice()
175 …ce = createCustomDevice(useValidation, platformInterface, instance, instanceInterface, physicalDev… in CustomDevice()
351 …const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstan… in checkSupport() local
367 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures2); in checkSupport()
432 …const InstanceInterface& instanceInterface = (m_params.type == TestType::Fake) ? fakeContext.getIn… in iterate() local
448 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures2); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp424 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in basicMultiQueueCase() local
433 const InstanceInterface& instanceInterface = instanceDriver; in basicMultiQueueCase() local
465instanceInterface.getPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyPropertiesCo… in basicMultiQueueCase()
481instanceInterface.getPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyPropertiesCo… in basicMultiQueueCase()
495 queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instanceInterface, physicalDevice); in basicMultiQueueCase()
540 instanceInterface.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); in basicMultiQueueCase()
612 …().isValidationEnabled(), context.getPlatformInterface(), instance, instanceInterface, physicalDev… in basicMultiQueueCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp424 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in basicMultiQueueCase() local
433 const InstanceInterface& instanceInterface = instanceDriver; in basicMultiQueueCase() local
465instanceInterface.getPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyPropertiesCo… in basicMultiQueueCase()
481instanceInterface.getPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyPropertiesCo… in basicMultiQueueCase()
495 queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instanceInterface, physicalDevice); in basicMultiQueueCase()
540 instanceInterface.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); in basicMultiQueueCase()
612 …().isValidationEnabled(), context.getPlatformInterface(), instance, instanceInterface, physicalDev… in basicMultiQueueCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp54 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface,
57 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
62 bool isMinMaxFilteringSupported (const vk::InstanceInterface& instanceInterface,
DvktPipelineMultisampleTestsUtil.cpp381 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument
383 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
DvktPipelineMultisampleTestsUtil.hpp91 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
DvktPipelineLogicOpTests.cpp53 bool isSupportedColorAttachmentFormat (const InstanceInterface& instanceInterface, in isSupportedColorAttachmentFormat() argument
58 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
DvktPipelineStencilExportTests.cpp221 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
225 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.hpp54 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface,
57 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
62 bool isMinMaxFilteringSupported (const vk::InstanceInterface& instanceInterface,
DvktPipelineMultisampleTestsUtil.cpp381 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument
383 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
DvktPipelineMultisampleTestsUtil.hpp91 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
DvktPipelineLogicOpTests.cpp53 bool isSupportedColorAttachmentFormat (const InstanceInterface& instanceInterface, in isSupportedColorAttachmentFormat() argument
58 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedColorAttachmentFormat()
DvktPipelineStencilExportTests.cpp221 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
225 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp215 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() argument
218 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
222 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedDepthStencilFormat() argument
233 if (isSupportedDepthStencilFormat(instanceInterface, device, dsFormats[i])) in pickSupportedDepthStencilFormat()
DvktFragmentOperationsTransientAttachmentTests.cpp102 …pportedStencilFormat(const VkPhysicalDevice physDevice, const InstanceInterface& instanceInterface) in getSupportedStencilFormat() argument
114 instanceInterface.getPhysicalDeviceFormatProperties(physDevice, sFormat, &formatProps); in getSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp215 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() argument
218 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
222 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedDepthStencilFormat() argument
233 if (isSupportedDepthStencilFormat(instanceInterface, device, dsFormats[i])) in pickSupportedDepthStencilFormat()
DvktFragmentOperationsTransientAttachmentTests.cpp102 …pportedStencilFormat(const VkPhysicalDevice physDevice, const InstanceInterface& instanceInterface) in getSupportedStencilFormat() argument
114 instanceInterface.getPhysicalDeviceFormatProperties(physDevice, sFormat, &formatProps); in getSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktApplicationParametersTests.cpp73 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in readIDsFromDevice() local
77 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &properties); in readIDsFromDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktApplicationParametersTests.cpp73 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in readIDsFromDevice() local
77 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &properties); in readIDsFromDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp113 MovePtr<SparseAllocation> build (const InstanceInterface& instanceInterface,
208 …Ptr<SparseAllocation> SparseAllocationBuilder::build (const InstanceInterface& instanceInterface, in build() argument
223 …const deUint32 memoryTypeNdx = findMatchingMemoryType(instanceInterface, physicalDevice, mem… in build()
256 …sparseAllocation->heapIndex = getHeapIndexForMemoryType(instanceInterface, physicalDevice, memor… in build()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp113 MovePtr<SparseAllocation> build (const InstanceInterface& instanceInterface,
208 …Ptr<SparseAllocation> SparseAllocationBuilder::build (const InstanceInterface& instanceInterface, in build() argument
223 …const deUint32 memoryTypeNdx = findMatchingMemoryType(instanceInterface, physicalDevice, mem… in build()
256 …sparseAllocation->heapIndex = getHeapIndexForMemoryType(instanceInterface, physicalDevice, memor… in build()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp226 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in isFloatControlsFeaturesSupported() local
228 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFloatControlsFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp226 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in isFloatControlsFeaturesSupported() local
228 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFloatControlsFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateDiscardTests.cpp59 VkFormat pickSupportedStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedStencilFormat() argument
73 instanceInterface.getPhysicalDeviceFormatProperties(device, stencilFormats[i], &formatProps); in pickSupportedStencilFormat()

12