Home
last modified time | relevance | path

Searched refs:numVectors (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp1100 int numVectors = 0; in getBufferTypeSize() local
1103 numVectors = 1; in getBufferTypeSize()
1105 numVectors = glu::getDataTypeMatrixNumRows(type); in getBufferTypeSize()
1107 numVectors = glu::getDataTypeMatrixNumColumns(type); in getBufferTypeSize()
1111 return 4 * numVectors; in getBufferTypeSize()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp4218 const int numVectors = 2; in getVertexDataSize() local
4221 return numVectors * vec4Size; in getVertexDataSize()