Home
last modified time | relevance | path

Searched refs:OPCODE_ADD (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/arch/nios2/include/asm/
Dopcodes.h92 #define OPCODE_ADD 0x31 macro
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1156 emit_op2(p, OPCODE_ADD, half, 0, VPpli, z_dir); in build_lighting()
1210 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0); in build_lighting()
1215 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0); in build_lighting()
1270 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/ in build_lighting()
1274 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); in build_lighting()
1347 emit_op2(p, OPCODE_ADD, tmp, 0, tmp, tmp); in build_reflect_texgen()
1378 emit_op2(p, OPCODE_ADD, tmp, 0, tmp, tmp); in build_sphere_texgen()
1382 emit_op2(p, OPCODE_ADD, tmp, 0, r, swizzle(id,X,Y,W,Z)); in build_sphere_texgen()
/external/mesa3d/src/mesa/program/
Dprog_instruction.h116 OPCODE_ADD, /* X X X X X */ enumerator
Dprog_instruction.c95 { OPCODE_ADD, "ADD", 2, 1 },
Dprog_opt_constant_fold.c134 case OPCODE_ADD: in _mesa_constant_fold()
Dir_to_mesa.cpp975 emit(ir, OPCODE_ADD, dst_reg(difference), tmp_src, src1); in emit_equality_comparison()
1060 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0)); in visit()
1119 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1219 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1339 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1569 emit(ir, OPCODE_ADD, dst_reg(accum_reg), in visit()
Dprog_optimize.c68 case OPCODE_ADD: in get_src_arg_mask()
643 case OPCODE_ADD: in _mesa_merge_mov_into_inst()
Dprog_execute.c412 case OPCODE_ADD: in _mesa_execute_program()
Dprog_to_nir.c653 [OPCODE_ADD] = nir_op_fadd,
/external/swiftshader/src/Shader/
DShader.hpp40 OPCODE_ADD, enumerator
DPixelShader.cpp616 case Shader::OPCODE_ADD: in analyzeInterpolants()
DShader.cpp766 case OPCODE_ADD: return "add"; in operationString()
DVertexProgram.cpp164 case Shader::OPCODE_ADD: add(d, s0, s1); break; in program()
DPixelProgram.cpp174 case Shader::OPCODE_ADD: add(d, s0, s1); break; in applyShader()
DPixelPipeline.cpp121 case Shader::OPCODE_ADD: ADD(d, s0, s1); break; in applyShader()
/external/swiftshader/src/Pipeline/
DShader.hpp40 OPCODE_ADD, enumerator
DPixelShader.cpp616 case Shader::OPCODE_ADD: in analyzeInterpolants()
DShader.cpp766 case OPCODE_ADD: return "add"; in operationString()
DVertexProgram.cpp157 case Shader::OPCODE_ADD: add(d, s0, s1); break; in program()
DPixelProgram.cpp174 case Shader::OPCODE_ADD: add(d, s0, s1); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp589 case sw::Shader::OPCODE_ADD: in getOpcode()
826 …case EOpAddAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_ADD, result), re… in visitBinary()
827 …case EOpAdd: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_ADD, result), re… in visitBinary()
1101 sw::Shader::Opcode addOpcode = getOpcode(sw::Shader::OPCODE_ADD, arg); in visitUnary()
1127 sw::Shader::Opcode addOpcode = getOpcode(sw::Shader::OPCODE_ADD, arg); in visitUnary()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c445 case OPCODE_ADD: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c432 case OPCODE_ADD: in upload_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c306 case OPCODE_ADD: return R200_VPI_OUT_OP_ADD; in t_opcode()