Lines Matching refs:derivs
1969 float derivs[3][2][TGSI_QUAD_SIZE], in fetch_texel()
1982 s->f, t->f, p->f, c0->f, c1->f, derivs, offset, control, rgba); in fetch_texel()
2037 float derivs[2][TGSI_QUAD_SIZE]) in fetch_assign_deriv_channel()
2041 derivs[0][0] = d.f[0]; in fetch_assign_deriv_channel()
2042 derivs[0][1] = d.f[1]; in fetch_assign_deriv_channel()
2043 derivs[0][2] = d.f[2]; in fetch_assign_deriv_channel()
2044 derivs[0][3] = d.f[3]; in fetch_assign_deriv_channel()
2046 derivs[1][0] = d.f[0]; in fetch_assign_deriv_channel()
2047 derivs[1][1] = d.f[1]; in fetch_assign_deriv_channel()
2048 derivs[1][2] = d.f[2]; in fetch_assign_deriv_channel()
2049 derivs[1][3] = d.f[3]; in fetch_assign_deriv_channel()
2279 float derivs[3][2][TGSI_QUAD_SIZE]; in exec_txd() local
2292 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2296 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_txd()
2308 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2312 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_txd()
2321 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2322 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd()
2326 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_txd()
2341 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2342 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd()
2346 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_txd()
2360 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2361 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd()
2362 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]); in exec_txd()
2366 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_txd()
2638 float derivs[3][2][TGSI_QUAD_SIZE]; in exec_sample_d() local
2654 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_X, derivs[0]); in exec_sample_d()
2658 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_sample_d()
2669 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_X, derivs[0]); in exec_sample_d()
2670 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Y, derivs[1]); in exec_sample_d()
2674 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_sample_d()
2686 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_X, derivs[0]); in exec_sample_d()
2687 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Y, derivs[1]); in exec_sample_d()
2688 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Z, derivs[2]); in exec_sample_d()
2692 derivs, offsets, TGSI_SAMPLER_DERIVS_EXPLICIT, in exec_sample_d()