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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_clip_halfz.c57 nir_lower_clip_halfz(nir_shader *shader) function in typeref:typename:void
H A Dnir.h4707 void nir_lower_clip_halfz(nir_shader *shader);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp157 NIR_PASS_V(nir, nir_lower_clip_halfz);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1137 NIR_PASS_V(s, nir_lower_clip_halfz);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1396 NIR_PASS_V(nir, nir_lower_clip_halfz);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c836 NIR_PASS_V(nir, nir_lower_clip_halfz);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A 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
H A D20.0.0.rst1250 - etnaviv: use nir_lower_clip_halfz instead of open-coding
H A D21.0.0.rst2473 - zink: only run nir_lower_clip_halfz for last vertex processing stage

Completed in 61 milliseconds