Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_private.h1018 const struct tu_image_view **attachments;
1331 struct tu_image_view;
1336 const struct tu_image_view *src,
1337 const struct tu_image_view *dst,
1440 struct tu_image_view struct
1503 tu_cs_image_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer); argument
1506 tu_cs_image_ref_2d(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer, bool src);
1509 tu_cs_image_flag_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
1512 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
1530 tu_image_view_init(struct tu_image_view *iview,
[all …]
Dtu_clear_blit.c147 const struct tu_image_view *iview, in r2d_src()
167 const struct tu_image_view *iview, in r2d_src_stencil()
201 r2d_dst(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst()
212 r2d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_stencil()
857 const struct tu_image_view *iview, in r3d_src()
903 const struct tu_image_view *iview, in r3d_src_gmem()
931 r3d_dst(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst()
945 r3d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst_stencil()
1091 const struct tu_image_view *iview,
1098 void (*dst)(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer);
[all …]
Dtu_image.c171 tu_cs_image_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_ref()
179 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_stencil_ref()
187 tu_cs_image_ref_2d(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer, bool src) in tu_cs_image_ref_2d()
195 tu_cs_image_flag_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_flag_ref()
202 tu_image_view_init(struct tu_image_view *iview, in tu_image_view_init()
817 struct tu_image_view *view; in tu_CreateImageView()
837 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
Dtu_cmd_buffer.c212 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_zs()
263 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_mrt()
373 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_render_cntl()
382 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_render_cntl()
652 const struct tu_image_view *dst = cmd->state.attachments[a]; in tu6_emit_sysmem_resolve()
653 const struct tu_image_view *src = cmd->state.attachments[gmem_a]; in tu6_emit_sysmem_resolve()
1069 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu_emit_input_attachments()
Dtu_descriptor_set.c875 TU_FROM_HANDLE(tu_image_view, iview, image_info->imageView); in write_image_descriptor()
Dtu_device.c2276 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()