Home
last modified time | relevance | path

Searched refs:VkRenderingAttachmentInfo (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.h369 VkRenderingAttachmentInfo attachments[];
374 sizeof(VkRenderingAttachmentInfo) * ((max_color_rts) + 2) \
Dvk_meta_clear.c363 const VkRenderingAttachmentInfo *att_info = in vk_meta_clear_rendering()
384 const VkRenderingAttachmentInfo *d_att_info = in vk_meta_clear_rendering()
397 const VkRenderingAttachmentInfo *s_att_info = in vk_meta_clear_rendering()
465 VkRenderingAttachmentInfo vk_att = { in clear_image_level_layers()
Dvk_render_pass.c965 VkRenderingAttachmentInfo *attachments = data->attachments; in vk_get_command_buffer_inheritance_as_rendering_resume()
971 attachments[i] = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
978 attachments[i] = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
997 *attachments = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
1008 *attachments = (VkRenderingAttachmentInfo) { in vk_get_command_buffer_inheritance_as_rendering_resume()
1546 const VkRenderingAttachmentInfo att = { in load_attachment()
1555 const VkRenderingAttachmentInfo stencil_att = { in load_attachment()
1604 STACK_ARRAY(VkRenderingAttachmentInfo, color_attachments, in begin_subpass()
1613 VkRenderingAttachmentInfo *color_attachment = &color_attachments[i]; in begin_subpass()
1616 *color_attachment = (VkRenderingAttachmentInfo) { in begin_subpass()
[all …]
Dvk_meta_blit_resolve.c634 const VkRenderingAttachmentInfo vk_att = { in do_blit()
933 const VkRenderingAttachmentInfo *att = in vk_meta_resolve_rendering()
950 const VkRenderingAttachmentInfo *d_att = pRenderingInfo->pDepthAttachment; in vk_meta_resolve_rendering()
954 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment; in vk_meta_resolve_rendering()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc303 VkRenderingAttachmentInfo colorAttachments[2] = {
327 VkRenderingAttachmentInfo depthAttachment = {
336 VkRenderingAttachmentInfo stencilAttachment = {
DVK_ANDROID_external_format_resolve.adoc53 … the `resolveImageView` member of link:{refpage}VkRenderingAttachmentInfo.html[VkRenderingAttachme…
166 …_TRUE`, applications must omit the color attachment by setting `VkRenderingAttachmentInfo::imageVi…
265 VkRenderingAttachmentInfo colorAttachment = {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc83 pname:colorAttachmentCount slink:VkRenderingAttachmentInfo structures
85 * pname:pDepthAttachment is a pointer to a slink:VkRenderingAttachmentInfo
88 slink:VkRenderingAttachmentInfo structure describing a stencil
696 [open,refpage='VkRenderingAttachmentInfo',desc='Structure specifying attachment information',type='…
698 The sname:VkRenderingAttachmentInfo structure is defined as:
700 include::{generated}/api/structs/VkRenderingAttachmentInfo.adoc[]
795 * [[VUID-VkRenderingAttachmentInfo-imageView-06129]]
799 * [[VUID-VkRenderingAttachmentInfo-imageView-06130]]
803 * [[VUID-VkRenderingAttachmentInfo-imageView-06861]]
814 * [[VUID-VkRenderingAttachmentInfo-imageView-06862]]
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp5795 VkRenderingAttachmentInfo* toTransform) { in transform_tohost_VkRenderingAttachmentInfo()
5805 VkRenderingAttachmentInfo* toTransform) { in transform_fromhost_VkRenderingAttachmentInfo()
5827 (VkRenderingAttachmentInfo*)(toTransform->pColorAttachments + i)); in transform_tohost_VkRenderingInfo()
5833 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_tohost_VkRenderingInfo()
5837 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pStencilAttachment)); in transform_tohost_VkRenderingInfo()
5854 (VkRenderingAttachmentInfo*)(toTransform->pColorAttachments + i)); in transform_fromhost_VkRenderingInfo()
5860 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_fromhost_VkRenderingInfo()
5864 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pStencilAttachment)); in transform_fromhost_VkRenderingInfo()
Dgoldfish_vk_deepcopy_guest.h1096 const VkRenderingAttachmentInfo* from,
1097 VkRenderingAttachmentInfo* to);
Dgoldfish_vk_deepcopy_guest.cpp6167 const VkRenderingAttachmentInfo* from, in deepcopy_VkRenderingAttachmentInfo()
6168 VkRenderingAttachmentInfo* to) { in deepcopy_VkRenderingAttachmentInfo()
6212 to->pColorAttachments = (VkRenderingAttachmentInfo*)alloc->alloc( in deepcopy_VkRenderingInfo()
6213 from->colorAttachmentCount * sizeof(const VkRenderingAttachmentInfo)); in deepcopy_VkRenderingInfo()
6218 (VkRenderingAttachmentInfo*)(to->pColorAttachments + i)); in deepcopy_VkRenderingInfo()
6225 (VkRenderingAttachmentInfo*)alloc->alloc(sizeof(const VkRenderingAttachmentInfo)); in deepcopy_VkRenderingInfo()
6227 (VkRenderingAttachmentInfo*)(to->pDepthAttachment)); in deepcopy_VkRenderingInfo()
6232 (VkRenderingAttachmentInfo*)alloc->alloc(sizeof(const VkRenderingAttachmentInfo)); in deepcopy_VkRenderingInfo()
6234 (VkRenderingAttachmentInfo*)(to->pStencilAttachment)); in deepcopy_VkRenderingInfo()
Dgoldfish_vk_transform_guest.h1682 VkRenderingAttachmentInfo* toTransform);
1685 VkRenderingAttachmentInfo* toTransform);
Dgoldfish_vk_marshaling_guest.h2091 const VkRenderingAttachmentInfo* forMarshaling);
2094 VkRenderingAttachmentInfo* forUnmarshaling);
Dgoldfish_vk_marshaling_guest.cpp10192 const VkRenderingAttachmentInfo* forMarshaling) { in marshal_VkRenderingAttachmentInfo()
10217 VkRenderingAttachmentInfo* forUnmarshaling) { in unmarshal_VkRenderingAttachmentInfo()
10258 (const VkRenderingAttachmentInfo*)(forMarshaling->pColorAttachments + i)); in marshal_VkRenderingInfo()
10267 (const VkRenderingAttachmentInfo*)(forMarshaling->pDepthAttachment)); in marshal_VkRenderingInfo()
10275 (const VkRenderingAttachmentInfo*)(forMarshaling->pStencilAttachment)); in marshal_VkRenderingInfo()
10296 (VkRenderingAttachmentInfo*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkRenderingInfo()
10300 const VkRenderingAttachmentInfo* check_pDepthAttachment; in unmarshal_VkRenderingInfo()
10301 check_pDepthAttachment = (const VkRenderingAttachmentInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkRenderingInfo()
10309 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pDepthAttachment)); in unmarshal_VkRenderingInfo()
10312 const VkRenderingAttachmentInfo* check_pStencilAttachment; in unmarshal_VkRenderingInfo()
[all …]
Dgoldfish_vk_counting_guest.cpp5430 const VkRenderingAttachmentInfo* toCount, size_t* count) { in count_VkRenderingAttachmentInfo()
5472 (const VkRenderingAttachmentInfo*)(toCount->pColorAttachments + i), count); in count_VkRenderingInfo()
5479 featureBits, rootType, (const VkRenderingAttachmentInfo*)(toCount->pDepthAttachment), in count_VkRenderingInfo()
5486 featureBits, rootType, (const VkRenderingAttachmentInfo*)(toCount->pStencilAttachment), in count_VkRenderingInfo()
Dgoldfish_vk_counting_guest.h987 const VkRenderingAttachmentInfo* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1109 const VkRenderingAttachmentInfo* forMarshaling,
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp5845 VkRenderingAttachmentInfo* toTransform) { in transform_tohost_VkRenderingAttachmentInfo()
5855 VkRenderingAttachmentInfo* toTransform) { in transform_fromhost_VkRenderingAttachmentInfo()
5877 (VkRenderingAttachmentInfo*)(toTransform->pColorAttachments + i)); in transform_tohost_VkRenderingInfo()
5883 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_tohost_VkRenderingInfo()
5887 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pStencilAttachment)); in transform_tohost_VkRenderingInfo()
5904 (VkRenderingAttachmentInfo*)(toTransform->pColorAttachments + i)); in transform_fromhost_VkRenderingInfo()
5910 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pDepthAttachment)); in transform_fromhost_VkRenderingInfo()
5914 resourceTracker, (VkRenderingAttachmentInfo*)(toTransform->pStencilAttachment)); in transform_fromhost_VkRenderingInfo()
Dgoldfish_vk_deepcopy.cpp6167 const VkRenderingAttachmentInfo* from, in deepcopy_VkRenderingAttachmentInfo()
6168 VkRenderingAttachmentInfo* to) { in deepcopy_VkRenderingAttachmentInfo()
6212 to->pColorAttachments = (VkRenderingAttachmentInfo*)alloc->alloc( in deepcopy_VkRenderingInfo()
6213 from->colorAttachmentCount * sizeof(const VkRenderingAttachmentInfo)); in deepcopy_VkRenderingInfo()
6218 (VkRenderingAttachmentInfo*)(to->pColorAttachments + i)); in deepcopy_VkRenderingInfo()
6225 (VkRenderingAttachmentInfo*)alloc->alloc(sizeof(const VkRenderingAttachmentInfo)); in deepcopy_VkRenderingInfo()
6227 (VkRenderingAttachmentInfo*)(to->pDepthAttachment)); in deepcopy_VkRenderingInfo()
6232 (VkRenderingAttachmentInfo*)alloc->alloc(sizeof(const VkRenderingAttachmentInfo)); in deepcopy_VkRenderingInfo()
6234 (VkRenderingAttachmentInfo*)(to->pStencilAttachment)); in deepcopy_VkRenderingInfo()
Dgoldfish_vk_deepcopy.h1089 const VkRenderingAttachmentInfo* from,
1090 VkRenderingAttachmentInfo* to);
Dgoldfish_vk_transform.h1734 VkRenderingAttachmentInfo* toTransform);
1737 VkRenderingAttachmentInfo* toTransform);
Dgoldfish_vk_marshaling.h2056 const VkRenderingAttachmentInfo* forMarshaling);
2059 VkRenderingAttachmentInfo* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h1065 VkRenderingAttachmentInfo* forUnmarshaling,
Dgoldfish_vk_marshaling.cpp12664 const VkRenderingAttachmentInfo* forMarshaling) { in marshal_VkRenderingAttachmentInfo()
12689 VkRenderingAttachmentInfo* forUnmarshaling) { in unmarshal_VkRenderingAttachmentInfo()
12742 (const VkRenderingAttachmentInfo*)(forMarshaling->pColorAttachments + i)); in marshal_VkRenderingInfo()
12751 (const VkRenderingAttachmentInfo*)(forMarshaling->pDepthAttachment)); in marshal_VkRenderingInfo()
12759 (const VkRenderingAttachmentInfo*)(forMarshaling->pStencilAttachment)); in marshal_VkRenderingInfo()
12790 forUnmarshaling->colorAttachmentCount * sizeof(const VkRenderingAttachmentInfo)); in unmarshal_VkRenderingInfo()
12795 (VkRenderingAttachmentInfo*)(forUnmarshaling->pColorAttachments + i)); in unmarshal_VkRenderingInfo()
12800 (const VkRenderingAttachmentInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkRenderingInfo()
12803 sizeof(const VkRenderingAttachmentInfo)); in unmarshal_VkRenderingInfo()
12805 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pDepthAttachment)); in unmarshal_VkRenderingInfo()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp9721 VkRenderingAttachmentInfo* forUnmarshaling, in reservedunmarshal_VkRenderingAttachmentInfo()
9805 forUnmarshaling->colorAttachmentCount * sizeof(const VkRenderingAttachmentInfo)); in reservedunmarshal_VkRenderingInfo()
9809 (VkRenderingAttachmentInfo*)(forUnmarshaling->pColorAttachments + i), ptr); in reservedunmarshal_VkRenderingInfo()
9812 memcpy((VkRenderingAttachmentInfo**)&forUnmarshaling->pDepthAttachment, (*ptr), 8); in reservedunmarshal_VkRenderingInfo()
9817 sizeof(const VkRenderingAttachmentInfo)); in reservedunmarshal_VkRenderingInfo()
9819 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pDepthAttachment), in reservedunmarshal_VkRenderingInfo()
9823 memcpy((VkRenderingAttachmentInfo**)&forUnmarshaling->pStencilAttachment, (*ptr), 8); in reservedunmarshal_VkRenderingInfo()
9828 sizeof(const VkRenderingAttachmentInfo)); in reservedunmarshal_VkRenderingInfo()
9830 vkStream, rootType, (VkRenderingAttachmentInfo*)(forUnmarshaling->pStencilAttachment), in reservedunmarshal_VkRenderingInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7194 typedef struct VkRenderingAttachmentInfo { struct
7205 } VkRenderingAttachmentInfo; typedef
7215 const VkRenderingAttachmentInfo* pColorAttachments;
7216 const VkRenderingAttachmentInfo* pDepthAttachment;
7217 const VkRenderingAttachmentInfo* pStencilAttachment;
8406 typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR;

12