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

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

Completed in 171 milliseconds