Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1735 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source() function
1983 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1986 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
2634 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_INT); in exec_txq()
3097 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary()
3120 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary()
3146 fetch_source(mach, &src[0], &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
3147 fetch_source(mach, &src[1], &inst->Src[1], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
3170 fetch_source(mach, &src[0], &inst->Src[0], chan, src_datatype); in exec_vector_binary()
3171 fetch_source(mach, &src[1], &inst->Src[1], chan, src_datatype); in exec_vector_binary()
[all …]