Home
last modified time | relevance | path

Searched refs:descriptorUpdateEntryCount (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorUpdateTemplate.cpp23 : descriptorUpdateEntryCount(pCreateInfo->descriptorUpdateEntryCount) in DescriptorUpdateTemplate()
27 for(uint32_t i = 0; i < descriptorUpdateEntryCount; i++) in DescriptorUpdateTemplate()
35 return info->descriptorUpdateEntryCount * sizeof(VkDescriptorUpdateTemplateEntry); in ComputeRequiredAllocationSize()
43 for(uint32_t i = 0; i < descriptorUpdateEntryCount; i++) in updateDescriptorSet()
H A DVkDescriptorUpdateTemplate.hpp35 uint32_t descriptorUpdateEntryCount = 0; member in vk::DescriptorUpdateTemplate
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_update_template.h55 size += vn_sizeof_uint32_t(&val->descriptorUpdateEntryCount); in vn_sizeof_VkDescriptorUpdateTemplateCreateInfo_self()
57 size += vn_sizeof_array_size(val->descriptorUpdateEntryCount); in vn_sizeof_VkDescriptorUpdateTemplateCreateInfo_self()
58 for (uint32_t i = 0; i < val->descriptorUpdateEntryCount; i++) in vn_sizeof_VkDescriptorUpdateTemplateCreateInfo_self()
95 vn_encode_uint32_t(enc, &val->descriptorUpdateEntryCount); in vn_encode_VkDescriptorUpdateTemplateCreateInfo_self()
97 vn_encode_array_size(enc, val->descriptorUpdateEntryCount); in vn_encode_VkDescriptorUpdateTemplateCreateInfo_self()
98 for (uint32_t i = 0; i < val->descriptorUpdateEntryCount; i++) in vn_encode_VkDescriptorUpdateTemplateCreateInfo_self()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c801 for (uint32_t i = 0; i < create_info->descriptorUpdateEntryCount; i++) { in vn_update_descriptor_sets_parse_template()
833 create_info->descriptorUpdateEntryCount, img_count, buf_count, in vn_update_descriptor_sets_parse_template()
842 for (uint32_t i = 0; i < create_info->descriptorUpdateEntryCount; i++) { in vn_update_descriptor_sets_parse_template()
919 entries[pCreateInfo->descriptorUpdateEntryCount + 1]); in vn_CreateDescriptorUpdateTemplate()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c618 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount; in lvp_CreateDescriptorUpdateTemplate()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c1311 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]); in v3dv_CreateDescriptorUpdateTemplate()
1323 template->entry_count = pCreateInfo->descriptorUpdateEntryCount; in v3dv_CreateDescriptorUpdateTemplate()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c1998 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]); in anv_CreateDescriptorUpdateTemplate()
2009 template->entry_count = pCreateInfo->descriptorUpdateEntryCount; in anv_CreateDescriptorUpdateTemplate()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c1923 for (uint32_t e = 0; e < info->descriptorUpdateEntryCount; e++) { in dzn_descriptor_update_template_create()
1958 for (uint32_t e = 0; e < info->descriptorUpdateEntryCount; e++) { in dzn_descriptor_update_template_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c335 template[i].descriptorUpdateEntryCount = wd_count[i]; in zink_descriptor_program_init_lazy()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp1764 0, // descriptorUpdateEntryCount
1808 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
2677 0, // descriptorUpdateEntryCount
2730 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
4575 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
5048 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
6225 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
6314 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
6903 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
7057 templateCreateInfo.descriptorUpdateEntryCount
[all...]
H A DvktBindingDescriptorSetRandomTests.cpp2379 0, // uint32_t descriptorUpdateEntryCount; in iterate()
2380 DE_NULL, // uint32_t descriptorUpdateEntryCount; in iterate()
2416 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
2429 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsAfter[i]->size(); in iterate()
H A DvktBindingDescriptorBufferTests.cpp4387 createInfo.descriptorUpdateEntryCount = u32(updateEntries.size());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp1764 0, // descriptorUpdateEntryCount
1808 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
2677 0, // descriptorUpdateEntryCount
2730 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
4579 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
5052 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
6223 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
6312 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
6901 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size();
7055 templateCreateInfo.descriptorUpdateEntryCount
[all...]
H A DvktBindingDescriptorSetRandomTests.cpp2379 0, // uint32_t descriptorUpdateEntryCount; in iterate()
2380 DE_NULL, // uint32_t descriptorUpdateEntryCount; in iterate()
2416 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
2429 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsAfter[i]->size(); in iterate()
H A DvktBindingDescriptorBufferTests.cpp4358 createInfo.descriptorUpdateEntryCount = u32(updateEntries.size());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2535 0, // uint32_t descriptorUpdateEntryCount; in iterate()
2536 DE_NULL, // uint32_t descriptorUpdateEntryCount; in iterate()
2566 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
2579 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2569 0, // uint32_t descriptorUpdateEntryCount; in iterate()
2570 DE_NULL, // uint32_t descriptorUpdateEntryCount; in iterate()
2600 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
2613 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
/third_party/ffmpeg/libavutil/
H A Dvulkan.c1035 dt[i].descriptorUpdateEntryCount = num; in ff_vk_add_descriptor_set()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c1141 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount; in tu_CreateDescriptorUpdateTemplate()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c1401 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount; in radv_CreateDescriptorUpdateTemplate()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp18252 , descriptorUpdateEntryCount( descriptorUpdateEntryCount_ )
18280 , descriptorUpdateEntryCount( static_cast<uint32_t>( descriptorUpdateEntries_.size() ) )
18318 descriptorUpdateEntryCount = descriptorUpdateEntryCount_;
18334 descriptorUpdateEntryCount = static_cast<uint32_t>( descriptorUpdateEntries_.size() );
18391 ( descriptorUpdateEntryCount == rhs.descriptorUpdateEntryCount ) &&
18407 uint32_t descriptorUpdateEntryCount = {}; member
[all...]
H A Dvulkan_core.h5007 uint32_t descriptorUpdateEntryCount; member
/third_party/glfw/deps/glad/
H A Dvulkan.h3802 uint32_t descriptorUpdateEntryCount; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4913 uint32_t descriptorUpdateEntryCount; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5271 uint32_t descriptorUpdateEntryCount; member

Completed in 248 milliseconds

12