Searched refs:miplinear (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c89 bool miplinear = false; local in function:fd3_sampler_state_create
96 miplinear = true;
119 COND(miplinear, A3XX_TEX_SAMP_0_MIPFILTER_LINEAR) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c83 bool miplinear = false; local in function:fd3_sampler_state_create
89 miplinear = true;
97 COND(miplinear, A3XX_TEX_SAMP_0_MIPFILTER_LINEAR) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c83 bool miplinear = false; local in function:fd4_sampler_state_create
89 miplinear = true;
95 COND(miplinear, A4XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |
104 // COND(miplinear, A4XX_TEX_SAMP_1_MIPFILTER_LINEAR_FAR) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c83 bool miplinear = false; local in function:fd5_sampler_state_create
91 miplinear = true;
95 COND(miplinear, A5XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c89 bool miplinear = false; local in function:fd4_sampler_state_create
96 miplinear = true;
117 COND(miplinear, A4XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |
126 // COND(miplinear, A4XX_TEX_SAMP_1_MIPFILTER_LINEAR_FAR) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c89 bool miplinear = false; local in function:fd5_sampler_state_create
98 miplinear = true;
117 COND(miplinear, A5XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c94 bool miplinear = false; local in function:fd6_sampler_state_create
104 miplinear = true;
123 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c95 bool miplinear = false; local in function:fd6_sampler_state_create
104 miplinear = true;
108 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c2331 bool miplinear = (pCreateInfo->mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR); local in function:tu_init_sampler
2336 COND(miplinear, A6XX_TEX_SAMP_0_MIPFILTER_LINEAR_NEAR) |

Completed in 9 milliseconds