Home
last modified time | relevance | path

Searched refs:physicalDeviceFeatures (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp144 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport() local
146 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkSupport()
149 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT) && !physicalDeviceFeatures.sparseResidencyBuffer) in checkSupport()
152 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_ALIASED_BIT) && !physicalDeviceFeatures.sparseResidencyAliased) in checkSupport()
758 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkMaintenance4Support() local
759 if ((params.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkMaintenance4Support()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp145 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport() local
147 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkSupport()
150 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT) && !physicalDeviceFeatures.sparseResidencyBuffer) in checkSupport()
153 if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_ALIASED_BIT) && !physicalDeviceFeatures.sparseResidencyAliased) in checkSupport()
761 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkMaintenance4Support() local
762 if ((params.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkMaintenance4Support()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp208 inline const VkPhysicalDeviceFeatures& physicalDeviceFeatures (void) const;
230 inline const VkPhysicalDeviceFeatures& DeviceProperties::physicalDeviceFeatures (void) const in physicalDeviceFeatures() function in vkt::DescriptorIndexing::ut::DeviceProperties
H A DvktDescriptorSetsIndexingTests.cpp1851 const VkPhysicalDeviceFeatures& feats = dp.physicalDeviceFeatures(); in performWritesInVertex()
3010 vertexStores = dp.physicalDeviceFeatures().vertexPipelineStoresAndAtomics != DE_FALSE; in createAndPopulateDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp208 inline const VkPhysicalDeviceFeatures& physicalDeviceFeatures (void) const;
230 inline const VkPhysicalDeviceFeatures& DeviceProperties::physicalDeviceFeatures (void) const in physicalDeviceFeatures() function in vkt::DescriptorIndexing::ut::DeviceProperties
H A DvktDescriptorSetsIndexingTests.cpp1769 const VkPhysicalDeviceFeatures& feats = dp.physicalDeviceFeatures(); in performWritesInVertex()
2964 vertexStores = dp.physicalDeviceFeatures().vertexPipelineStoresAndAtomics != DE_FALSE; in createAndPopulateDescriptors()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp3538 std::size_t operator()( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures const & physicalDeviceFeatures ) const VULKAN_HPP_NOEXCEPT
3541 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.robustBufferAccess );
3542 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fullDrawIndexUint32 );
3543 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.imageCubeArray );
3544 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.independentBlend );
3545 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.geometryShader );
3546 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.tessellationShader );
3547 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.sampleRateShading );
3548 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.dualSrcBlend );
3549 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp444 VkPhysicalDeviceFeatures2 physicalDeviceFeatures; in setup() local
445 physicalDeviceFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in setup()
446 physicalDeviceFeatures.pNext = &physicalDeviceCustomBorderColorFeatures; in setup()
448 vki.getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &physicalDeviceFeatures); in setup()
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1791 VkPhysicalDeviceFeatures2 physicalDeviceFeatures = in checkRequirements() local
1798 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &physicalDeviceFeatures); in checkRequirements()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp442 VkPhysicalDeviceFeatures2 physicalDeviceFeatures; in setup() local
443 physicalDeviceFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in setup()
444 physicalDeviceFeatures.pNext = &physicalDeviceCustomBorderColorFeatures; in setup()
446 vki.getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &physicalDeviceFeatures); in setup()
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1770 VkPhysicalDeviceFeatures2 physicalDeviceFeatures = in checkRequirements() local
1777 instanceInterface.getPhysicalDeviceFeatures2(physicalDevice, &physicalDeviceFeatures); in checkRequirements()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp115 const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vki, physicalDevice); in createTestDevice() local
116 VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, DE_NULL, physicalDeviceFeatures }; in createTestDevice()
211 deviceInfo.pEnabledFeatures = !useFeatures2 ? &physicalDeviceFeatures : DE_NULL; in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp116 const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vki, physicalDevice); in createTestDevice() local
117 VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, DE_NULL, physicalDeviceFeatures }; in createTestDevice()
212 deviceInfo.pEnabledFeatures = !useFeatures2 ? &physicalDeviceFeatures : DE_NULL; in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2917 const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice); in checkSupport() local
2920 !physicalDeviceFeatures.textureCompressionBC) in checkSupport()
2924 !physicalDeviceFeatures.textureCompressionETC2) in checkSupport()
2928 !physicalDeviceFeatures.textureCompressionASTC_LDR) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2903 const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice); in checkSupport() local
2906 !physicalDeviceFeatures.textureCompressionBC) in checkSupport()
2910 !physicalDeviceFeatures.textureCompressionETC2) in checkSupport()
2914 !physicalDeviceFeatures.textureCompressionASTC_LDR) in checkSupport()

Completed in 63 milliseconds