Home
last modified time | relevance | path

Searched refs:lower_tex (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/docs/relnotes/
D12.0.6.rst76 - nir/lower_tex: Add some helpers for working with tex sources
77 - nir/lower_tex: Add support for lowering coordinate offsets
D17.1.1.rst94 - nir/lower_tex: Fix minor error in YUV color conversion matrix
D17.0.6.rst118 - nir/lower_tex: Fix minor error in YUV color conversion matrix
D20.1.1.rst111 - nir: lower_tex: Don't normalize coordinates for TXF with RECT
D20.0.8.rst122 - nir: lower_tex: Don't normalize coordinates for TXF with RECT
D19.0.0.rst1261 - nir/lower_tex: Simplify lower_gradient logic
1262 - nir/lower_tex: Modify txd instructions instead of replacing them
1263 - nir/lower_tex: Add lowering for some min_lod cases
1666 - nir/lower_tex: add alpha channel parameter for yuv lowering
1667 - nir/lower_tex: Add AYUV lowering support
D20.2.0.rst295 - nir/lower_tex: handle query lod with nir_lower_tex_packing_16 at lower_tex_packing
2252 - nir: lower_tex: Don't normalize coordinates for TXF with RECT
2310 - nir/lower_tex: skip lower_tex_packing for the texture samples query
2643 - r600/sfn/lower_tex: Get rid of the lower_sampler vector
4063 - nir/lower_tex: fixes for fp16 yuv lowering
D19.1.0.rst2466 - nir/lower_tex: Add support for tg4 offsets lowering
2496 - nir/lower_tex: Add support for XYUV lowering
D20.0.0.rst368 - pan/midgard: Lower txd with lower_tex
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c536 lower_tex(nir_builder *b, nir_tex_instr *tex, in lower_tex() function
579 progress |= lower_tex(&b, nir_instr_as_tex(instr), shader, layout); in lower_impl()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1061 lower_tex(nir_tex_instr *tex, struct apply_pipeline_layout_state *state) in lower_tex() function
1129 lower_tex(nir_instr_as_tex(instr), state); in apply_pipeline_layout_block()