Home
last modified time | relevance | path

Searched refs:OPCODE_SUB (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c146 { OPCODE_SUB, "SUB", 2, 1 },
Dprog_instruction.h165 OPCODE_SUB, /* X X 1.1 X X */ enumerator
Dprog_to_nir.c664 [OPCODE_SUB] = nir_op_fsub,
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp42 OPCODE_SUB, enumerator
DPixelShader.cpp618 case Shader::OPCODE_SUB: in analyzeInterpolants()
DShader.cpp772 case OPCODE_SUB: return "sub"; in operationString()
DVertexProgram.cpp295 case Shader::OPCODE_SUB: sub(d, s0, s1); break; in program()
DPixelProgram.cpp205 case Shader::OPCODE_SUB: sub(d, s0, s1); break; in applyShader()
DPixelPipeline.cpp122 case Shader::OPCODE_SUB: SUB(d, s0, s1); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp599 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/
Dffvertex_prog.c1193 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()