Home
last modified time | relevance | path

Searched refs:mutableDescriptorType (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp248 mutableDescriptorTypeFeatures->mutableDescriptorType = false; in DeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2685 VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT mutableDescriptorType = initVulkanStructure();
2686 VkPhysicalDeviceFeatures2KHR features2 = initVulkanStructure(&mutableDescriptorType);
2690 if (!mutableDescriptorType.mutableDescriptorType)
2691 TCU_THROW(NotSupportedError, "mutableDescriptorType feature is not supported");
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2681 VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT mutableDescriptorType = initVulkanStructure();
2682 VkPhysicalDeviceFeatures2KHR features2 = initVulkanStructure(&mutableDescriptorType);
2686 if (!mutableDescriptorType.mutableDescriptorType)
2687 TCU_THROW(NotSupportedError, "mutableDescriptorType feature is not supported");
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c829 features->mutableDescriptorType = true; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1632 features->mutableDescriptorType = true; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1636 features->mutableDescriptorType = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h12051 VkBool32 mutableDescriptorType; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp47552 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; global() member
[all...]
H A Dvulkan_core.h12631 VkBool32 mutableDescriptorType; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h13807 VkBool32 mutableDescriptorType; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h12804 VkBool32 mutableDescriptorType; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16414 VkBool32 mutableDescriptorType; member
H A Dvulkan_hash.hpp10004 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType );
H A Dvulkan_structs.hpp[all...]

Completed in 445 milliseconds