Home
last modified time | relevance | path

Searched refs:mutableDescriptorTypeFeatures (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp41 … VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT *mutableDescriptorTypeFeatures = nullptr; in DeviceFeatures() local
154 mutableDescriptorTypeFeatures = in DeviceFeatures()
259 if (mutableDescriptorTypeFeatures) in DeviceFeatures()
260 mutableDescriptorTypeFeatures->mutableDescriptorType = false; in DeviceFeatures()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp770 … auto mutableDescriptorTypeFeatures = m_context.getMutableDescriptorTypeFeaturesEXT(); in iterate() local
921 &mutableDescriptorTypeFeatures, in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp90 …VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT mutableDescriptorTypeFeatures = initVulkanStructu… in getDevice() local
110 addFeatures(&mutableDescriptorTypeFeatures); in getDevice()