Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1187 enum tgsi_exec_datatype src_datatype) in fetch_source() argument
1333 if (src_datatype == TGSI_EXEC_DATA_FLOAT) { in fetch_source()
1341 if (src_datatype == TGSI_EXEC_DATA_FLOAT) { in fetch_source()
2441 enum tgsi_exec_datatype src_datatype) in exec_scalar_unary() argument
2447 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary()
2461 enum tgsi_exec_datatype src_datatype) in exec_vector_unary() argument
2470 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary()
2490 enum tgsi_exec_datatype src_datatype) in exec_scalar_binary() argument
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()
[all …]