Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c125 A3XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) | in fd3_sampler_state_create()
Dfd3_emit.c277 A3XX_TEX_SAMP_0_WRAP_S(A3XX_TEX_CLAMP_TO_EDGE) | in fd3_emit_gmem_restore_tex()
Da3xx.xml.h3070 static inline uint32_t A3XX_TEX_SAMP_0_WRAP_S(enum a3xx_tex_clamp val) in A3XX_TEX_SAMP_0_WRAP_S() function