Home
last modified time | relevance | path

Searched refs:pass_att (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c338 const uint32_t pass_att = subpass->color_attachments[subpass_att].attachment; in emit_color_clear() local
339 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_color_clear()
609 const uint32_t pass_att = subpass->depth_stencil_attachment.attachment; in emit_depthstencil_clear() local
612 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_depthstencil_clear()
617 assert(pass_att != VK_ATTACHMENT_UNUSED); in emit_depthstencil_clear()
677 const uint32_t pass_att = subpass->depth_stencil_attachment.attachment; in emit_fast_htile_clear() local
680 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_fast_htile_clear()
949 const uint32_t pass_att = subpass->color_attachments[subpass_att].attachment; in emit_fast_color_clear() local
952 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_fast_color_clear()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c955 struct anv_render_pass_attachment *pass_att = in clear_color_attachment() local
978 ISL_FORMAT_UNSUPPORTED, pass_att->samples, in clear_color_attachment()
994 ISL_FORMAT_UNSUPPORTED, pass_att->samples, in clear_color_attachment()
1016 struct anv_render_pass_attachment *pass_att = in clear_depth_stencil_attachment() local
1025 pass_att->format, in clear_depth_stencil_attachment()
1047 depth_format, pass_att->samples, in clear_depth_stencil_attachment()
1066 depth_format, pass_att->samples, in clear_depth_stencil_attachment()