Searched refs:nir_load_front_face (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_two_sided_color.c164 nir_ssa_def *face = nir_load_front_face(b, 1);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_two_sided_color.c179 face = nir_load_front_face(b, 1);
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_builder_opcodes.h1456 nir_load_front_face(nir_builder *build, unsigned bit_size) function in typeref:typename:nir_ssa_def *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c481 nir_ssa_def *frontface = nir_load_front_face(&c->build, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c523 nir_ssa_def *frontface = nir_load_front_face(&c->build, 1);
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h12435 #define nir_load_front_face nir_build_load_front_face macro

Completed in 41 milliseconds