Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp991 unsigned VecSize) { in genVectorLengthCompatibilityCheck() argument
993 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()
996 << "\\\" is not a multiple of " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()
1408 const uint32_t VecSize = InsTypeData[InIdx].vecSize; in genExportReduceArrayVariant() local
1409 if (VecSize > 1) { in genExportReduceArrayVariant()
1410 InLength += " / " + std::to_string(VecSize); in genExportReduceArrayVariant()
1411 genVectorLengthCompatibilityCheck(ArgName, VecSize); in genExportReduceArrayVariant()
Dslang_rs_reflection.h291 void genVectorLengthCompatibilityCheck(const std::string &ArrayName, unsigned VecSize);