Home
last modified time | relevance | path

Searched refs:pAspectReferences (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_maintenance2.adoc86 .pAspectReferences = references
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp3004 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()
Dgoldfish_vk_deepcopy_guest.cpp2977 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()
Dgoldfish_vk_counting_guest.cpp2904 (const VkInputAttachmentAspectReference*)(toCount->pAspectReferences + i), count); in count_VkRenderPassInputAttachmentAspectCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp5355 (const VkInputAttachmentAspectReference*)(forMarshaling->pAspectReferences + i)); in marshal_VkRenderPassInputAttachmentAspectCreateInfo()
5374 (VkInputAttachmentAspectReference*)(forUnmarshaling->pAspectReferences + i)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3708 (const VkInputAttachmentAspectReference*)(forMarshaling->pAspectReferences + i), ptr); in reservedmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp3015 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()
Dgoldfish_vk_deepcopy.cpp2977 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()
Dgoldfish_vk_marshaling.cpp6295 (const VkInputAttachmentAspectReference*)(forMarshaling->pAspectReferences + i)); in marshal_VkRenderPassInputAttachmentAspectCreateInfo()
6323 (void**)&forUnmarshaling->pAspectReferences, in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
6329 (VkInputAttachmentAspectReference*)(forUnmarshaling->pAspectReferences + i)); in unmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp4741 (void**)&forUnmarshaling->pAspectReferences, in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
4746 (VkInputAttachmentAspectReference*)(forUnmarshaling->pAspectReferences + i), ptr); in reservedunmarshal_VkRenderPassInputAttachmentAspectCreateInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c187 &aspect_info->pAspectReferences[i]; in vk_common_CreateRenderPass()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1516 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/
Dvulkansc_hash.hpp6299 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.pAspectReferences ); in operator ()()
Dvulkan_hash.hpp12145 VULKAN_HPP_HASH_COMBINE( seed, renderPassInputAttachmentAspectCreateInfo.pAspectReferences ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5314 const VkInputAttachmentAspectReference* pAspectReferences; member