Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp53 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface,
56 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
61 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…
DvktPipelineStencilExportTests.cpp126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineStencilTests.cpp61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineDepthTests.cpp59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineBlendTests.cpp64 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, V… in isSupportedBlendFormat() argument
68 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
DvktPipelineImageUtil.cpp76 bool isSupportedSamplableFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice devic… in isSupportedSamplableFormat() argument
83 instanceInterface.getPhysicalDeviceFeatures(device, &physicalFeatures); in isSupportedSamplableFormat()
102 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat()
DvktPipelineMultisampleTests.cpp113 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevic…
682 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalD… in isSupportedSampleCount() argument
686 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); in isSupportedSampleCount()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp208 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() argument
211 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
215 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedDepthStencilFormat() argument
221 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp194 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in isFloatControlsFeaturesSupported() local
196 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFloatControlsFeaturesSupported()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp252 const InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in init() local
279 …lDeviceGroupProperties> properties = enumeratePhysicalDeviceGroups(instanceInterface, m_context.g… in init()
317 …VkPhysicalDeviceFeatures enabledDeviceFeatures = getPhysicalDeviceFeatures(instanceInterface, phys… in init()
349 …teDevice(m_context.getPlatformInterface(), m_context.getInstance(), instanceInterface, physicalDev… in init()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp235 const vk::InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in isFeaturesSupported() local
236 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1082 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in testSemaphores() local
1085 …ice = createTestDevice(platformInterface, context.getInstance(), instanceInterface, physicalDev… in testSemaphores()
1089 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice)); in testSemaphores()