Searched refs:src_datatype (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_exec.c | 1679 enum tgsi_exec_datatype src_datatype) in fetch_source() argument 1684 assert(src_datatype == TGSI_EXEC_DATA_FLOAT); in fetch_source() 1689 if (src_datatype == TGSI_EXEC_DATA_FLOAT) { in fetch_source() 2934 enum tgsi_exec_datatype src_datatype) in exec_scalar_unary() argument 2940 fetch_source(mach, &src, &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_unary() 2953 enum tgsi_exec_datatype src_datatype) in exec_vector_unary() argument 2962 fetch_source(mach, &src, &inst->Src[0], chan, src_datatype); in exec_vector_unary() 2981 enum tgsi_exec_datatype src_datatype) in exec_scalar_binary() argument 2987 fetch_source(mach, &src[0], &inst->Src[0], TGSI_CHAN_X, src_datatype); in exec_scalar_binary() 2988 fetch_source(mach, &src[1], &inst->Src[1], TGSI_CHAN_X, src_datatype); in exec_scalar_binary() [all …]
|