Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp833 unsigned VecSize) { in genVectorLengthCompatibilityCheck() argument
835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()
838 << "\\\" is not a multiple of " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()
1203 const uint32_t VecSize = InsTypeData[InIdx].vecSize; in genExportReduceArrayVariant() local
1204 if (VecSize > 1) { in genExportReduceArrayVariant()
1205 InLength += " / " + std::to_string(VecSize); in genExportReduceArrayVariant()
1206 genVectorLengthCompatibilityCheck(ArgName, VecSize); in genExportReduceArrayVariant()
Dslang_rs_reflection.h247 void genVectorLengthCompatibilityCheck(const std::string &ArrayName, unsigned VecSize);