Searched refs:templateEntryCount (Results 1 – 2 of 2) sorted by relevance
1147 if (info.templateEntryCount) delete[] info.templateEntries; in unregister_VkDescriptorUpdateTemplate()6228 ++info.templateEntryCount; in initDescriptorUpdateTemplateBuffers()6248 if (info.templateEntryCount) in initDescriptorUpdateTemplateBuffers()6249 info.templateEntries = new VkDescriptorUpdateTemplateEntry[info.templateEntryCount]; in initDescriptorUpdateTemplateBuffers()6354 uint32_t templateEntryCount = info.templateEntryCount; in on_vkUpdateDescriptorSetWithTemplate() local6383 for (uint32_t i = 0; i < templateEntryCount; ++i) { in on_vkUpdateDescriptorSetWithTemplate()
816 uint32_t templateEntryCount = 0; member