Home
last modified time | relevance | path

Searched refs:pDepthAttachment (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_dynamic_rendering_unused_attachments.adoc51 …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/…
64pDepthAttachment->imageView was not VK_NULL_HANDLE, the value of VkPipelineRenderingCreateInfo::de…
DVK_KHR_dynamic_rendering.adoc79 const VkRenderingAttachmentInfoKHR* pDepthAttachment;
400 .pDepthAttachment = &depthStencilAttachment,
DVK_EXT_multisampled_render_to_single_sampled.adoc359 .pDepthAttachment = &depthAttachment,
DVK_QCOM_tile_properties.adoc138 .pDepthAttachment = &depthStencilAttachment,
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_clear.c385 pRenderingInfo->pDepthAttachment; in vk_meta_clear_rendering()
492 vk_render.pDepthAttachment = &vk_att; in clear_image_level_layers()
Dvk_meta_blit_resolve.c662 vk_render.pDepthAttachment = &vk_att; in do_blit()
950 const VkRenderingAttachmentInfo *d_att = pRenderingInfo->pDepthAttachment; in vk_meta_resolve_rendering()
Dvk_render_pass.c1004 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/
Ddraw_common.adoc753 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/
Drenderpass.adoc85 * 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 …]
Dcmdbuffers.adoc3004 * [[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
Dfeatures.adoc6879 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/
Dgoldfish_vk_transform_guest.cpp5831 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()
Dgoldfish_vk_deepcopy_guest.cpp6222 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()
Dgoldfish_vk_counting_guest.cpp5477 if (toCount->pDepthAttachment) { in count_VkRenderingInfo()
5479 featureBits, rootType, (const VkRenderingAttachmentInfo*)(toCount->pDepthAttachment), in count_VkRenderingInfo()
Dgoldfish_vk_marshaling_guest.cpp10262 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp6944 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/
Dgoldfish_vk_transform.cpp5881 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()
Dgoldfish_vk_deepcopy.cpp6222 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()
Dgoldfish_vk_marshaling.cpp12746 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()
Dgoldfish_vk_reserved_marshaling.cpp9812 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/
Dvulkansc_hash.hpp6360 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pDepthAttachment ); in operator ()()
Dvulkan_hash.hpp12288 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pDepthAttachment ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7216 const VkRenderingAttachmentInfo* pDepthAttachment; member