Searched refs:miplinear (Results 1 – 5 of 5) sorted by relevance
83 bool miplinear = false; in fd3_sampler_state_create() local89 miplinear = true; in fd3_sampler_state_create()97 COND(miplinear, A3XX_TEX_SAMP_0_MIPFILTER_LINEAR) | in fd3_sampler_state_create()
83 bool miplinear = false; in fd4_sampler_state_create() local89 miplinear = true; in fd4_sampler_state_create()95 COND(miplinear, A4XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd4_sampler_state_create()
83 bool miplinear = false; in fd5_sampler_state_create() local91 miplinear = true; in fd5_sampler_state_create()95 COND(miplinear, A5XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd5_sampler_state_create()
95 bool miplinear = false; in fd6_sampler_state_create() local104 miplinear = true; in fd6_sampler_state_create()108 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in fd6_sampler_state_create()
2331 bool miplinear = (pCreateInfo->mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR); in tu_init_sampler() local2336 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) | in tu_init_sampler()