Searched refs:tu_image_view (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_private.h | 1178 struct tu_image_view; 1183 struct tu_image_view *src, 1184 struct tu_image_view *dst, 1289 struct tu_image_view struct 1352 tu_cs_image_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer); argument 1355 tu_cs_image_ref_2d(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer, bool src); 1358 tu_cs_image_flag_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer); 1361 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer); 1379 tu_image_view_init(struct tu_image_view *iview, 1401 struct tu_image_view *attachment; [all …]
|
D | tu_clear_blit.c | 142 const struct tu_image_view *iview, in r2d_src() 182 r2d_dst(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst() 193 r2d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_stencil() 618 const struct tu_image_view *iview, in r3d_src() 662 r3d_dst(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst() 678 r3d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst_stencil() 828 const struct tu_image_view *iview, 835 void (*dst)(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer); 941 tu_image_view_copy_blit(struct tu_image_view *iview, in tu_image_view_copy_blit() 973 tu_image_view_copy(struct tu_image_view *iview, in tu_image_view_copy() [all …]
|
D | tu_image.c | 163 tu_cs_image_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_ref() 171 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_stencil_ref() 179 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() 187 tu_cs_image_flag_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_flag_ref() 194 tu_image_view_init(struct tu_image_view *iview, in tu_image_view_init() 787 struct tu_image_view *view; in tu_CreateImageView() 807 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
|
D | tu_cmd_buffer.c | 199 const struct tu_image_view *iview = fb->attachments[a].attachment; in tu6_emit_zs() 251 const struct tu_image_view *iview = fb->attachments[a].attachment; in tu6_emit_mrt() 337 const struct tu_image_view *iview = fb->attachments[a].attachment; in tu6_emit_render_cntl() 346 const struct tu_image_view *iview = fb->attachments[a].attachment; in tu6_emit_render_cntl() 619 struct tu_image_view *dst = fb->attachments[a].attachment; in tu6_emit_sysmem_resolve() 620 struct tu_image_view *src = fb->attachments[gmem_a].attachment; in tu6_emit_sysmem_resolve() 1019 struct tu_image_view *iview = in tu_emit_input_attachments()
|
D | tu_descriptor_set.c | 772 TU_FROM_HANDLE(tu_image_view, iview, image_info->imageView); in write_image_descriptor()
|
D | tu_device.c | 1771 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()
|