Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1614 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source() function
1773 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1776 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
2418 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_INT); in exec_txq()
2879 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary()
2901 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary()
2926 fetch_source(mach, &src[0], &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
2927 fetch_source(mach, &src[1], &inst->Src[1], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
2949 fetch_source(mach, &src[0], &inst->Src[0], chan, src_datatype); in exec_vector_binary()
2950 fetch_source(mach, &src[1], &inst->Src[1], chan, src_datatype); in exec_vector_binary()
[all …]