Home
last modified time | relevance | path

Searched refs:fetch_assign_deriv_channel (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1971 fetch_assign_deriv_channel(struct tgsi_exec_machine *mach, in fetch_assign_deriv_channel() function
2230 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2246 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2259 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2260 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd()
2279 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2280 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd()
2298 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2299 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd()
2300 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]); in exec_txd()
[all …]