Searched refs:tu_image_view (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_image.h | 45 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);
|
D | tu_clear_blit.h | 28 const struct tu_image_view *src, 29 const struct tu_image_view *dst,
|
D | tu_cmd_buffer.h | 376 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)];
|
D | tu_image.c | 119 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()
|
D | tu_clear_blit.c | 212 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 …]
|
D | tu_common.h | 129 struct tu_image_view;
|
D | tu_lrz.h | 31 const struct tu_image_view *image_view;
|
D | tu_pass.c | 961 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()
|
D | tu_device.h | 353 struct tu_image_view *attachment;
|
D | tu_cmd_buffer.c | 206 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 …]
|
D | tu_lrz.c | 188 const struct tu_image_view *view) in tu_lrz_init_state()
|
D | tu_descriptor_set.c | 962 TU_FROM_HANDLE(tu_image_view, iview, image_info->imageView); in write_image_descriptor()
|
D | tu_device.c | 2674 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 751 - tu: Use fdl6_view in tu_image_view and cross-check
|