HomeSort by relevance Sort by last modified time
    Searched refs:fd_tile (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.h 43 struct fd_tile { struct
68 bool fd_gmem_needs_restore(struct fd_batch *batch, struct fd_tile *tile,
freedreno_context.h 257 struct fd_tile tile[512];
295 void (*emit_tile_prep)(struct fd_batch *batch, struct fd_tile *tile);
296 void (*emit_tile_mem2gmem)(struct fd_batch *batch, struct fd_tile *tile);
297 void (*emit_tile_renderprep)(struct fd_batch *batch, struct fd_tile *tile);
298 void (*emit_tile_gmem2mem)(struct fd_batch *batch, struct fd_tile *tile);
freedreno_gmem.c 275 struct fd_tile *tile = &ctx->tile[t];
305 struct fd_tile *tile = &ctx->tile[t++];
326 struct fd_tile *tile = &ctx->tile[i];
460 skip_restore(struct pipe_scissor_state *scissor, struct fd_tile *tile)
476 fd_gmem_needs_restore(struct fd_batch *batch, struct fd_tile *tile,
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_gmem.c 104 fd2_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
227 fd2_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
363 fd2_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
385 fd2_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_gmem.c 189 fd4_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
327 fd4_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
708 fd4_emit_tile_prep(struct fd_batch *batch, struct fd_tile *tile)
756 fd4_emit_tile_renderprep(struct fd_batch *batch, struct fd_tile *tile)
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_gmem.c 416 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)
647 fd5_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c 356 fd3_emit_tile_gmem2mem(struct fd_batch *batch, struct fd_tile *tile)
537 fd3_emit_tile_mem2gmem(struct fd_batch *batch, struct fd_tile *tile)
    [all...]

Completed in 270 milliseconds