/hardware/google/gfxstream/host/vulkan/ |
D | vulkan_gfxstream.h | 49 …emplate, uint32_t imageInfoCount, uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32… 70 …emplate, uint32_t imageInfoCount, uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inl… 85 uint32_t bufferViewCount, 215 uint32_t bufferViewCount,
|
D | VkDecoderGlobalState.h | 546 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, 554 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount,
|
D | VkDecoderGlobalState.cpp | 5468 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument 5484 bufferViewCount * sizeof(VkBufferView)); in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 5493 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument 5510 bufferViewCount * sizeof(VkBufferView)); in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() 7468 size_t bufferViewCount = 0; in calcLinearizedDescriptorUpdateTemplateInfo() local 7488 entryForHost.offset = res.bufferViewStart + bufferViewCount * sizeof(VkBufferView); in calcLinearizedDescriptorUpdateTemplateInfo() 7490 ++bufferViewCount; in calcLinearizedDescriptorUpdateTemplateInfo() 8520 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument 8526 bufferInfoCount, bufferViewCount, pImageInfoEntryIndices, pBufferInfoEntryIndices, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 8533 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument [all …]
|
D | VkDecoder.cpp | 20375 uint32_t bufferViewCount; in decode() local 20402 memcpy((uint32_t*)&bufferViewCount, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 20432 ((bufferViewCount)) * sizeof(const uint32_t)); in decode() 20434 ((bufferViewCount)) * sizeof(const uint32_t)); in decode() 20435 *readStreamPtrPtr += ((bufferViewCount)) * sizeof(const uint32_t); in decode() 20469 ((bufferViewCount)) * sizeof(const VkBufferView)); in decode() 20470 if (((bufferViewCount))) { in decode() 20472 *readStreamPtrPtr += 8 * ((bufferViewCount)); in decode() 20473 for (uint32_t k = 0; k < ((bufferViewCount)); ++k) { in decode() 20501 (unsigned long long)bufferViewCount, in decode() [all …]
|
D | VkDecoderSnapshot.h | 1550 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, 1645 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount,
|
D | VkDecoderSnapshot.cpp | 3606 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument 3744 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount, in vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument 7002 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument 7008 descriptorUpdateTemplate, imageInfoCount, bufferInfoCount, bufferViewCount, in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 7212 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount, in vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument 7219 descriptorUpdateTemplate, imageInfoCount, bufferInfoCount, bufferViewCount, in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vulkan_gfxstream.h | 49 …emplate, uint32_t imageInfoCount, uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32… 70 …emplate, uint32_t imageInfoCount, uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inl… 85 uint32_t bufferViewCount, 215 uint32_t bufferViewCount,
|
D | ResourceTracker.cpp | 1156 if (info.bufferViewCount) { in unregister_VkDescriptorUpdateTemplate() 6239 ++info.bufferViewCount; in initDescriptorUpdateTemplateBuffers() 6261 if (info.bufferViewCount) { in initDescriptorUpdateTemplateBuffers() 6262 info.bufferViewIndices = new uint32_t[info.bufferViewCount]; in initDescriptorUpdateTemplateBuffers() 6263 info.bufferViews = new VkBufferView[info.bufferViewCount]; in initDescriptorUpdateTemplateBuffers() 6359 uint32_t bufferViewCount = info.bufferViewCount; in on_vkUpdateDescriptorSetWithTemplate() local 6482 bufferViewCount, static_cast<uint32_t>(info.inlineUniformBlockBuffer.size()), in on_vkUpdateDescriptorSetWithTemplate()
|
D | VkEncoder.h | 1071 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, 1136 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount,
|
D | ResourceTracker.h | 821 uint32_t bufferViewCount = 0; member
|
D | func_table.cpp | 4568 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, in gfxstream_vk_UpdateDescriptorSetWithTemplateSizedGOOGLE() argument 4590 imageInfoCount, bufferInfoCount, bufferViewCount, pImageInfoEntryIndices, in gfxstream_vk_UpdateDescriptorSetWithTemplateSizedGOOGLE() 4971 uint32_t bufferInfoCount, uint32_t bufferViewCount, uint32_t inlineUniformBlockCount, in gfxstream_vk_UpdateDescriptorSetWithTemplateSized2GOOGLE() argument 4994 imageInfoCount, bufferInfoCount, bufferViewCount, inlineUniformBlockCount, in gfxstream_vk_UpdateDescriptorSetWithTemplateSized2GOOGLE()
|
D | VkEncoder.cpp | 35892 uint32_t bufferInfoCount, uint32_t bufferViewCount, const uint32_t* pImageInfoEntryIndices, in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument 35930 bufferViewCount, pImageInfoEntryIndices, pBufferInfoEntryIndices, pBufferViewEntryIndices, in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 35955 local_bufferViewCount = bufferViewCount; in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36019 *countPtr += ((bufferViewCount)) * sizeof(uint32_t); in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36042 if (((bufferViewCount))) { in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36043 *countPtr += ((bufferViewCount)) * 8; in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36112 ((bufferViewCount)) * sizeof(uint32_t)); in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36113 *streamPtrPtr += ((bufferViewCount)) * sizeof(uint32_t); in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36145 if (((bufferViewCount))) { in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 36147 for (uint32_t k = 0; k < ((bufferViewCount)); ++k) { in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() [all …]
|