Home
last modified time | relevance | path

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

/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.cpp960 emit(ir, OPCODE_ADD, dst_reg(difference), tmp_src, src1); in emit_equality_comparison()
1045 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0)); in visit()
1102 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1218 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1338 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1532 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.c413 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.cpp169 case Shader::OPCODE_ADD: add(d, s0, s1); break; in program()
DPixelProgram.cpp170 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/OpenGL/compiler/
DOutputASM.cpp587 case sw::Shader::OPCODE_ADD: in getOpcode()
819 …case EOpAddAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_ADD, result), re… in visitBinary()
820 …case EOpAdd: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_ADD, result), re… in visitBinary()
1094 sw::Shader::Opcode addOpcode = getOpcode(sw::Shader::OPCODE_ADD, arg); in visitUnary()
1120 sw::Shader::Opcode addOpcode = getOpcode(sw::Shader::OPCODE_ADD, arg); in visitUnary()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c430 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()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c2601 #define OPCODE_ADD 0x100 macro