Lines Matching refs:coord
1972 src_reg result_src, coord, lod_info, projector, dx, dy;
1987 coord = get_temp(glsl_type::vec4_type);
1988 coord_dst = dst_reg(coord);
2032 /* Slot the projector in as the last component of the coord. */
2038 src_reg coord_w = coord;
2051 src_reg tmp_src = coord;
2054 * coord.
2068 emit(ir, OPCODE_MOV, tmp_dst, coord);
2075 coord.swizzle = SWIZZLE_XYZW;
2085 * coord.
2109 inst = emit(ir, opcode, result_dst, coord, dx, dy);
2111 inst = emit(ir, opcode, result_dst, coord);