Searched refs:slt (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/vp/
H A DMakefile.am75 slt.txt \
H A DMakefile.in402 slt.txt \
/xsrc/external/mit/mesa-demos/dist/src/fp/
H A DMakefile.am86 slt.txt \
H A DMakefile.in433 slt.txt \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c73 OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X, LT),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c943 struct ureg slt = get_temp(p); local in function:calculate_light_attenuation
948 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot);
951 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
954 release_temp(p, slt);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c951 struct ureg slt = get_temp(p); local in function:calculate_light_attenuation
956 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot);
959 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
962 release_temp(p, slt);

Completed in 10 milliseconds