Searched refs:fdl6_view (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_image.h | 51 struct fdl6_view view; 86 tu_cs_image_ref(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer); 89 tu_cs_image_ref_2d(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, bool src); 92 tu_cs_image_flag_ref(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer);
|
H A D | tu_clear_blit.c | 158 * fdl6_view's, e.g. for sysmem resolves, so this has to happen as a fixup. in fixup_src_format() 183 const struct fdl6_view *iview, in r2d_src() 267 r2d_dst(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, in r2d_dst() 957 const struct fdl6_view *iview, in r3d_src() 1054 r3d_dst(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, in r3d_dst() 1273 const struct fdl6_view *iview, 1282 void (*dst)(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, 1451 tu_image_view_copy_blit(struct fdl6_view *iview, in tu_image_view_copy_blit() 1484 tu_image_view_copy(struct fdl6_view *iview, in tu_image_view_copy() 1494 tu_image_view_blit(struct fdl6_view *ivie [all...] |
H A D | tu_image.c | 111 tu_cs_image_ref(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer) in tu_cs_image_ref() 135 tu_cs_image_ref_2d(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, bool src) in tu_cs_image_ref_2d() 143 tu_cs_image_flag_ref(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer) in tu_cs_image_flag_ref()
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | freedreno_layout.h | 285 struct fdl6_view { struct 323 fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts,
|
H A D | fd6_view.c | 162 fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts, in fdl6_view_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_image.c | 114 /* fdl6_view makes the storage descriptor treat cubes like a 2D array (so in fd6_emit_image_descriptor() 121 struct fdl6_view view; in fd6_emit_image_descriptor()
|
H A D | fd6_texture.c | 265 struct fdl6_view view; in fd6_sampler_view_update()
|
H A D | fd6_gmem.c | 331 struct fdl6_view view; in patch_fb_read_sysmem()
|
Completed in 9 milliseconds