Searched refs:widthStr (Results 1 – 7 of 7) sorted by relevance
885 char widthStr[32]; in qpTestLog_writeImage() local976 int32ToString(width, widthStr); in qpTestLog_writeImage()979 attribs[numAttribs++] = qpSetStringAttrib("Width", widthStr); in qpTestLog_writeImage()
792 const char* widthStr [] = {"wide", "short", "narrow"}; in TestNextPosition() local823 .append(" w=").append(widthStr[width]) in TestNextPosition()
837 StringRef widthStr = scalar.drop_front(byStart+2); in input() local838 widthStr = widthStr.ltrim(); in input()839 if ( widthStr.getAsInteger(0, value.width) ) { in input()
979 string widthStr = "256"; in exampleToScript() local994 widthStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript()1071 example += " \"width\": " + widthStr + ",\n"; in exampleToScript()1079 example += " \"width\": " + widthStr + ",\n"; in exampleToScript()
1015 StringRef widthStr = scalar.drop_front(byStart+2); in input() local1016 widthStr = widthStr.ltrim(); in input()1017 if ( widthStr.getAsInteger(0, value.width) ) { in input()
2933 const std::string widthStr = (query64Bits ? "_64bits" : "_32bits"); in createTransformFeedbackSimpleTests() local2938 …stName + "_" + de::toString(streamId) + "_" + de::toString(vertexCount[vertexCountNdx]) + widthStr; in createTransformFeedbackSimpleTests()2942 …meCopy + "_" + de::toString(streamId) + "_" + de::toString(vertexCount[vertexCountNdx]) + widthStr; in createTransformFeedbackSimpleTests()2946 …yReset + "_" + de::toString(streamId) + "_" + de::toString(vertexCount[vertexCountNdx]) + widthStr; in createTransformFeedbackSimpleTests()
18937 const string widthStr = numberToString(width); in createVectorCompositeCases() local18938 const string composite_type = "${customType}vec" + widthStr; in createVectorCompositeCases()18942 params["name"] = params["type"] + "_" + widthStr; in createVectorCompositeCases()18943 params["compositeDecl"] = composite_type + " = OpTypeVector ${customType} " + widthStr +"\n"; in createVectorCompositeCases()18960 string widthStr = numberToString(width); in createArrayCompositeCases() local18964 params["name"] = params["type"] + "_" + widthStr; in createArrayCompositeCases()18965 params["compositeDecl"] = string("%arraywidth = OpConstant %u32 " + widthStr + "\n") in createArrayCompositeCases()19003 string widthStr = numberToString(width); in createMatrixCompositeCases() local19012 params["name"] = params["type"] + "_" + widthStr + "x" + columnStr; in createMatrixCompositeCases()19013 params["compositeDecl"] = string("%vectype = OpTypeVector ${customType} " + widthStr + "\n") in createMatrixCompositeCases()