Home
last modified time | relevance | path

Searched defs:numVecs (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp334 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType()); in generateFragmentShader() local
375 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType()); in generateFragmentShader() local
981 const int numVecs = glu::getDataTypeMatrixNumColumns(basicType); in computeVarLayout() local
1017 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyToBuffer() local
1044 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyFromBuffer() local
DglsUniformBlockCase.cpp490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout() local
540 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout() local
629 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue() local
1837 …int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type)… in checkLayoutBounds() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp333 int numVecs = 0; in getNumInputVectors() local
631 int numVecs = output.arrayLength > 0 ? output.arrayLength : 1; in iterate() local
786 int numVecs = isArray ? output.arrayLength : 1; in iterate() local
846 const int numVecs = isArray ? output.arrayLength : 1; in iterate() local
Des3fTransformFeedbackTests.cpp1473 int numVecs = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : 1; in init() local
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dlpc_analysis.c490 int numVecs, in WebRtcIsac_GetLpcGain()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() local
547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local
635 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local
740 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue() local
2544 …const int numVecs = isMatrix ? (var.isRowMajor ? glu::getDataTypeMatrixNumRows(var.type) : g… in checkLayoutBounds() local