Lines Matching refs:derivs

1908              float derivs[3][2][TGSI_QUAD_SIZE],
1919 /* FIXME: handle explicit derivs, offsets */
1921 s->f, t->f, p->f, c0->f, c1->f, derivs, offset, control, rgba);
1976 float derivs[2][TGSI_QUAD_SIZE])
1980 derivs[0][0] = d.f[0];
1981 derivs[0][1] = d.f[1];
1982 derivs[0][2] = d.f[2];
1983 derivs[0][3] = d.f[3];
1985 derivs[1][0] = d.f[0];
1986 derivs[1][1] = d.f[1];
1987 derivs[1][2] = d.f[2];
1988 derivs[1][3] = d.f[3];
2218 float derivs[3][2][TGSI_QUAD_SIZE];
2231 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]);
2235 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2247 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]);
2251 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2260 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]);
2261 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]);
2265 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2280 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]);
2281 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]);
2285 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2299 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]);
2300 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]);
2301 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]);
2305 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2577 float derivs[3][2][TGSI_QUAD_SIZE];
2593 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_X, derivs[0]);
2597 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2608 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_X, derivs[0]);
2609 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Y, derivs[1]);
2613 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,
2625 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_X, derivs[0]);
2626 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Y, derivs[1]);
2627 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Z, derivs[2]);
2631 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT,