Home
last modified time | relevance | path

Searched refs:tu_image_view (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.h45 struct tu_image_view struct
63 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_image_view, vk.base, VkImageView, argument
95 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
98 tu_cs_image_depth_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
Dtu_clear_blit.h28 const struct tu_image_view *src,
29 const struct tu_image_view *dst,
Dtu_cmd_buffer.h376 const struct tu_image_view **attachments;
390 const struct tu_image_view **attachments;
558 const struct tu_image_view *dynamic_attachments[2 * (MAX_RTS + 1)];
Dtu_image.c119 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_stencil_ref()
127 tu_cs_image_depth_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_depth_ref()
151 struct tu_image_view *iview, in tu_image_view_init()
784 struct tu_image_view *view; in tu_CreateImageView()
804 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
Dtu_clear_blit.c212 const struct tu_image_view *iview, in r2d_src_depth()
230 const struct tu_image_view *iview, in r2d_src_stencil()
286 r2d_dst_depth(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_depth()
298 r2d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_stencil()
1016 const struct tu_image_view *iview, in r3d_src_gmem()
1082 r3d_dst_depth(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst_depth()
1096 r3d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst_stencil()
1284 void (*dst_depth)(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
1285 void (*dst_stencil)(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
2252 const struct tu_image_view *src, in resolve_sysmem()
[all …]
Dtu_common.h129 struct tu_image_view;
Dtu_lrz.h31 const struct tu_image_view *image_view;
Dtu_pass.c961 struct tu_image_view *view) in tu_setup_dynamic_attachment()
1009 TU_FROM_HANDLE(tu_image_view, view, att_info->imageView); in tu_setup_dynamic_render_pass()
1024 TU_FROM_HANDLE(tu_image_view, resolve_view, att_info->resolveImageView); in tu_setup_dynamic_render_pass()
1046 TU_FROM_HANDLE(tu_image_view, view, common_info->imageView); in tu_setup_dynamic_render_pass()
1065 TU_FROM_HANDLE(tu_image_view, resolve_view, in tu_setup_dynamic_render_pass()
Dtu_device.h353 struct tu_image_view *attachment;
Dtu_cmd_buffer.c206 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_zs()
271 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_mrt()
366 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_render_cntl()
375 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_render_cntl()
692 const struct tu_image_view *dst = cmd->state.attachments[a]; in tu6_emit_sysmem_resolve()
693 const struct tu_image_view *src = cmd->state.attachments[gmem_a]; in tu6_emit_sysmem_resolve()
1121 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu_emit_input_attachments()
3907 TU_FROM_HANDLE(tu_image_view, view, in tu_CmdBeginRendering()
3914 TU_FROM_HANDLE(tu_image_view, resolve_view, in tu_CmdBeginRendering()
3928 TU_FROM_HANDLE(tu_image_view, view, common_info->imageView); in tu_CmdBeginRendering()
[all …]
Dtu_lrz.c188 const struct tu_image_view *view) in tu_lrz_init_state()
Dtu_descriptor_set.c962 TU_FROM_HANDLE(tu_image_view, iview, image_info->imageView); in write_image_descriptor()
Dtu_device.c2674 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst751 - tu: Use fdl6_view in tu_image_view and cross-check