Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c127 A3XX_TEX_SAMP_0_WRAP_R(tex_clamp(cso->wrap_r, clamp_to_edge, &so->needs_border)); in fd3_sampler_state_create()
Dfd3_emit.c279 A3XX_TEX_SAMP_0_WRAP_R(A3XX_TEX_REPEAT)); in fd3_emit_gmem_restore_tex()
Da3xx.xml.h3082 static inline uint32_t A3XX_TEX_SAMP_0_WRAP_R(enum a3xx_tex_clamp val) in A3XX_TEX_SAMP_0_WRAP_R() function