Home
last modified time | relevance | path

Searched refs:templateEntryCount (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp1147 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() local
6383 for (uint32_t i = 0; i < templateEntryCount; ++i) { in on_vkUpdateDescriptorSetWithTemplate()
DResourceTracker.h816 uint32_t templateEntryCount = 0; member