Home | History | Annotate | Download | only in i965

Lines Matching refs:coordinate

1844    src_reg coordinate;
1845 if (ir->coordinate) {
1846 ir->coordinate->accept(this);
1847 coordinate = this->result;
1922 /* Load the coordinate */
1924 for (i = 0; i < ir->coordinate->type->vector_elements; i++)
1933 * texel coordinate, and don't put the offset in the header.
1938 for (int j = 0; j < ir->coordinate->type->vector_elements; j++) {
1939 src_reg src = coordinate;
1944 emit(ADD(dst_reg(MRF, param_base, ir->coordinate->type, 1 << j),
1948 emit(MOV(dst_reg(MRF, param_base, ir->coordinate->type, coord_mask),
1949 coordinate));
1951 emit(MOV(dst_reg(MRF, param_base, ir->coordinate->type, zero_mask),
2209 * the API, then the coordinate written to gl_Position is used for