Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c91 bool miplinear = false; in fd3_sampler_state_create() local
98 miplinear = true; in fd3_sampler_state_create()
121 COND(miplinear, A3XX_TEX_SAMP_0_MIPFILTER_LINEAR) | in fd3_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c89 bool miplinear = false; in fd5_sampler_state_create() local
98 miplinear = true; in fd5_sampler_state_create()
117 COND(miplinear, A5XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd5_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c91 bool miplinear = false; in fd4_sampler_state_create() local
98 miplinear = true; in fd4_sampler_state_create()
119 COND(miplinear, A4XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd4_sampler_state_create()