Searched refs:fd_tile (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.h42 struct fd_tile { struct
67 bool fd_gmem_needs_restore(struct fd_batch *batch, struct fd_tile *tile,
H A Dfreedreno_context.h267 struct fd_tile tile[512];
310 void (*emit_tile_prep)(struct fd_batch *batch, struct fd_tile *tile);
311 void (*emit_tile_mem2gmem)(struct fd_batch *batch, struct fd_tile *tile);
312 void (*emit_tile_renderprep)(struct fd_batch *batch, struct fd_tile *tile);
313 void (*emit_tile_gmem2mem)(struct fd_batch *batch, struct fd_tile *tile);
H A Dfreedreno_gmem.c303 struct fd_tile *tile = &ctx->tile[t];
334 struct fd_tile *tile = &ctx->tile[t++];
355 struct fd_tile *tile = &ctx->tile[i];
477 fd_gmem_needs_restore(struct fd_batch *batch, struct fd_tile *tile,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.h41 struct fd_tile { struct
65 struct fd_tile tile[2048];
92 bool fd_gmem_needs_restore(struct fd_batch *batch, const struct fd_tile *tile,
H A Dfreedreno_context.h456 const struct fd_tile *tile) dt;
458 const struct fd_tile *tile) dt;
460 const struct fd_tile *tile) dt;
461 void (*emit_tile)(struct fd_batch *batch, const struct fd_tile *tile) dt;
463 const struct fd_tile *tile) dt;
H A Dfreedreno_gmem.c396 struct fd_tile *tile = &gmem->tile[t];
434 struct fd_tile *tile = &gmem->tile[t++];
593 struct fd_tile *tile = &gmem->tile[i];
793 fd_gmem_needs_restore(struct fd_batch *batch, const struct fd_tile *tile,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c222 fd2_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
281 fd2_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
665 fd2_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
687 fd2_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c190 fd4_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
328 fd4_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
709 fd4_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
757 fd4_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c416 fd5_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
526 fd5_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
570 fd5_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
657 fd5_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c224 fd2_emit_tile_gmem2mem(struct fd_batch *batch, const struct fd_tile *tile)
281 const struct fd_tile *tile) assert_dt
671 fd2_emit_tile_prep(struct fd_batch *batch, const struct fd_tile *tile)
694 const struct fd_tile *tile) assert_dt
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c202 const struct fd_tile *tile) assert_dt
335 const struct fd_tile *tile) assert_dt
712 fd4_emit_tile_prep(struct fd_batch *batch, const struct fd_tile *tile)
763 const struct fd_tile *tile) assert_dt
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c423 fd5_emit_tile_prep(struct fd_batch *batch, const struct fd_tile *tile) assert_dt
532 fd5_emit_tile_mem2gmem(struct fd_batch *batch, const struct fd_tile *tile)
574 fd5_emit_tile_renderprep(struct fd_batch *batch, const struct fd_tile *tile)
662 fd5_emit_tile_gmem2mem(struct fd_batch *batch, const struct fd_tile *tile)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c612 emit_conditional_ib(struct fd_batch *batch, const struct fd_tile *tile,
889 fd6_emit_tile_prep(struct fd_batch *batch, const struct fd_tile *tile)
1239 fd6_emit_tile_mem2gmem(struct fd_batch *batch, const struct fd_tile *tile)
1245 fd6_emit_tile_renderprep(struct fd_batch *batch, const struct fd_tile *tile)
1412 fd6_emit_tile(struct fd_batch *batch, const struct fd_tile *tile)
1425 fd6_emit_tile_gmem2mem(struct fd_batch *batch, const struct fd_tile *tile)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c359 fd3_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
540 fd3_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
970 fd3_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
983 fd3_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c601 fd6_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
1014 fd6_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
1020 fd6_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
1106 fd6_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c377 const struct fd_tile *tile) assert_dt
561 const struct fd_tile *tile) assert_dt
992 fd3_emit_tile_prep(struct fd_batch *batch, const struct fd_tile *tile)
1006 const struct fd_tile *tile) assert_dt
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst2987 - freedreno: constify fd_tile

Completed in 25 milliseconds