Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp145 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanc… in checkSupport() local
147 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBind… in checkSupport()
150 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT) && !physicalDeviceFeatures.sparseRe… in checkSupport()
153 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_ALIASED_BIT) && !physicalDeviceFeatures.sparseResi… in checkSupport()
736 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInst… in checkMaintenance4Support() local
737 if ((params.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkMaintenance4Support()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp208 inline const VkPhysicalDeviceFeatures& physicalDeviceFeatures (void) const;
230 inline const VkPhysicalDeviceFeatures& DeviceProperties::physicalDeviceFeatures (void) const in physicalDeviceFeatures() function in vkt::DescriptorIndexing::ut::DeviceProperties
DvktDescriptorSetsIndexingTests.cpp1760 const VkPhysicalDeviceFeatures& feats = dp.physicalDeviceFeatures(); in performWritesInVertex()
2955 vertexStores = dp.physicalDeviceFeatures().vertexPipelineStoresAndAtomics != DE_FALSE; in createAndPopulateDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp424 VkPhysicalDeviceFeatures2 physicalDeviceFeatures; in ImageSamplingInstance() local
425 physicalDeviceFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in ImageSamplingInstance()
426 physicalDeviceFeatures.pNext = &physicalDeviceCustomBorderColorFeatures; in ImageSamplingInstance()
428 vki.getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &physicalDeviceFeatures); in ImageSamplingInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp118 …const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vki, physic… in createTestDevice() local
119 …DeviceFeatures2 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, DE_NULL, physicalDeviceFeatures }; in createTestDevice()
172 deviceInfo.pEnabledFeatures = deviceExtensions.empty() ? &physicalDeviceFeatures : DE_NULL; in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp2871 …const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevi… in checkSupport() local
2874 !physicalDeviceFeatures.textureCompressionBC) in checkSupport()
2878 !physicalDeviceFeatures.textureCompressionETC2) in checkSupport()
2882 !physicalDeviceFeatures.textureCompressionASTC_LDR) in checkSupport()