Searched refs:scratch_idx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.h39 emit_marker5(struct fd_ringbuffer *ring, int scratch_idx) argument
42 unsigned reg = REG_A5XX_CP_SCRATCH_REG(scratch_idx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.h39 emit_marker5(struct fd_ringbuffer *ring, int scratch_idx) argument
42 unsigned reg = REG_A5XX_CP_SCRATCH_REG(scratch_idx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.h112 emit_marker6(struct fd_ringbuffer *ring, int scratch_idx) argument
115 unsigned reg = REG_A6XX_CP_SCRATCH_REG(scratch_idx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.h126 emit_marker6(struct fd_ringbuffer *ring, int scratch_idx) argument
129 unsigned reg = REG_A6XX_CP_SCRATCH_REG(scratch_idx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h215 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx);
421 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) argument
424 unsigned reg = REG_AXXX_CP_SCRATCH_REG0 + scratch_idx;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h324 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx);
401 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) argument
404 unsigned reg = REG_AXXX_CP_SCRATCH_REG0 + scratch_idx;

Completed in 31 milliseconds