/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 51 …VUID-vkCmdDraw-pDepthAttachment-07617](https://www.khronos.org/registry/vulkan/specs/1.3/html/vksp… 52 …ss instance was begun with vkCmdBeginRendering and VkRenderingInfo::pDepthAttachment->imageView wa… 63 …D-vkCmdDraw-pDepthAttachment-06181](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/… 64 …pDepthAttachment->imageView was not VK_NULL_HANDLE, the value of VkPipelineRenderingCreateInfo::de…
|
D | VK_KHR_dynamic_rendering.adoc | 79 const VkRenderingAttachmentInfoKHR* pDepthAttachment; 400 .pDepthAttachment = &depthStencilAttachment,
|
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 359 .pDepthAttachment = &depthAttachment,
|
D | VK_QCOM_tile_properties.adoc | 138 .pDepthAttachment = &depthStencilAttachment,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_clear.c | 385 pRenderingInfo->pDepthAttachment; in vk_meta_clear_rendering() 492 vk_render.pDepthAttachment = &vk_att; in clear_image_level_layers()
|
D | vk_meta_blit_resolve.c | 662 vk_render.pDepthAttachment = &vk_att; in do_blit() 950 const VkRenderingAttachmentInfo *d_att = pRenderingInfo->pDepthAttachment; in vk_meta_resolve_rendering()
|
D | vk_render_pass.c | 1004 data->rendering.pDepthAttachment = attachments++; in vk_get_command_buffer_inheritance_as_rendering_resume() 1574 render.pDepthAttachment = &att; in load_attachment() 2088 .pDepthAttachment = &depth_attachment, in begin_subpass()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 753 pname:pDepthAttachment is not dlink:VK_NULL_HANDLE, and the pname:layout 754 member of pname:pDepthAttachment is 768 pname:pDepthAttachment is not dlink:VK_NULL_HANDLE, and the pname:layout 769 member of pname:pDepthAttachment is 784 pname:pDepthAttachment is not dlink:VK_NULL_HANDLE, and the pname:layout 785 member of pname:pDepthAttachment is 1064 * [[VUID-{refpage}-pDepthAttachment-06181]] 1067 slink:VkRenderingInfo::pname:pDepthAttachment->imageView was not 1072 slink:VkRenderingInfo::pname:pDepthAttachment->imageView 1073 * [[VUID-{refpage}-pDepthAttachment-07617]] [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 85 * pname:pDepthAttachment is a pointer to a slink:VkRenderingAttachmentInfo 135 pname:imageView members of pname:pDepthAttachment, 156 of pname:pDepthAttachment, pname:pStencilAttachment, and elements of 164 of pname:pDepthAttachment, pname:pStencilAttachment, and elements of 209 pname:pColorAttachments, pname:pDepthAttachment, or 220 pname:pColorAttachments, pname:pDepthAttachment, or 229 pname:pDepthAttachment, or pname:pStencilAttachment that is not 237 pname:pDepthAttachment, or pname:pStencilAttachment that is not 241 * [[VUID-VkRenderingInfo-pDepthAttachment-06085]] 242 If neither pname:pDepthAttachment or pname:pStencilAttachment are `NULL` [all …]
|
D | cmdbuffers.adoc | 3004 * [[VUID-vkCmdExecuteCommands-pDepthAttachment-06029]] 3007 slink:VkRenderingInfo::pname:pDepthAttachment->imageView parameter to 3026 * [[VUID-vkCmdExecuteCommands-pDepthAttachment-06774]] 3029 slink:VkRenderingInfo::pname:pDepthAttachment->imageView parameter to 3082 slink:VkRenderingInfo::pname:pDepthAttachment->imageView parameter to 3123 slink:VkRenderingInfo::pname:pDepthAttachment->imageView parameter to
|
D | features.adoc | 6879 dlink:VK_NULL_HANDLE slink:VkRenderingInfo::pname:pDepthAttachment, or a 6882 slink:VkRenderingInfo::pname:pDepthAttachment. 6891 slink:VkRenderingInfo::pname:pDepthAttachment, or
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 5831 if (toTransform->pDepthAttachment) { in transform_tohost_VkRenderingInfo() 5833 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_tohost_VkRenderingInfo() 5858 if (toTransform->pDepthAttachment) { in transform_fromhost_VkRenderingInfo() 5860 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_fromhost_VkRenderingInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 6222 to->pDepthAttachment = nullptr; in deepcopy_VkRenderingInfo() 6223 if (from->pDepthAttachment) { in deepcopy_VkRenderingInfo() 6224 to->pDepthAttachment = in deepcopy_VkRenderingInfo() 6226 deepcopy_VkRenderingAttachmentInfo(alloc, rootType, from->pDepthAttachment, in deepcopy_VkRenderingInfo() 6227 (VkRenderingAttachmentInfo*)(to->pDepthAttachment)); in deepcopy_VkRenderingInfo()
|
D | goldfish_vk_counting_guest.cpp | 5477 if (toCount->pDepthAttachment) { in count_VkRenderingInfo() 5479 featureBits, rootType, (const VkRenderingAttachmentInfo*)(toCount->pDepthAttachment), in count_VkRenderingInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 10262 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pDepthAttachment; in marshal_VkRenderingInfo() 10264 if (forMarshaling->pDepthAttachment) { in marshal_VkRenderingInfo() 10267 (const VkRenderingAttachmentInfo*)(forMarshaling->pDepthAttachment)); in marshal_VkRenderingInfo() 10302 if (forUnmarshaling->pDepthAttachment) { in unmarshal_VkRenderingInfo() 10309 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pDepthAttachment)); in unmarshal_VkRenderingInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 6944 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pDepthAttachment; in reservedmarshal_VkRenderingInfo() 6948 if (forMarshaling->pDepthAttachment) { in reservedmarshal_VkRenderingInfo() 6950 vkStream, rootType, (const VkRenderingAttachmentInfo*)(forMarshaling->pDepthAttachment), in reservedmarshal_VkRenderingInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 5881 if (toTransform->pDepthAttachment) { in transform_tohost_VkRenderingInfo() 5883 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_tohost_VkRenderingInfo() 5908 if (toTransform->pDepthAttachment) { in transform_fromhost_VkRenderingInfo() 5910 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_fromhost_VkRenderingInfo()
|
D | goldfish_vk_deepcopy.cpp | 6222 to->pDepthAttachment = nullptr; in deepcopy_VkRenderingInfo() 6223 if (from->pDepthAttachment) { in deepcopy_VkRenderingInfo() 6224 to->pDepthAttachment = in deepcopy_VkRenderingInfo() 6226 deepcopy_VkRenderingAttachmentInfo(alloc, rootType, from->pDepthAttachment, in deepcopy_VkRenderingInfo() 6227 (VkRenderingAttachmentInfo*)(to->pDepthAttachment)); in deepcopy_VkRenderingInfo()
|
D | goldfish_vk_marshaling.cpp | 12746 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pDepthAttachment; in marshal_VkRenderingInfo() 12748 if (forMarshaling->pDepthAttachment) { in marshal_VkRenderingInfo() 12751 (const VkRenderingAttachmentInfo*)(forMarshaling->pDepthAttachment)); in marshal_VkRenderingInfo() 12799 forUnmarshaling->pDepthAttachment = in unmarshal_VkRenderingInfo() 12801 if (forUnmarshaling->pDepthAttachment) { in unmarshal_VkRenderingInfo() 12802 vkStream->alloc((void**)&forUnmarshaling->pDepthAttachment, in unmarshal_VkRenderingInfo() 12805 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pDepthAttachment)); in unmarshal_VkRenderingInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 9812 memcpy((VkRenderingAttachmentInfo**)&forUnmarshaling->pDepthAttachment, (*ptr), 8); in reservedunmarshal_VkRenderingInfo() 9813 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pDepthAttachment); in reservedunmarshal_VkRenderingInfo() 9815 if (forUnmarshaling->pDepthAttachment) { in reservedunmarshal_VkRenderingInfo() 9816 vkStream->alloc((void**)&forUnmarshaling->pDepthAttachment, in reservedunmarshal_VkRenderingInfo() 9819 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pDepthAttachment), in reservedunmarshal_VkRenderingInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6360 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pDepthAttachment ); in operator ()()
|
D | vulkan_hash.hpp | 12288 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pDepthAttachment ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7216 const VkRenderingAttachmentInfo* pDepthAttachment; member
|