Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c254 so->texconst0 |= A4XX_TEX_CONST_0_SRGB; in fd4_sampler_view_create()
Dfd4_emit.c213 debug_assert(view->texconst0 & A4XX_TEX_CONST_0_SRGB); in emit_textures()
215 OUT_RING(ring, view->texconst0 & ~A4XX_TEX_CONST_0_SRGB); in emit_textures()
Da4xx.xml.h4071 #define A4XX_TEX_CONST_0_SRGB 0x00000004 macro