/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | vk_struct_id.h | 92 REGISTER_VK_STRUCT_ID(VkBindImageMemoryInfo, VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO);
|
D | goldfish_vk_deepcopy.h | 439 const VkBindImageMemoryInfo* from, VkBindImageMemoryInfo* to);
|
D | goldfish_vk_transform.h | 722 VkBindImageMemoryInfo* toTransform); 725 VkBindImageMemoryInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 885 const VkBindImageMemoryInfo* forMarshaling); 888 VkBindImageMemoryInfo* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 443 VkBindImageMemoryInfo* forUnmarshaling, uint8_t** ptr);
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vk_struct_id.h | 110 REGISTER_VK_STRUCT_ID(VkBindImageMemoryInfo, VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO);
|
D | ResourceTracker.h | 219 uint32_t bindingCount, const VkBindImageMemoryInfo* pBindInfos); 222 const VkBindImageMemoryInfo* pBindInfos); 273 const VkBindImageMemoryInfo* inputBindInfos, 274 VkBindImageMemoryInfo* outputBindInfos);
|
D | VkEncoder.h | 415 const VkBindImageMemoryInfo* pBindInfos, uint32_t doLock); 772 const VkBindImageMemoryInfo* pBindInfos, uint32_t doLock);
|
D | ResourceTracker.cpp | 5213 const VkBindImageMemoryInfo* pBindInfos) { in on_vkBindImageMemory2() 5221 const VkBindImageMemoryInfo& bimi = pBindInfos[i]; in on_vkBindImageMemory2() 5241 const VkBindImageMemoryInfo* pBindInfos) { in on_vkBindImageMemory2KHR() 6132 uint32_t bindInfoCount, const VkBindImageMemoryInfo* inputBindInfos, in unwrap_VkBindImageMemory2_pBindInfos() 6133 VkBindImageMemoryInfo* outputBindInfos) { in unwrap_VkBindImageMemory2_pBindInfos() 6136 const VkBindImageMemoryInfo* inputBindInfo = &inputBindInfos[i]; in unwrap_VkBindImageMemory2_pBindInfos() 6137 VkBindImageMemoryInfo* outputBindInfo = &outputBindInfos[i]; in unwrap_VkBindImageMemory2_pBindInfos()
|
D | goldfish_vk_deepcopy_guest.h | 446 const VkBindImageMemoryInfo* from, VkBindImageMemoryInfo* to);
|
D | goldfish_vk_transform_guest.h | 708 VkBindImageMemoryInfo* toTransform); 711 VkBindImageMemoryInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 901 const VkBindImageMemoryInfo* forMarshaling); 904 VkBindImageMemoryInfo* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 405 const VkBindImageMemoryInfo* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 469 const VkBindImageMemoryInfo* forMarshaling,
|
D | VkEncoder.cpp | 16438 const VkBindImageMemoryInfo* pBindInfos, uint32_t doLock) { in vkBindImageMemory2() 16474 VkBindImageMemoryInfo* local_pBindInfos; in vkBindImageMemory2() 16479 local_pBindInfos = (VkBindImageMemoryInfo*)pool->alloc(((bindInfoCount)) * in vkBindImageMemory2() 16480 sizeof(const VkBindImageMemoryInfo)); in vkBindImageMemory2() 16483 (VkBindImageMemoryInfo*)(local_pBindInfos + i)); in vkBindImageMemory2() 16491 (VkBindImageMemoryInfo*)(local_pBindInfos + i)); in vkBindImageMemory2() 16502 (VkBindImageMemoryInfo*)(local_pBindInfos + i), countPtr); in vkBindImageMemory2() 16531 (VkBindImageMemoryInfo*)(local_pBindInfos + i), in vkBindImageMemory2() 28343 const VkBindImageMemoryInfo* pBindInfos, in vkBindImageMemory2KHR() 28382 VkBindImageMemoryInfo* local_pBindInfos; in vkBindImageMemory2KHR() [all …]
|
D | func_table.cpp | 1762 const VkBindImageMemoryInfo* pBindInfos) { in gfxstream_vk_BindImageMemory2() 3388 const VkBindImageMemoryInfo* pBindInfos) { in gfxstream_vk_BindImageMemory2KHR()
|
D | goldfish_vk_transform_guest.cpp | 2407 VkBindImageMemoryInfo* toTransform) { in transform_tohost_VkBindImageMemoryInfo() 2419 VkBindImageMemoryInfo* toTransform) { in transform_fromhost_VkBindImageMemoryInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 236 uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); 239 const VkBindImageMemoryInfo* pBindInfos);
|
D | VkDecoderSnapshot.h | 600 uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); 1125 const VkBindImageMemoryInfo* pBindInfos);
|
D | VkDecoderGlobalState.cpp | 2198 const VkBindImageMemoryInfo* bimi) { in performBindImageMemoryDeferredAhb() 2245 const VkBindImageMemoryInfo* bimi) { in performBindImageMemory() 2304 const VkBindImageMemoryInfo bimi = { in on_vkBindImageMemory() 2316 const VkBindImageMemoryInfo* pBindInfos) { in on_vkBindImageMemory2() 8014 const VkBindImageMemoryInfo* pBindInfos) { in on_vkBindImageMemory2() 8020 const VkBindImageMemoryInfo* pBindInfos) { in on_vkBindImageMemory2KHR()
|
D | VkDecoderSnapshot.cpp | 1630 uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) {} in vkBindImageMemory2() 2713 const VkBindImageMemoryInfo* pBindInfos) {} in vkBindImageMemory2KHR() 5122 const VkBindImageMemoryInfo* pBindInfos) { in vkBindImageMemory2() 6232 const VkBindImageMemoryInfo* pBindInfos) { in vkBindImageMemory2KHR()
|
D | VkDecoder.cpp | 8879 const VkBindImageMemoryInfo* pBindInfos; in decode() 8888 ((bindInfoCount)) * sizeof(const VkBindImageMemoryInfo)); in decode() 8892 (VkBindImageMemoryInfo*)(pBindInfos + i), readStreamPtrPtr); in decode() 8897 m_state, (VkBindImageMemoryInfo*)(pBindInfos + i)); in decode() 15779 const VkBindImageMemoryInfo* pBindInfos; in decode() 15788 ((bindInfoCount)) * sizeof(const VkBindImageMemoryInfo)); in decode() 15792 (VkBindImageMemoryInfo*)(pBindInfos + i), readStreamPtrPtr); in decode() 15797 m_state, (VkBindImageMemoryInfo*)(pBindInfos + i)); in decode()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 8834 slink:VkBindImageMemoryInfo to flink:vkBindImageMemory2. 8902 * pname:pBindInfos is a pointer to an array of slink:VkBindImageMemoryInfo 8923 If any slink:VkBindImageMemoryInfo::pname:image was created with 8925 slink:VkBindImageMemoryInfo::pname:image must: be bound individually in 8936 [open,refpage='VkBindImageMemoryInfo',desc='Structure specifying how to bind an image to memory',ty… 8938 :refpage: VkBindImageMemoryInfo 8940 sname:VkBindImageMemoryInfo contains members corresponding to the parameters 8943 The sname:VkBindImageMemoryInfo structure is defined as: 8945 include::{generated}/api/structs/VkBindImageMemoryInfo.adoc[] 8969 * [[VUID-VkBindImageMemoryInfo-memory-01612]] [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 474 VkBindImageMemoryInfo bind = { in vk_common_BindImageMemory()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5105 typedef struct VkBindImageMemoryInfo { struct 5111 } VkBindImageMemoryInfo; argument 5578 …kBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 5617 const VkBindImageMemoryInfo* pBindInfos); 9448 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; 9451 …ndImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfo… 9462 const VkBindImageMemoryInfo* pBindInfos);
|