Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c41 .has_texture_scaling = true, in etna_compiler_create()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c179 if (b->shader->options->has_texture_scaling) { in lower_offset()
1562 else if (compiler_options->has_texture_scaling) in nir_lower_tex_block()
Dnir.h4199 bool has_texture_scaling; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2183 .has_texture_scaling = true,
/external/mesa3d/docs/relnotes/
D23.2.1.rst859 - nir: rename has_txs to has_texture_scaling
860 - nir/lower_tex: optimize offset lowering for has_texture_scaling