Searched refs:OPCODE_SUB (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 146 { OPCODE_SUB, "SUB", 2, 1 },
|
D | prog_instruction.h | 165 OPCODE_SUB, /* X X 1.1 X X */ enumerator
|
D | prog_to_nir.c | 664 [OPCODE_SUB] = nir_op_fsub,
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Shader.hpp | 42 OPCODE_SUB, enumerator
|
D | PixelShader.cpp | 618 case Shader::OPCODE_SUB: in analyzeInterpolants()
|
D | Shader.cpp | 772 case OPCODE_SUB: return "sub"; in operationString()
|
D | VertexProgram.cpp | 295 case Shader::OPCODE_SUB: sub(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 205 case Shader::OPCODE_SUB: sub(d, s0, s1); break; in applyShader()
|
D | PixelPipeline.cpp | 122 case Shader::OPCODE_SUB: SUB(d, s0, s1); break; in applyShader()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 599 case sw::Shader::OPCODE_SUB: in getOpcode() 828 …case EOpSubAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_SUB, result), re… in visitBinary() 829 …case EOpSub: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_SUB, result), re… in visitBinary() 1115 sw::Shader::Opcode subOpcode = getOpcode(sw::Shader::OPCODE_SUB, arg); in visitUnary() 1139 sw::Shader::Opcode subOpcode = getOpcode(sw::Shader::OPCODE_SUB, arg); in visitUnary() 1672 emitBinary(sw::Shader::OPCODE_SUB, result, arg[0], arg1); in visitAggregate()
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1193 emit_op2(p, OPCODE_SUB, VPpli, 0, Ppli, V); in build_lighting() 1214 emit_op2(p, OPCODE_SUB, half, 0, VPpli, eye_hat); in build_lighting()
|