Home
last modified time | relevance | path

Searched refs:OPCODE_ABS (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h115 OPCODE_ABS, /* X X 1.1 X */ enumerator
Dprog_instruction.c94 { OPCODE_ABS, "ABS", 1, 1 },
Dprog_optimize.c67 case OPCODE_ABS: in get_src_arg_mask()
642 case OPCODE_ABS: in _mesa_merge_mov_into_inst()
Dprog_to_nir.c652 [OPCODE_ABS] = nir_op_fabs,
Dprog_execute.c402 case OPCODE_ABS: in _mesa_execute_program()
Dir_to_mesa.cpp963 emit(ir, OPCODE_ABS, dst_reg(abs_difference), difference); in emit_equality_comparison()
1052 emit(ir, OPCODE_ABS, result_dst, op[0]); in visit()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c954 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation()
1319 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1329 emit_op1(p, OPCODE_ABS, fog, WRITEMASK_X, input); in build_fog()
1527 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z)); in build_atten_pointsize()
/external/swiftshader/src/Shader/
DShader.hpp73 OPCODE_ABS, enumerator
DShader.cpp48 case 1: return OPCODE_ABS; in OPCODE_LEN()
828 case OPCODE_ABS: return "abs"; in operationString()
DPixelShader.cpp617 case Shader::OPCODE_ABS: in analyzeInterpolants()
DVertexProgram.cpp177 case Shader::OPCODE_ABS: abs(d, s0); break; in program()
DPixelProgram.cpp262 case Shader::OPCODE_ABS: abs(d, s0); break; in applyShader()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c563 case OPCODE_ABS: in compile_instruction()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c423 case OPCODE_ABS: in upload_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c844 …case OPCODE_ABS://MAX RESULT 1.X Y Z W PARAM 0{} {X Y Z W} PARAM 0{X Y Z W } {X Y Z W} neg Xneg Yn… in r200_translate_vertex_program()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp376 case sw::Shader::OPCODE_ABS: in getOpcode()
1026 …case EOpAbs: if(visit == PostVisit) emit(getOpcode(sw::Shader::OPCODE_ABS, result), r… in visitUnary()