Home
last modified time | relevance | path

Searched refs:REG_A5XX_VPC_SO_NCOMP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c229 OUT_RING(ring, REG_A5XX_VPC_SO_NCOMP(0)); in emit_stream_out()
231 OUT_RING(ring, REG_A5XX_VPC_SO_NCOMP(1)); in emit_stream_out()
233 OUT_RING(ring, REG_A5XX_VPC_SO_NCOMP(2)); in emit_stream_out()
235 OUT_RING(ring, REG_A5XX_VPC_SO_NCOMP(3)); in emit_stream_out()
Da5xx.xml.h3719 static inline uint32_t REG_A5XX_VPC_SO_NCOMP(uint32_t i0) { return 0x0000e2aa + 0x7*i0; } in REG_A5XX_VPC_SO_NCOMP() function