Home
last modified time | relevance | path

Searched refs:OPCODE_ABS (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h115 OPCODE_ABS, /* X X 1.1 X */ enumerator
H A Dprog_instruction.c96 { OPCODE_ABS, "ABS", 1, 1 },
H A Dprog_to_nir.c629 [OPCODE_ABS] = nir_op_fabs,
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c969 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation()
1408 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1412 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1614 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z)); in build_atten_pointsize()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp74 OPCODE_ABS, enumerator
H A DShader.cpp52 case 1: return OPCODE_ABS; in OPCODE_LEN()
845 case OPCODE_ABS: return "abs"; in operationString()
H A DPixelShader.cpp621 case Shader::OPCODE_ABS: in analyzeInterpolants()
H A DVertexProgram.cpp170 case Shader::OPCODE_ABS: abs(d, s0); break; in program()
H A DPixelProgram.cpp298 case Shader::OPCODE_ABS: abs(d, s0); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp571 case sw::Shader::OPCODE_ABS: in getOpcode()
1168 case EOpAbs: if(visit == PostVisit) emit(getOpcode(sw::Shader::OPCODE_ABS, result), result, arg); break; in visitUnary()

Completed in 19 milliseconds