Searched refs:OPCODE_SLT (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 144 { OPCODE_SLT, "SLT", 2, 1 },
|
D | prog_instruction.h | 163 OPCODE_SLT, /* X X X X X */ enumerator
|
D | prog_to_nir.c | 662 [OPCODE_SLT] = 0, 785 case OPCODE_SLT: in ptn_emit_instruction()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Shader.hpp | 51 OPCODE_SLT, enumerator
|
D | Shader.cpp | 809 case OPCODE_SLT: return "slt"; in operationString()
|
D | VertexProgram.cpp | 294 case Shader::OPCODE_SLT: slt(d, s0, s1); break; in program()
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 968 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation() 1033 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots); in emit_degenerate_lit()
|