Searched refs:slt (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/vp/ |
| H A D | Makefile.am | 75 slt.txt \
|
| H A D | Makefile.in | 402 slt.txt \
|
| /xsrc/external/mit/mesa-demos/dist/src/fp/ |
| H A D | Makefile.am | 86 slt.txt \
|
| H A D | Makefile.in | 433 slt.txt \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_emit.c | 73 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 D | ffvertex_prog.c | 943 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 D | ffvertex_prog.c | 951 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