Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp6373 size_t currBufferInfoOffset = 0; in on_vkUpdateDescriptorSetWithTemplate() local
6417 (const VkDescriptorBufferInfo*)((uint8_t*)bufferInfos + currBufferInfoOffset); in on_vkUpdateDescriptorSetWithTemplate()
6423 memcpy(((uint8_t*)bufferInfos) + currBufferInfoOffset, user, in on_vkUpdateDescriptorSetWithTemplate()
6428 (VkDescriptorBufferInfo*)(((uint8_t*)bufferInfos) + currBufferInfoOffset); in on_vkUpdateDescriptorSetWithTemplate()
6432 currBufferInfoOffset += sizeof(VkDescriptorBufferInfo); in on_vkUpdateDescriptorSetWithTemplate()