Home
last modified time | relevance | path

Searched refs:A3XX_RB_STENCIL_CONTROL_FUNC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.c67 A3XX_RB_STENCIL_CONTROL_FUNC(s->func) | /* maps 1:1 */ in fd3_zsa_state_create()
Dfd3_gmem.c229 OUT_RING(ring, A3XX_RB_STENCIL_CONTROL_FUNC(FUNC_NEVER) | in emit_binning_workaround()
375 OUT_RING(ring, A3XX_RB_STENCIL_CONTROL_FUNC(FUNC_NEVER) | in fd3_emit_tile_gmem2mem()
626 A3XX_RB_STENCIL_CONTROL_FUNC(FUNC_ALWAYS) | in fd3_emit_tile_mem2gmem()
Da3xx.xml.h1514 static inline uint32_t A3XX_RB_STENCIL_CONTROL_FUNC(enum adreno_compare_func val) in A3XX_RB_STENCIL_CONTROL_FUNC() function