Home
last modified time | relevance | path

Searched refs:descriptorTypeCount (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count }; in addDescriptors() local
616 m_poolSizeCounts.push_back(descriptorTypeCount); in addDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count }; in addDescriptors() local
616 m_poolSizeCounts.push_back(descriptorTypeCount); in addDescriptors()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c83 for (uint32_t i = 0; i < list->descriptorTypeCount; i++) { in mutable_descriptor_size()
322 for (uint32_t j = 0; j < list->descriptorTypeCount; j++) { in tu_GetDescriptorSetLayoutSupport()
669 mutable_info->pMutableDescriptorTypeLists[i].descriptorTypeCount > 0) { in tu_CreateDescriptorPool()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c153 for (uint32_t i = 0; i < type_list->descriptorTypeCount; i++) { in anv_descriptor_data_for_mutable_type()
246 for (uint32_t i = 0; i < type_list->descriptorTypeCount; i++) { in anv_descriptor_size_for_mutable_type()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c76 for (uint32_t i = 0; i < list->descriptorTypeCount; i++) { in radv_mutable_descriptor_type_size_alignment()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp37087 uint32_t descriptorTypeCount = {}; global() member
[all...]
H A Dvulkan_core.h12635 uint32_t descriptorTypeCount; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h12055 uint32_t descriptorTypeCount; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h13811 uint32_t descriptorTypeCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h12808 uint32_t descriptorTypeCount; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h16420 uint32_t descriptorTypeCount; member
H A Dvulkan_hash.hpp7091 VULKAN_HPP_HASH_COMBINE( seed, mutableDescriptorTypeListEXT.descriptorTypeCount );

Completed in 337 milliseconds