Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c89 bool miplinear = false; in fd3_sampler_state_create() local
96 miplinear = true; in fd3_sampler_state_create()
119 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.c89 bool miplinear = false; in fd4_sampler_state_create() local
96 miplinear = true; in fd4_sampler_state_create()
117 COND(miplinear, A4XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd4_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c95 bool miplinear = false; in fd6_sampler_state_create() local
105 miplinear = true; in fd6_sampler_state_create()
124 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd6_sampler_state_create()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c1825 bool miplinear = (pCreateInfo->mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR); in tu_init_sampler() local
1830 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in tu_init_sampler()