Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.h39 emit_marker5(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker5() argument
42 unsigned reg = REG_A5XX_CP_SCRATCH_REG(scratch_idx); in emit_marker5()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.h126 emit_marker6(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker6() argument
129 unsigned reg = REG_A6XX_CP_SCRATCH_REG(scratch_idx); in emit_marker6()
/third_party/mesa3d/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) in emit_marker() argument
404 unsigned reg = REG_AXXX_CP_SCRATCH_REG0 + scratch_idx; in emit_marker()

Completed in 3 milliseconds