Home
last modified time | relevance | path

Searched refs:nir_lower_clip_halfz (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_clip_halfz.c57 nir_lower_clip_halfz(nir_shader *shader) in nir_lower_clip_halfz() function
Dmeson.build132 'nir_lower_clip_halfz.c',
Dnir.h4359 void nir_lower_clip_halfz(nir_shader *shader);
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c271 NIR_PASS_V(nir, nir_lower_clip_halfz); in zink_shader_create()
/external/mesa3d/src/compiler/
DMakefile.sources253 nir/nir_lower_clip_halfz.c \
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1106 NIR_PASS_V(s, nir_lower_clip_halfz); in etna_compile_shader_nir()
/external/mesa3d/docs/relnotes/
D20.2.0.rst3548 - nir: allow nir_lower_clip_halfz to run in geometry shaders
3573 - nir\_ allow nir_lower_clip_halfz to run in tess eval shader
D20.0.0.rst1250 - etnaviv: use nir_lower_clip_halfz instead of open-coding