/external/mesa3d/src/mesa/program/ |
D | prog_opt_constant_fold.c | 149 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()
|
D | ir_to_mesa.cpp | 602 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 …]
|
D | prog_optimize.c | 64 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()
|
D | prog_instruction.h | 150 OPCODE_MOV, /* X X X X X */ enumerator
|
D | prog_instruction.c | 131 { OPCODE_MOV, "MOV", 1, 1 },
|
D | programopt.c | 393 inst->Opcode = OPCODE_MOV; in _mesa_append_fog_code() 579 inst->Opcode = OPCODE_MOV; in _mesa_remove_output_reads()
|
D | prog_to_nir.c | 632 [OPCODE_MOV] = nir_op_mov,
|
D | prog_execute.c | 843 case OPCODE_MOV: in _mesa_execute_program()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 630 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/ |
D | OutputASM.cpp | 822 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/ |
D | Shader.hpp | 40 OPCODE_MOV, enumerator
|
D | PixelShader.cpp | 616 case Shader::OPCODE_MOV: in analyzeInterpolants()
|
D | Shader.cpp | 769 case OPCODE_MOV: return "mov"; in operationString()
|
D | VertexProgram.cpp | 238 case Shader::OPCODE_MOV: mov(d, s0, integer); break; in program()
|
D | PixelProgram.cpp | 192 case Shader::OPCODE_MOV: mov(d, s0); break; in applyShader()
|
D | PixelPipeline.cpp | 120 case Shader::OPCODE_MOV: MOV(d, s0); break; in applyShader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 493 case OPCODE_MOV: in translate_opcode()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 679 case OPCODE_MOV: in upload_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 744 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()
|