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

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

Completed in 15 milliseconds