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.c148 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()
Dir_to_mesa.cpp662 emit(ir, OPCODE_MOV, dst, src); in visit()
805 emit(ir, OPCODE_MOV, dst_reg(temp), *reg); in reladdr_to_temp()
1086 ir_to_mesa_instruction *inst = emit(ir, OPCODE_MOV, in visit()
1343 emit(ir, OPCODE_MOV, result_dst, op[0]); in visit()
1837 emit(ir, OPCODE_MOV, l, r); in visit()
1872 emit(ir, OPCODE_MOV, temp, src); in visit()
1893 emit(ir, OPCODE_MOV, temp, src); in visit()
1916 emit(ir, OPCODE_MOV, mat_column, src); in visit()
1982 emit(ir, OPCODE_MOV, coord_dst, this->result); in visit()
2043 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.c129 { 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.c676 [OPCODE_MOV] = nir_op_fmov,
Dprog_execute.c842 case OPCODE_MOV: in _mesa_execute_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c636 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/
DOutputASM.cpp815 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
949 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
955 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
973 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
978 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
997 sw::Shader::Opcode op = isMov ? sw::Shader::OPCODE_MOV : sw::Shader::OPCODE_NEG; in emitDeterminant()
1197 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, j, arg, i); in visitUnary()
1388 Instruction *mov = emit(sw::Shader::OPCODE_MOV, &coord, &coord); in visitAggregate()
1394 Instruction *mov = emit(sw::Shader::OPCODE_MOV, &coord, arg[1]); in visitAggregate()
1564 emit(sw::Shader::OPCODE_MOV, result, i, &zero); in visitAggregate()
[all …]
/external/swiftshader/src/Shader/
DShader.hpp39 OPCODE_MOV, enumerator
DPixelShader.cpp615 case Shader::OPCODE_MOV: in analyzeInterpolants()
DShader.cpp765 case OPCODE_MOV: return "mov"; in operationString()
DVertexProgram.cpp235 case Shader::OPCODE_MOV: mov(d, s0, integer); break; in program()
DPixelProgram.cpp159 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.c468 case OPCODE_MOV: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c678 case OPCODE_MOV: in upload_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c745 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()