Searched refs:coord_dst (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 1990 dst_reg result_dst, coord_dst; local in function:ir_to_mesa_visitor::visit 2005 coord_dst = dst_reg(coord); 2006 emit(ir, OPCODE_MOV, coord_dst, this->result); 2066 coord_dst.writemask = WRITEMASK_W; 2067 emit(ir, OPCODE_MOV, coord_dst, projector); 2068 coord_dst.writemask = WRITEMASK_XYZW; 2078 coord_dst.writemask = WRITEMASK_W; 2079 emit(ir, OPCODE_RCP, coord_dst, projector); 2104 coord_dst.writemask = WRITEMASK_XYZ; 2105 emit(ir, OPCODE_MUL, coord_dst, tmp_sr [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 1927 dst_reg result_dst, coord_dst; local in function:ir_to_mesa_visitor::visit 1942 coord_dst = dst_reg(coord); 1943 emit(ir, OPCODE_MOV, coord_dst, this->result); 2003 coord_dst.writemask = WRITEMASK_W; 2004 emit(ir, OPCODE_MOV, coord_dst, projector); 2005 coord_dst.writemask = WRITEMASK_XYZW; 2015 coord_dst.writemask = WRITEMASK_W; 2016 emit(ir, OPCODE_RCP, coord_dst, projector); 2041 coord_dst.writemask = WRITEMASK_XYZ; 2042 emit(ir, OPCODE_MUL, coord_dst, tmp_sr [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 3868 st_dst_reg coord_dst; local in function:glsl_to_tgsi_visitor::visit_image_intrinsic 3870 coord_dst = st_dst_reg(coord); 3871 coord_dst.writemask = (1 << type->coordinate_components()) - 1; 3874 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, this->result); 3889 coord_dst.writemask = WRITEMASK_W; 3890 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, sample); 4270 st_dst_reg result_dst, coord_dst, cube_sc_dst; local in function:glsl_to_tgsi_visitor::visit 4294 coord_dst = st_dst_reg(coord); 4295 coord_dst.writemask = (1 << ir->coordinate->type->vector_elements) - 1; 4296 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, thi [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 3959 st_dst_reg coord_dst; local in function:glsl_to_tgsi_visitor::visit_image_intrinsic 3961 coord_dst = st_dst_reg(coord); 3962 coord_dst.writemask = (1 << type->coordinate_components()) - 1; 3965 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, this->result); 3980 coord_dst.writemask = WRITEMASK_W; 3981 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, sample); 4381 st_dst_reg result_dst, coord_dst, cube_sc_dst; local in function:glsl_to_tgsi_visitor::visit 4404 coord_dst = st_dst_reg(coord); 4405 coord_dst.writemask = (1 << ir->coordinate->type->vector_elements) - 1; 4406 emit_asm(ir, TGSI_OPCODE_MOV, coord_dst, thi [all...] |
Completed in 21 milliseconds