Home
last modified time | relevance | path

Searched refs:colCount (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/src/com/google/common/collect/
DImmutableTable_CustomFieldSerializerBase.java35 int colCount = reader.readInt(); in instantiate() local
36 for (int j = 0; j < colCount; j++) { in instantiate()
/external/gptfdisk/
Dparttypes.cc386 int colCount = 1, lineCount = 1; in ShowAllTypes() local
400 if ((colCount % 3) == 0) { in ShowAllTypes()
411 colCount++; in ShowAllTypes()
/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp352 int32_t rowCount, colCount; in test4117335() local
353 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp262 int colCount = VariableColumnCount(varying.type); in getFragDataLocation() local
264 return varying.registerIndex + (rowCount > 1 ? colCount * subscript : subscript); in getFragDataLocation()
1244 int colCount = VariableColumnCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback() local
1245 int nbRegs = rowCount > 1 ? colCount * size : size; in applyTransformFeedback()
1246 int nbComponentsPerReg = rowCount > 1 ? rowCount : colCount; in applyTransformFeedback()
1247 int componentStride = rowCount * colCount * size; in applyTransformFeedback()
1277 int colCount = VariableColumnCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback() local
1278 int nbRegs = rowCount > 1 ? colCount * size : size; in applyTransformFeedback()
1279 int nbComponentsPerReg = rowCount > 1 ? rowCount : colCount; in applyTransformFeedback()
1284 totalComponents += rowCount * colCount * size; in applyTransformFeedback()
[all …]