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.c1741 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source() function
1995 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1998 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
2632 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_INT); in exec_txq()
3038 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary()
3061 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary()
3087 fetch_source(mach, &src[0], &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
3088 fetch_source(mach, &src[1], &inst->Src[1], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
3111 fetch_source(mach, &src[0], &inst->Src[0], chan, src_datatype); in exec_vector_binary()
3112 fetch_source(mach, &src[1], &inst->Src[1], chan, src_datatype); in exec_vector_binary()
[all …]