/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.h | 44 VkDescriptorBufferInfo bufferInfo; 128 const VkDescriptorBufferInfo* bufferInfos,
|
D | vulkan_gfxstream.h | 49 …iewEntryIndices, const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferIn… 70 …iewEntryIndices, const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferIn… 90 const VkDescriptorBufferInfo* pBufferInfos, 221 const VkDescriptorBufferInfo* pBufferInfos,
|
D | ResourceTracker.cpp | 859 VkDescriptorBufferInfo* bufferInfo = nullptr; in commitDescriptorSetUpdates() 6258 info.bufferInfos = new VkDescriptorBufferInfo[info.bufferInfoCount]; in initDescriptorUpdateTemplateBuffers() 6365 VkDescriptorBufferInfo* bufferInfos = info.bufferInfos; in on_vkUpdateDescriptorSetWithTemplate() 6414 if (!stride) stride = sizeof(VkDescriptorBufferInfo); in on_vkUpdateDescriptorSetWithTemplate() 6416 const VkDescriptorBufferInfo* currBufferInfoBegin = in on_vkUpdateDescriptorSetWithTemplate() 6417 (const VkDescriptorBufferInfo*)((uint8_t*)bufferInfos + currBufferInfoOffset); in on_vkUpdateDescriptorSetWithTemplate() 6420 const VkDescriptorBufferInfo* user = in on_vkUpdateDescriptorSetWithTemplate() 6421 (const VkDescriptorBufferInfo*)(userBuffer + offset + j * stride); in on_vkUpdateDescriptorSetWithTemplate() 6424 sizeof(VkDescriptorBufferInfo)); in on_vkUpdateDescriptorSetWithTemplate() 6427 VkDescriptorBufferInfo* internalBufferInfo = in on_vkUpdateDescriptorSetWithTemplate() [all …]
|
D | DescriptorSetVirtualization.cpp | 271 const VkDescriptorBufferInfo* bufferInfos, in doEmulatedDescriptorBufferInfoWriteFromTemplate()
|
D | func_table.cpp | 4570 const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferInfos, in gfxstream_vk_UpdateDescriptorSetWithTemplateSizedGOOGLE() 4576 std::vector<VkDescriptorBufferInfo> internal_pBufferInfos(bufferInfoCount); in gfxstream_vk_UpdateDescriptorSetWithTemplateSizedGOOGLE() 4878 std::vector<std::vector<VkDescriptorBufferInfo>> internal_VkWriteDescriptorSet_pBufferInfo; in gfxstream_vk_QueueCommitDescriptorSetUpdatesGOOGLE() 4883 std::vector<VkDescriptorBufferInfo>()); in gfxstream_vk_QueueCommitDescriptorSetUpdatesGOOGLE() 4887 sizeof(VkDescriptorBufferInfo) * in gfxstream_vk_QueueCommitDescriptorSetUpdatesGOOGLE() 4974 const VkDescriptorBufferInfo* pBufferInfos, const VkBufferView* pBufferViews, in gfxstream_vk_UpdateDescriptorSetWithTemplateSized2GOOGLE() 4980 std::vector<VkDescriptorBufferInfo> internal_pBufferInfos(bufferInfoCount); in gfxstream_vk_UpdateDescriptorSetWithTemplateSized2GOOGLE()
|
D | VkEncoder.h | 1073 const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferInfos, 1139 const VkDescriptorBufferInfo* pBufferInfos, const VkBufferView* pBufferViews,
|
D | goldfish_vk_deepcopy_guest.h | 332 const VkDescriptorBufferInfo* from, 333 VkDescriptorBufferInfo* to);
|
D | ResourceTracker.h | 827 VkDescriptorBufferInfo* bufferInfos;
|
D | goldfish_vk_transform_guest.h | 525 VkDescriptorBufferInfo* toTransform); 528 VkDescriptorBufferInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 638 const VkDescriptorBufferInfo* forMarshaling); 641 VkDescriptorBufferInfo* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 1684 VkDescriptorBufferInfo* toTransform) { in transform_tohost_VkDescriptorBufferInfo() 1690 VkDescriptorBufferInfo* toTransform) { in transform_fromhost_VkDescriptorBufferInfo() 1836 resourceTracker, (VkDescriptorBufferInfo*)(toTransform->pBufferInfo + i)); in transform_tohost_VkWriteDescriptorSet() 1861 resourceTracker, (VkDescriptorBufferInfo*)(toTransform->pBufferInfo + i)); in transform_fromhost_VkWriteDescriptorSet()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vulkan_gfxstream.h | 49 …iewEntryIndices, const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferIn… 70 …iewEntryIndices, const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferIn… 90 const VkDescriptorBufferInfo* pBufferInfos, 221 const VkDescriptorBufferInfo* pBufferInfos,
|
D | VkDecoderInternalStructs.h | 354 VkDescriptorBufferInfo bufferInfo;
|
D | VkDecoderGlobalState.h | 548 const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferInfos, 557 const VkDescriptorBufferInfo* pBufferInfos, const VkBufferView* pBufferViews,
|
D | VkDecoderGlobalState.cpp | 641 VkDescriptorBufferInfo bufferInfo = entry.bufferInfo; in save() 768 std::vector<std::unique_ptr<VkDescriptorBufferInfo>> tmpBufferInfos; in load() 810 tmpBufferInfos.push_back(std::make_unique<VkDescriptorBufferInfo>()); in load() 812 VkDescriptorBufferInfo& bufferInfo = *tmpBufferInfos.back(); in load() 5470 const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferInfos, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 5482 bufferInfoCount * sizeof(VkDescriptorBufferInfo)); in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() 5496 const VkDescriptorBufferInfo* pBufferInfos, const VkBufferView* pBufferViews, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() 5508 bufferInfoCount * sizeof(VkDescriptorBufferInfo)); in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() 7455 size_t bufferInfoBytes = numBufferInfos * sizeof(VkDescriptorBufferInfo); in calcLinearizedDescriptorUpdateTemplateInfo() 7484 res.bufferInfoStart + bufferInfoCount * sizeof(VkDescriptorBufferInfo); in calcLinearizedDescriptorUpdateTemplateInfo() [all …]
|
D | CompositorVk.cpp | 499 const VkDescriptorBufferInfo bufferInfo = { in setUpDescriptorSets()
|
D | VkDecoderSnapshot.h | 1552 const VkDescriptorImageInfo* pImageInfos, const VkDescriptorBufferInfo* pBufferInfos, 1648 const VkDescriptorBufferInfo* pBufferInfos, const VkBufferView* pBufferViews,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_cmd_enqueue.c | 220 … sizeof(VkDescriptorBufferInfo) * pds->descriptor_writes[i].descriptorCount, 8, in vk_cmd_enqueue_CmdPushDescriptorSetKHR() 222 memcpy((VkDescriptorBufferInfo *)pds->descriptor_writes[i].pBufferInfo, in vk_cmd_enqueue_CmdPushDescriptorSetKHR() 224 sizeof(VkDescriptorBufferInfo) * pds->descriptor_writes[i].descriptorCount); in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 758 const std::vector<VkDescriptorBufferInfo> descriptorInfo = { in TEST_P() 759 VkDescriptorBufferInfo{ in TEST_P() 764 VkDescriptorBufferInfo{ in TEST_P() 769 VkDescriptorBufferInfo{ in TEST_P() 774 VkDescriptorBufferInfo{ in TEST_P() 853 .stride = sizeof(VkDescriptorBufferInfo), in TEST_P()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 704 std::vector<std::vector<VkDescriptorBufferInfo>>& bufferInfos) { in transformDescriptorSetList() 713 bufferInfos.push_back(std::vector<VkDescriptorBufferInfo>()); in transformDescriptorSetList() 715 memset(&bufferInfos[i][0], 0, sizeof(VkDescriptorBufferInfo) * descriptorCount); in transformDescriptorSetList() 741 std::vector<std::vector<VkDescriptorBufferInfo>> descriptorBufferInfoStorage; in gfxstream_vk_UpdateDescriptorSets()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 303 The base offset calculated by the slink:VkDescriptorBufferInfo when 315 The base offset calculated by the slink:VkDescriptorBufferInfo when 3367 slink:VkDescriptorBufferInfo structures or is ignored, as described 3510 sname:VkDescriptorBufferInfo structures 3816 [open,refpage='VkDescriptorBufferInfo',desc='Structure specifying descriptor buffer information',ty… 3818 The sname:VkDescriptorBufferInfo structure is defined as: 3820 include::{generated}/api/structs/VkDescriptorBufferInfo.adoc[] 3859 * [[VUID-VkDescriptorBufferInfo-offset-00340]] 3861 * [[VUID-VkDescriptorBufferInfo-range-00341]] 3864 * [[VUID-VkDescriptorBufferInfo-range-00342]] [all …]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 325 const VkDescriptorBufferInfo* from, 326 VkDescriptorBufferInfo* to);
|
D | goldfish_vk_transform.h | 531 VkDescriptorBufferInfo* toTransform); 534 VkDescriptorBufferInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 623 const VkDescriptorBufferInfo* forMarshaling); 626 VkDescriptorBufferInfo* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 1687 VkDescriptorBufferInfo* toTransform) { in transform_tohost_VkDescriptorBufferInfo() 1693 VkDescriptorBufferInfo* toTransform) { in transform_fromhost_VkDescriptorBufferInfo() 1839 resourceTracker, (VkDescriptorBufferInfo*)(toTransform->pBufferInfo + i)); in transform_tohost_VkWriteDescriptorSet() 1864 resourceTracker, (VkDescriptorBufferInfo*)(toTransform->pBufferInfo + i)); in transform_fromhost_VkWriteDescriptorSet()
|