Searched refs:coord_dst (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1966 dst_reg result_dst, coord_dst; local
1981 coord_dst = dst_reg(coord);
1982 emit(ir, OPCODE_MOV, coord_dst, this->result);
2042 coord_dst.writemask = WRITEMASK_W;
2043 emit(ir, OPCODE_MOV, coord_dst, projector);
2044 coord_dst.writemask = WRITEMASK_XYZW;
2054 coord_dst.writemask = WRITEMASK_W;
2055 emit(ir, OPCODE_RCP, coord_dst, projector);
2080 coord_dst.writemask = WRITEMASK_XYZ;
2081 emit(ir, OPCODE_MUL, coord_dst, tmp_sr
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3616 st_dst_reg coord_dst; local
3618 coord_dst = st_dst_reg(coord);
3619 coord_dst.writemask = (1 << type->coordinate_components()) - 1;
3622 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, this->result);
3637 coord_dst.writemask = WRITEMASK_W;
3638 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, sample);
3950 st_dst_reg result_dst, coord_dst, cube_sc_dst; local
3974 coord_dst = st_dst_reg(coord);
3975 coord_dst.writemask = (1 << ir->coordinate->type->vector_elements) - 1;
3976 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, thi
[all...]

Completed in 117 milliseconds