Searched refs:getSType (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 134 DataType getSType(nir_src &, bool isFloat, bool isSigned); 314 res[i] = getSType(insn->src[i].src, isFloatType(info.input_types[i]), isSignedType(info.input_types[i])); in getSTypes() 316 ERROR("getSType not implemented for %s idx %u\n", info.name, i); in getSTypes() 327 Converter::getSType(nir_src &src, bool isFloat, bool isSigned) in getSType() function in __anon9283::Converter 1184 ty = getSType(insn->src[0], false, false); in getSlotAddress() 1453 DataType sType = getSType(nif->condition, false, false); 1664 DataType dType = getSType(insn->src[0], false, false); 2040 DataType sType = getSType(insn->src[0], false, false); 2323 DataType sType = getSType(insn->src[0], false, false); 2394 DataType sType = getSType(ins [all...] |
Completed in 5 milliseconds