Home
last modified time | relevance | path

Searched refs:curLoc (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp482 int curLoc = location + slotNdx; in setupVarAttribPointer() local
484 glEnableVertexAttribArray(curLoc); in setupVarAttribPointer()
485 glVertexAttribDivisor(curLoc, divisor); in setupVarAttribPointer()
488 glVertexAttribPointer(curLoc, typeSize, GL_FLOAT, GL_FALSE, 0, attrPtr); in setupVarAttribPointer()
490 glVertexAttribIPointer(curLoc, typeSize, GL_INT, 0, attrPtr); in setupVarAttribPointer()
492 glVertexAttribIPointer(curLoc, typeSize, GL_UNSIGNED_INT, 0, attrPtr); in setupVarAttribPointer()
498 …glVertexAttribPointer(curLoc, numRows, GL_FLOAT, GL_FALSE, numCols*numRows*(int)sizeof(float), att… in setupVarAttribPointer()
Des3fFragmentOutputTests.cpp1049 int curLoc = 0; in createRandomCase() local
1050 while (curLoc < numTargets) in createRandomCase()
1053 int maxArrayLen = numTargets-curLoc; in createRandomCase()
1059 outputs.push_back(FragmentOutput(basicType, precision, curLoc, arrayLen)); in createRandomCase()
1064 curLoc += numLocations; in createRandomCase()
1066 DE_ASSERT(curLoc == numTargets); in createRandomCase()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py55 for curName, curLoc in dataIter:
58 if curLoc in glyphDict:
59 curGlyph = glyphDict[curLoc]
61 curGlyphData = data[slice(*curLoc)]
64 glyphDict[curLoc] = curGlyph
DE_B_L_C_.py446 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
447 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable offset formats"
563 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
564 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable format 4"
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c861 const char *curLoc = "bn"; in TestBengaliSortKey() local
886 …log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorN… in TestBengaliSortKey()
933 char* curLoc; in TestOpenVsOpenRules() local
967 curLoc = (char *)uloc_getAvailable(x); in TestOpenVsOpenRules()
968 log_verbose("Processing %s\n", curLoc); in TestOpenVsOpenRules()
971 c1 = ucol_open(curLoc, &err); in TestOpenVsOpenRules()
973 …log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err)… in TestOpenVsOpenRules()
988 …log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(e… in TestOpenVsOpenRules()
993 uld = ulocdata_open(curLoc, &err); in TestOpenVsOpenRules()
1042 sortKeyLen1, sortKeyLen2, str, curLoc); in TestOpenVsOpenRules()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp120 DebugLoc curLoc = MI.getDebugLoc(); in emitLineNumberAsDotLoc() local
122 if (!prevDebugLoc && !curLoc) in emitLineNumberAsDotLoc()
125 if (prevDebugLoc == curLoc) in emitLineNumberAsDotLoc()
128 prevDebugLoc = curLoc; in emitLineNumberAsDotLoc()
130 if (!curLoc) in emitLineNumberAsDotLoc()
133 auto *Scope = cast_or_null<DIScope>(curLoc.getScope()); in emitLineNumberAsDotLoc()
150 this->emitSrcInText(fileName, curLoc.getLine()); in emitLineNumberAsDotLoc()
153 temp << "\t.loc " << filenameMap[fileName] << " " << curLoc.getLine() in emitLineNumberAsDotLoc()
154 << " " << curLoc.getCol(); in emitLineNumberAsDotLoc()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1771 int32_t curLoc = startPos; in setTokens() local
1772 if ( curLoc >= pattern.length()) { in setTokens()
1777 UChar c=pattern.charAt(curLoc); in setTokens()
1779 curLoc++; in setTokens()
1782 startPos = curLoc; in setTokens()
1787 if ( pattern.charAt(curLoc)!= pattern.charAt(startPos) ) { in setTokens()
1790 } while(curLoc <= pattern.length()); in setTokens()
1791 *len = curLoc-startPos; in setTokens()
Dcalendar.cpp443 Locale curLoc; // current locale in create() local
446 lkey.currentLocale(curLoc); in create()
456 …fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName()… in create()
462 …fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), t… in create()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1029 const deUint32 curLoc = (deUint32)attribs.size(); in getVertexAttributeDescriptions() local
1033 curLoc, // location in getVertexAttributeDescriptions()