Searched refs:miplinear (Results 1 – 5 of 5) sorted by relevance
89 bool miplinear = false; in fd3_sampler_state_create() local96 miplinear = true; in fd3_sampler_state_create()119 COND(miplinear, A3XX_TEX_SAMP_0_MIPFILTER_LINEAR) | in fd3_sampler_state_create()
89 bool miplinear = false; in fd5_sampler_state_create() local98 miplinear = true; in fd5_sampler_state_create()117 COND(miplinear, A5XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd5_sampler_state_create()
89 bool miplinear = false; in fd4_sampler_state_create() local96 miplinear = true; in fd4_sampler_state_create()117 COND(miplinear, A4XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd4_sampler_state_create()
95 bool miplinear = false; in fd6_sampler_state_create() local105 miplinear = true; in fd6_sampler_state_create()124 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd6_sampler_state_create()
1825 bool miplinear = (pCreateInfo->mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR); in tu_init_sampler() local1830 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in tu_init_sampler()