Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c123 A4XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) | in fd4_sampler_state_create()
Dfd4_emit.c280 A4XX_TEX_SAMP_0_WRAP_S(A4XX_TEX_CLAMP_TO_EDGE) | in fd4_emit_gmem_restore_tex()
Da4xx.xml.h3900 static inline uint32_t A4XX_TEX_SAMP_0_WRAP_S(enum a4xx_tex_clamp val) in A4XX_TEX_SAMP_0_WRAP_S() function