Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1611 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source() function
1770 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_FLOAT)
1773 fetch_source(mach, VAL, &inst->Src[INDEX], CHAN, TGSI_EXEC_DATA_INT)
2417 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, TGSI_EXEC_DATA_INT); in exec_txq()
2878 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary()
2900 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary()
2925 fetch_source(mach, &src[0], &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
2926 fetch_source(mach, &src[1], &inst->Src[1], TGSI_CHAN_X, src_datatype); in exec_scalar_binary()
2948 fetch_source(mach, &src[0], &inst->Src[0], chan, src_datatype); in exec_vector_binary()
2949 fetch_source(mach, &src[1], &inst->Src[1], chan, src_datatype); in exec_vector_binary()
[all …]
/aosp_15_r20/device/google/cuttlefish_vmm/
Drebuild-internal.sh143 fetch_source() { function
172 fetch_source
179 fetch_source
541 fetch_source) $i ;;
Drebuild.sh409 local -a _prepare_source=(setup_env fetch_source);