Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_opt_constant_fold.c149 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
179 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
210 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
234 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
258 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
266 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
290 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
298 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
Dir_to_mesa.cpp602 emit(ir, OPCODE_MOV, dst, src); in visit()
745 emit(ir, OPCODE_MOV, dst_reg(temp), *reg); in reladdr_to_temp()
1028 ir_to_mesa_instruction *inst = emit(ir, OPCODE_MOV, in visit()
1260 emit(ir, OPCODE_MOV, result_dst, op[0]); in visit()
1796 emit(ir, OPCODE_MOV, l, r); in visit()
1832 emit(ir, OPCODE_MOV, temp, src); in visit()
1853 emit(ir, OPCODE_MOV, temp, src); in visit()
1876 emit(ir, OPCODE_MOV, mat_column, src); in visit()
1942 emit(ir, OPCODE_MOV, coord_dst, this->result); in visit()
2003 emit(ir, OPCODE_MOV, coord_dst, projector); in visit()
[all …]
Dprog_optimize.c64 case OPCODE_MOV: in get_src_arg_mask()
127 assert(mov->Opcode == OPCODE_MOV); in get_dst_mask_for_mov()
443 mov->Opcode == OPCODE_MOV && in can_downward_mov_be_modifed()
639 case OPCODE_MOV: in _mesa_merge_mov_into_inst()
743 case OPCODE_MOV: in _mesa_remove_extra_moves()
1291 inst->Opcode = OPCODE_MOV; in _mesa_simplify_cmp()
Dprog_instruction.h150 OPCODE_MOV, /* X X X X X */ enumerator
Dprog_instruction.c131 { OPCODE_MOV, "MOV", 1, 1 },
Dprogramopt.c393 inst->Opcode = OPCODE_MOV; in _mesa_append_fog_code()
579 inst->Opcode = OPCODE_MOV; in _mesa_remove_output_reads()
Dprog_to_nir.c632 [OPCODE_MOV] = nir_op_mov,
Dprog_execute.c843 case OPCODE_MOV: in _mesa_execute_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c630 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp()
706 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough()
1046 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting()
1063 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
1079 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting()
1084 emit_op1(p, OPCODE_MOV, res1, 0, _col1); in build_lighting()
1089 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting()
1094 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1); in build_lighting()
1310 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); in build_fog()
1325 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)); in build_fog()
[all …]
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp822 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
956 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
962 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
980 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
985 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
1004 sw::Shader::Opcode op = isMov ? sw::Shader::OPCODE_MOV : sw::Shader::OPCODE_NEG; in emitDeterminant()
1204 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, j, arg, i); in visitUnary()
1395 Instruction *mov = emit(sw::Shader::OPCODE_MOV, &coord, &coord); in visitAggregate()
1401 Instruction *mov = emit(sw::Shader::OPCODE_MOV, &coord, arg[1]); in visitAggregate()
1571 emit(sw::Shader::OPCODE_MOV, result, i, &zero); in visitAggregate()
[all …]
/external/swiftshader/src/Shader/
DShader.hpp40 OPCODE_MOV, enumerator
DPixelShader.cpp616 case Shader::OPCODE_MOV: in analyzeInterpolants()
DShader.cpp769 case OPCODE_MOV: return "mov"; in operationString()
DVertexProgram.cpp238 case Shader::OPCODE_MOV: mov(d, s0, integer); break; in program()
DPixelProgram.cpp192 case Shader::OPCODE_MOV: mov(d, s0); break; in applyShader()
DPixelPipeline.cpp120 case Shader::OPCODE_MOV: MOV(d, s0); break; in applyShader()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c493 case OPCODE_MOV: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c679 case OPCODE_MOV: in upload_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c744 case OPCODE_MOV://ADD RESULT 1.X Y Z W PARAM 0{} {X Y Z W} PARAM 0{} {ZERO ZERO ZERO ZERO} in r200_translate_vertex_program()