Searched refs:pAspectReferences (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_maintenance2.adoc | 86 .pAspectReferences = references
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 3004 if (toTransform->pAspectReferences) { in transform_tohost_VkRenderPassInputAttachmentAspectCreateInfo() 3008 (VkInputAttachmentAspectReference*)(toTransform->pAspectReferences + i)); in transform_tohost_VkRenderPassInputAttachmentAspectCreateInfo() 3022 if (toTransform->pAspectReferences) { in transform_fromhost_VkRenderPassInputAttachmentAspectCreateInfo() 3026 (VkInputAttachmentAspectReference*)(toTransform->pAspectReferences + i)); in transform_fromhost_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 2977 to->pAspectReferences = nullptr; in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2978 if (from->pAspectReferences) { in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2979 to->pAspectReferences = (VkInputAttachmentAspectReference*)alloc->alloc( in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2984 alloc, rootType, from->pAspectReferences + i, in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2985 (VkInputAttachmentAspectReference*)(to->pAspectReferences + i)); in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 2904 (const VkInputAttachmentAspectReference*)(toCount->pAspectReferences + i), count); in count_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5355 (const VkInputAttachmentAspectReference*)(forMarshaling->pAspectReferences + i)); in marshal_VkRenderPassInputAttachmentAspectCreateInfo() 5374 (VkInputAttachmentAspectReference*)(forUnmarshaling->pAspectReferences + i)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3708 (const VkInputAttachmentAspectReference*)(forMarshaling->pAspectReferences + i), ptr); in reservedmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 3015 if (toTransform->pAspectReferences) { in transform_tohost_VkRenderPassInputAttachmentAspectCreateInfo() 3019 (VkInputAttachmentAspectReference*)(toTransform->pAspectReferences + i)); in transform_tohost_VkRenderPassInputAttachmentAspectCreateInfo() 3034 if (toTransform->pAspectReferences) { in transform_fromhost_VkRenderPassInputAttachmentAspectCreateInfo() 3038 (VkInputAttachmentAspectReference*)(toTransform->pAspectReferences + i)); in transform_fromhost_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_deepcopy.cpp | 2977 to->pAspectReferences = nullptr; in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2978 if (from->pAspectReferences) { in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2979 to->pAspectReferences = (VkInputAttachmentAspectReference*)alloc->alloc( in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2984 alloc, rootType, from->pAspectReferences + i, in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo() 2985 (VkInputAttachmentAspectReference*)(to->pAspectReferences + i)); in deepcopy_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 6295 (const VkInputAttachmentAspectReference*)(forMarshaling->pAspectReferences + i)); in marshal_VkRenderPassInputAttachmentAspectCreateInfo() 6323 (void**)&forUnmarshaling->pAspectReferences, in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 6329 (VkInputAttachmentAspectReference*)(forUnmarshaling->pAspectReferences + i)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4741 (void**)&forUnmarshaling->pAspectReferences, in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo() 4746 (VkInputAttachmentAspectReference*)(forUnmarshaling->pAspectReferences + i), ptr); in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 187 &aspect_info->pAspectReferences[i]; in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1516 pname:subpass member of each element of its pname:pAspectReferences 1522 pname:pAspectReferences member must: be less than the value of 1532 slink:VkRenderPassInputAttachmentAspectCreateInfo::pname:pAspectReferences 2088 pname:pAspectReferences array. 2089 * pname:pAspectReferences is a pointer to an array of 2099 have a specified aspect mask in the pname:pAspectReferences array.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6299 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.pAspectReferences ); in operator ()()
|
D | vulkan_hash.hpp | 12145 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.pAspectReferences ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5314 const VkInputAttachmentAspectReference* pAspectReferences; member
|