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.c1183 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source() function
1609 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1612 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
2076 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_INT); in exec_txq()
2447 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary()
2470 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary()
2496 fetch_source(mach, &src[0], &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
2497 fetch_source(mach, &src[1], &inst->Src[1], TGSI_CHAN_Y, src_datatype); in exec_scalar_binary()
2520 fetch_source(mach, &src[0], &inst->Src[0], chan, src_datatype); in exec_vector_binary()
2521 fetch_source(mach, &src[1], &inst->Src[1], chan, src_datatype); in exec_vector_binary()
[all …]