Searched refs:src_datatype (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_exec.c | 1615 enum tgsi_exec_datatype src_datatype) in fetch_source() argument 1620 assert(src_datatype == TGSI_EXEC_DATA_FLOAT); in fetch_source() 1625 if (src_datatype == TGSI_EXEC_DATA_FLOAT) { in fetch_source() 2872 enum tgsi_exec_datatype src_datatype) in exec_scalar_unary() argument 2878 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary() 2891 enum tgsi_exec_datatype src_datatype) in exec_vector_unary() argument 2900 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary() 2919 enum tgsi_exec_datatype src_datatype) in exec_scalar_binary() argument 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() [all …]
|