Searched refs:offsetStr (Results 1 – 3 of 3) sorted by relevance
392 const std::string &offsetStr, in OutputImage2DSizeFunction() argument407 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction()422 out << " if (imageIndex >= " << offsetStr << "2D && imageIndex < " << offsetStr in OutputImage2DSizeFunction()425 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction()435 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction()455 out << "(imageIndex >= " << offsetStr << "3D && imageIndex < " << offsetStr in OutputImage2DSizeFunction()459 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction()471 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\n"; in OutputImage2DSizeFunction()480 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\n"; in OutputImage2DSizeFunction()498 const std::string &offsetStr, in OutputImage2DLoadFunction() argument[all …]
363 … loadAarch64Address(statement *node32, targetReg string, symbol string, offsetStr string) (*node32…386 d.output.WriteString("\tadr " + targetReg + ", " + symbol + offsetStr + "\n")391 if len(offsetStr) != 0 {
696 …const string offsetStr = "%input" + offsetNdx + "_val" + ((offsetWidth != 32) ? "_" + de::toString… in getFullOperationWithDifferentInputWidthStr() local700 …+ spirvOperation + " %" + spirvTestType + " %input0_val %input1_val " + offsetStr + " " + countStr… in getFullOperationWithDifferentInputWidthStr()702 …str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + offsetStr + … in getFullOperationWithDifferentInputWidthStr()