/external/mesa3d/src/mesa/program/ |
D | prog_opt_constant_fold.c | 148 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 178 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 209 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 233 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 257 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 265 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 289 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold() 297 inst->Opcode = OPCODE_MOV; in _mesa_constant_fold()
|
D | ir_to_mesa.cpp | 677 emit(ir, OPCODE_MOV, dst, src); in visit() 820 emit(ir, OPCODE_MOV, dst_reg(temp), *reg); in reladdr_to_temp() 1103 ir_to_mesa_instruction *inst = emit(ir, OPCODE_MOV, in visit() 1344 emit(ir, OPCODE_MOV, result_dst, op[0]); in visit() 1862 emit(ir, OPCODE_MOV, l, r); in visit() 1898 emit(ir, OPCODE_MOV, temp, src); in visit() 1919 emit(ir, OPCODE_MOV, temp, src); in visit() 1942 emit(ir, OPCODE_MOV, mat_column, src); in visit() 2008 emit(ir, OPCODE_MOV, coord_dst, this->result); in visit() 2069 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 | 129 { 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_execute.c | 839 case OPCODE_MOV: in _mesa_execute_program()
|
D | prog_to_nir.c | 676 [OPCODE_MOV] = nir_op_fmov,
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 636 emit_op1(p, OPCODE_MOV, temp, 0, reg); in make_temp() 712 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); in emit_passthrough() 1051 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting() 1068 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting() 1084 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting() 1089 emit_op1(p, OPCODE_MOV, res1, 0, _col1); in build_lighting() 1094 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting() 1099 emit_op1(p, OPCODE_MOV, res1, 0, _bfc1); in build_lighting() 1315 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_X, input); in build_fog() 1332 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 | 39 OPCODE_MOV, enumerator
|
D | PixelShader.cpp | 615 case Shader::OPCODE_MOV: in analyzeInterpolants()
|
D | Shader.cpp | 765 case OPCODE_MOV: return "mov"; in operationString()
|
D | VertexProgram.cpp | 230 case Shader::OPCODE_MOV: mov(d, s0, integer); break; in program()
|
D | PixelProgram.cpp | 163 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/swiftshader/src/Pipeline/ |
D | Shader.hpp | 39 OPCODE_MOV, enumerator
|
D | PixelShader.cpp | 615 case Shader::OPCODE_MOV: in analyzeInterpolants()
|
D | Shader.cpp | 765 case OPCODE_MOV: return "mov"; in operationString()
|
D | VertexProgram.cpp | 223 case Shader::OPCODE_MOV: mov(d, s0, integer); break; in program()
|
D | PixelProgram.cpp | 163 case Shader::OPCODE_MOV: mov(d, s0); break; in applyShader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 481 case OPCODE_MOV: in translate_opcode()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 678 case OPCODE_MOV: in upload_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 740 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()
|