Home
last modified time | relevance | path

Searched refs:tex_filter (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c62 tex_filter(unsigned filter) in tex_filter() function
114 A2XX_SQ_TEX_3_XY_MAG_FILTER(tex_filter(cso->mag_img_filter)) | in fd2_sampler_state_create()
115 A2XX_SQ_TEX_3_XY_MIN_FILTER(tex_filter(cso->min_img_filter)) | in fd2_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c70 tex_filter(unsigned filter, bool aniso) in tex_filter() function
120 A3XX_TEX_SAMP_0_XY_MAG(tex_filter(cso->mag_img_filter, aniso)) | in fd3_sampler_state_create()
121 A3XX_TEX_SAMP_0_XY_MIN(tex_filter(cso->min_img_filter, aniso)) | in fd3_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c70 tex_filter(unsigned filter, bool aniso) in tex_filter() function
118 A5XX_TEX_SAMP_0_XY_MAG(tex_filter(cso->mag_img_filter, aniso)) | in fd5_sampler_state_create()
119 A5XX_TEX_SAMP_0_XY_MIN(tex_filter(cso->min_img_filter, aniso)) | in fd5_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c70 tex_filter(unsigned filter, bool aniso) in tex_filter() function
118 A4XX_TEX_SAMP_0_XY_MAG(tex_filter(cso->mag_img_filter, aniso)) | in fd4_sampler_state_create()
119 A4XX_TEX_SAMP_0_XY_MIN(tex_filter(cso->min_img_filter, aniso)) | in fd4_sampler_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c76 tex_filter(unsigned filter, bool aniso) in tex_filter() function
125 A6XX_TEX_SAMP_0_XY_MAG(tex_filter(cso->mag_img_filter, aniso)) | in fd6_sampler_state_create()
126 A6XX_TEX_SAMP_0_XY_MIN(tex_filter(cso->min_img_filter, aniso)) | in fd6_sampler_state_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c397 DEFINE_UTIL_STR_CONTINUOUS(tex_filter)