Searched refs:pan_image_view (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_texture.h | 117 struct pan_image_view { struct 167 GENX(panfrost_estimate_texture_payload_size)(const struct pan_image_view *iview); 171 const struct pan_image_view *iview, 222 pan_iview_get_surface(const struct pan_image_view *iview,
|
| H A D | pan_cs.h | 40 const struct pan_image_view *view; 50 const struct pan_image_view *zs, *s;
|
| H A D | pan_blitter.c | 120 const struct pan_image_view *iview, 184 const struct pan_image_view **rts, 186 const struct pan_image_view *z, 187 const struct pan_image_view *s, 308 const struct pan_image_view *rt_view = rts ? rts[i] : NULL; 320 const struct pan_image_view **rts, 637 const struct pan_image_view **src_rts, 638 const struct pan_image_view **dst_rts, 639 const struct pan_image_view *src_z, 640 const struct pan_image_view *dst_ [all...] |
| H A D | pan_cs.c | 55 mali_sampling_mode(const struct pan_image_view *view) 160 const struct pan_image_view *s = fb->zs.view.s; 187 const struct pan_image_view *zs = fb->zs.view.zs; 243 const struct pan_image_view *rt = fb->rts[rt_crc].view; 299 const struct pan_image_view *rt = fb->rts[cb].view; 347 pan_rt_init_format(const struct pan_image_view *rt, 404 const struct pan_image_view *rt = fb->rts[idx].view; 577 pan_force_clean_write_rt(const struct pan_image_view *rt, unsigned tile_size) 770 const struct pan_image_view *rt = fb->rts[0].view; 820 const struct pan_image_view *z [all...] |
| H A D | pan_texture.c | 308 pan_iview_get_surface(const struct pan_image_view *iview, 484 GENX(panfrost_estimate_texture_payload_size)(const struct pan_image_view *iview) 594 panfrost_emit_texture_payload(const struct pan_image_view *iview, 667 panfrost_needs_explicit_stride(const struct pan_image_view *iview) 709 const struct pan_image_view *iview,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 421 struct pan_image_view *rts, 422 struct pan_image_view *zs, 423 struct pan_image_view *s, 481 const struct pan_image_view *s_view = NULL, *z_view = NULL; 744 struct pan_image_view rts[8], zs, s;
|
| H A D | pan_cmdstream.c | 1303 struct pan_image_view iview = {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_blit.c | 37 struct pan_image_view views[2] = {
|
| H A D | panvk_vX_meta_clear.c | 489 struct pan_image_view view = { 553 struct pan_image_view view = {
|
| H A D | panvk_vX_meta_copy.c | 35 const struct pan_image_view *view) 684 struct pan_image_view srcview = { 697 struct pan_image_view dstview = { 1180 struct pan_image_view view = { 1641 struct pan_image_view view = {
|
| H A D | panvk_private.h | 915 struct pan_image_view pview;
|
Completed in 23 milliseconds