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

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_update_template.h55 size += vn_sizeof_uint32_t(&val->descriptorUpdateEntryCount);
57 size += vn_sizeof_array_size(val->descriptorUpdateEntryCount);
58 for (uint32_t i = 0; i < val->descriptorUpdateEntryCount; i++)
95 vn_encode_uint32_t(enc, &val->descriptorUpdateEntryCount);
97 vn_encode_array_size(enc, val->descriptorUpdateEntryCount);
98 for (uint32_t i = 0; i < val->descriptorUpdateEntryCount; i++)
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.c703 for (uint32_t i = 0; i < create_info->descriptorUpdateEntryCount; i++) {
732 create_info->descriptorUpdateEntryCount, img_count, buf_count,
740 for (uint32_t i = 0; i < create_info->descriptorUpdateEntryCount; i++) {
803 entries[pCreateInfo->descriptorUpdateEntryCount + 1]);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c491 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c1141 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]);
1153 template->entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_descriptor_set.c1563 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]);
1574 template->entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_descriptor_set.c1838 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]);
1849 template->entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c554 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c286 template[i].descriptorUpdateEntryCount = wd_count[i];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c1067 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c1313 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c1130 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h4415 uint32_t descriptorUpdateEntryCount; member in struct:VkDescriptorUpdateTemplateCreateInfo
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h4975 uint32_t descriptorUpdateEntryCount; member in struct:VkDescriptorUpdateTemplateCreateInfo

Completed in 94 milliseconds