Searched refs:physicalDeviceFeatures (Results 1 – 6 of 6) sorted by relevance
145 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanc… in checkSupport() local147 …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() local737 if ((params.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkMaintenance4Support()
208 inline const VkPhysicalDeviceFeatures& physicalDeviceFeatures (void) const;230 inline const VkPhysicalDeviceFeatures& DeviceProperties::physicalDeviceFeatures (void) const in physicalDeviceFeatures() function in vkt::DescriptorIndexing::ut::DeviceProperties
1760 const VkPhysicalDeviceFeatures& feats = dp.physicalDeviceFeatures(); in performWritesInVertex()2955 vertexStores = dp.physicalDeviceFeatures().vertexPipelineStoresAndAtomics != DE_FALSE; in createAndPopulateDescriptors()
424 VkPhysicalDeviceFeatures2 physicalDeviceFeatures; in ImageSamplingInstance() local425 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()
118 …const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vki, physic… in createTestDevice() local119 …DeviceFeatures2 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, DE_NULL, physicalDeviceFeatures }; in createTestDevice()172 deviceInfo.pEnabledFeatures = deviceExtensions.empty() ? &physicalDeviceFeatures : DE_NULL; in createTestDevice()
2871 …const VkPhysicalDeviceFeatures physicalDeviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevi… in checkSupport() local2874 !physicalDeviceFeatures.textureCompressionBC) in checkSupport()2878 !physicalDeviceFeatures.textureCompressionETC2) in checkSupport()2882 !physicalDeviceFeatures.textureCompressionASTC_LDR) in checkSupport()