Home
last modified time | relevance | path

Searched refs:physicalDeviceFeatures (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp267 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanc… in checkSupport() local
269 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBind… in checkSupport()
272 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT) && !physicalDeviceFeatures.sparseRe… in checkSupport()
275 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_ALIASED_BIT) && !physicalDeviceFeatures.sparseResi… in checkSupport()
DvktApiDeviceInitializationTests.cpp740 VkPhysicalDeviceFeatures physicalDeviceFeatures; in createDeviceWithUnsupportedFeaturesTest() local
744 instanceDriver.getPhysicalDeviceFeatures(physicalDevice, &physicalDeviceFeatures); in createDeviceWithUnsupportedFeaturesTest()
811 if (*(((VkBool32*)((deUint8*)(&physicalDeviceFeatures) + features[featureNdx].offset)))) in createDeviceWithUnsupportedFeaturesTest()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp2872 …const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures (vk, physicalDev… in createInstance() local
2875 !physicalDeviceFeatures.textureCompressionBC) in createInstance()
2879 !physicalDeviceFeatures.textureCompressionETC2) in createInstance()
2883 !physicalDeviceFeatures.textureCompressionASTC_LDR) in createInstance()
2888 !physicalDeviceFeatures.shaderStorageImageExtendedFormats) in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp99 …const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vki, physicalD… in createTestDevice() local
137 deviceInfo.pEnabledFeatures = &physicalDeviceFeatures; in createTestDevice()