/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | vk_struct_id.h | 94 REGISTER_VK_STRUCT_ID(VkMemoryOpaqueCaptureAddressAllocateInfo,
|
D | goldfish_vk_extension_structs.cpp | 475 return sizeof(VkMemoryOpaqueCaptureAddressAllocateInfo); in goldfish_vk_extension_struct_size() 1140 return sizeof(VkMemoryOpaqueCaptureAddressAllocateInfo); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 921 const VkMemoryOpaqueCaptureAddressAllocateInfo* from, 922 VkMemoryOpaqueCaptureAddressAllocateInfo* to);
|
D | goldfish_vk_transform.h | 1460 VkDecoderGlobalState* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform); 1463 VkDecoderGlobalState* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 1744 const VkMemoryOpaqueCaptureAddressAllocateInfo* forMarshaling); 1748 VkMemoryOpaqueCaptureAddressAllocateInfo* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 4773 VkDecoderGlobalState* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform) { in transform_tohost_VkMemoryOpaqueCaptureAddressAllocateInfo() 4782 VkDecoderGlobalState* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform) { in transform_fromhost_VkMemoryOpaqueCaptureAddressAllocateInfo() 8971 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in transform_tohost_extension_struct() 10131 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_reserved_marshaling.h | 909 VkMemoryOpaqueCaptureAddressAllocateInfo* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 5047 const VkMemoryOpaqueCaptureAddressAllocateInfo* from, in deepcopy_VkMemoryOpaqueCaptureAddressAllocateInfo() 5048 VkMemoryOpaqueCaptureAddressAllocateInfo* to) { in deepcopy_VkMemoryOpaqueCaptureAddressAllocateInfo() 9846 reinterpret_cast<const VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension), in deepcopy_extension_struct() 9847 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in deepcopy_extension_struct()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vk_struct_id.h | 108 REGISTER_VK_STRUCT_ID(VkMemoryOpaqueCaptureAddressAllocateInfo,
|
D | goldfish_vk_extension_structs_guest.cpp | 475 return sizeof(VkMemoryOpaqueCaptureAddressAllocateInfo); in goldfish_vk_extension_struct_size() 1094 return sizeof(VkMemoryOpaqueCaptureAddressAllocateInfo); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | ResourceTracker.cpp | 2988 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocInfo; in allocateCoherentMemory() 2997 const VkMemoryOpaqueCaptureAddressAllocateInfo* opaqueCaptureAddressAllocInfoPtr = in allocateCoherentMemory() 2998 vk_find_struct<VkMemoryOpaqueCaptureAddressAllocateInfo>(pAllocateInfo); in allocateCoherentMemory() 3148 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocInfo; in getCoherentMemory() 3241 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocInfo; in on_vkAllocateMemory() 3246 const VkMemoryOpaqueCaptureAddressAllocateInfo* opaqueCaptureAddressAllocInfoPtr = in on_vkAllocateMemory() 3247 vk_find_struct<VkMemoryOpaqueCaptureAddressAllocateInfo>(pAllocateInfo); in on_vkAllocateMemory()
|
D | goldfish_vk_deepcopy_guest.h | 928 const VkMemoryOpaqueCaptureAddressAllocateInfo* from, 929 VkMemoryOpaqueCaptureAddressAllocateInfo* to);
|
D | goldfish_vk_transform_guest.h | 1424 ResourceTracker* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform); 1427 ResourceTracker* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 1778 const VkMemoryOpaqueCaptureAddressAllocateInfo* forMarshaling); 1782 VkMemoryOpaqueCaptureAddressAllocateInfo* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 4739 ResourceTracker* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform) { in transform_tohost_VkMemoryOpaqueCaptureAddressAllocateInfo() 4748 ResourceTracker* resourceTracker, VkMemoryOpaqueCaptureAddressAllocateInfo* toTransform) { in transform_fromhost_VkMemoryOpaqueCaptureAddressAllocateInfo() 8471 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in transform_tohost_extension_struct() 9551 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_counting_guest.h | 838 const VkMemoryOpaqueCaptureAddressAllocateInfo* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 948 const VkMemoryOpaqueCaptureAddressAllocateInfo* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 5047 const VkMemoryOpaqueCaptureAddressAllocateInfo* from, in deepcopy_VkMemoryOpaqueCaptureAddressAllocateInfo() 5048 VkMemoryOpaqueCaptureAddressAllocateInfo* to) { in deepcopy_VkMemoryOpaqueCaptureAddressAllocateInfo() 9281 reinterpret_cast<const VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension), in deepcopy_extension_struct() 9282 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in deepcopy_extension_struct()
|
D | goldfish_vk_counting_guest.cpp | 4564 const VkMemoryOpaqueCaptureAddressAllocateInfo* toCount, size_t* count) { in count_VkMemoryOpaqueCaptureAddressAllocateInfo() 7921 reinterpret_cast<const VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension), in count_extension_struct()
|
D | goldfish_vk_marshaling_guest.cpp | 8508 const VkMemoryOpaqueCaptureAddressAllocateInfo* forMarshaling) { in marshal_VkMemoryOpaqueCaptureAddressAllocateInfo() 8520 VkMemoryOpaqueCaptureAddressAllocateInfo* forUnmarshaling) { in unmarshal_VkMemoryOpaqueCaptureAddressAllocateInfo() 14129 reinterpret_cast<const VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension)); in marshal_extension_struct() 15336 reinterpret_cast<VkMemoryOpaqueCaptureAddressAllocateInfo*>(structExtension_out)); in unmarshal_extension_struct()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 1652 slink:VkMemoryOpaqueCaptureAddressAllocateInfo::pname:opaqueCaptureAddress 1669 slink:VkMemoryOpaqueCaptureAddressAllocateInfo::pname:opaqueCaptureAddress 1674 slink:VkMemoryOpaqueCaptureAddressAllocateInfo::pname:opaqueCaptureAddress 3349 [open,refpage='VkMemoryOpaqueCaptureAddressAllocateInfo',desc='Request a specific address for a mem… 3352 slink:VkMemoryOpaqueCaptureAddressAllocateInfo structure to the pname:pNext 3354 The sname:VkMemoryOpaqueCaptureAddressAllocateInfo structure is defined as: 3356 include::{generated}/api/structs/VkMemoryOpaqueCaptureAddressAllocateInfo.adoc[] 3392 include::{generated}/validity/structs/VkMemoryOpaqueCaptureAddressAllocateInfo.adoc[] 4492 slink:VkMemoryOpaqueCaptureAddressAllocateInfo::pname:opaqueCaptureAddress,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 515 …and replay it with link:{refpage}VkMemoryOpaqueCaptureAddressAllocateInfo.html[VkMemoryOpaqueCaptu…
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 4191 VkMemoryOpaqueCaptureAddressAllocateInfo opaqueCaptureAddressAllocInfo; in on_vkAllocateMemory() 4195 const VkMemoryOpaqueCaptureAddressAllocateInfo* opaqueCaptureAddressAllocInfoPtr = in on_vkAllocateMemory() 4196 vk_find_struct<VkMemoryOpaqueCaptureAddressAllocateInfo>(pAllocateInfo); in on_vkAllocateMemory()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 946 …CE::MemoryOpaqueCaptureAddressAllocateInfo ) == sizeof( VkMemoryOpaqueCaptureAddressAllocateInfo )…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6409 typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { struct 6413 } VkMemoryOpaqueCaptureAddressAllocateInfo; argument 9895 typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR;
|