OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
67
bool fd_gmem_needs_restore(struct fd_batch *batch, struct
fd_tile
*tile,
freedreno_context.h
196
struct
fd_tile
tile[512];
256
void (*emit_tile_prep)(struct fd_batch *batch, struct
fd_tile
*tile);
257
void (*emit_tile_mem2gmem)(struct fd_batch *batch, struct
fd_tile
*tile);
258
void (*emit_tile_renderprep)(struct fd_batch *batch, struct
fd_tile
*tile);
259
void (*emit_tile_gmem2mem)(struct fd_batch *batch, struct
fd_tile
*tile);
freedreno_gmem.c
271
struct
fd_tile
*tile = &ctx->tile[t];
301
struct
fd_tile
*tile = &ctx->tile[t++];
322
struct
fd_tile
*tile = &ctx->tile[i];
442
skip_restore(struct pipe_scissor_state *scissor, struct
fd_tile
*tile)
458
fd_gmem_needs_restore(struct fd_batch *batch, struct
fd_tile
*tile,
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_gmem.c
98
fd2_emit_tile_gmem2mem(struct fd_batch *batch, struct
fd_tile
*tile)
221
fd2_emit_tile_mem2gmem(struct fd_batch *batch, struct
fd_tile
*tile)
357
fd2_emit_tile_prep(struct fd_batch *batch, struct
fd_tile
*tile)
379
fd2_emit_tile_renderprep(struct fd_batch *batch, struct
fd_tile
*tile)
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_gmem.c
255
fd5_emit_tile_prep(struct fd_batch *batch, struct
fd_tile
*tile)
320
fd5_emit_tile_mem2gmem(struct fd_batch *batch, struct
fd_tile
*tile)
380
fd5_emit_tile_renderprep(struct fd_batch *batch, struct
fd_tile
*tile)
454
fd5_emit_tile_gmem2mem(struct fd_batch *batch, struct
fd_tile
*tile)
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_gmem.c
188
fd4_emit_tile_gmem2mem(struct fd_batch *batch, struct
fd_tile
*tile)
326
fd4_emit_tile_mem2gmem(struct fd_batch *batch, struct
fd_tile
*tile)
707
fd4_emit_tile_prep(struct fd_batch *batch, struct
fd_tile
*tile)
755
fd4_emit_tile_renderprep(struct fd_batch *batch, struct
fd_tile
*tile)
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c
350
fd3_emit_tile_gmem2mem(struct fd_batch *batch, struct
fd_tile
*tile)
531
fd3_emit_tile_mem2gmem(struct fd_batch *batch, struct
fd_tile
*tile)
[
all
...]
Completed in 355 milliseconds