Searched refs:elemBasicType (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp524 const glu::DataType elemBasicType = elemType.getBasicType(); local
529 entry.type = elemBasicType;
545 const glu::DataType elemBasicType = elemType.getBasicType(); local
547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
548 : glu::getDataTypeMatrixNumColumns(elemBasicType);
553 entry.type = elemBasicType;
609 const glu::DataType elemBasicType = elemType.getBasicType(); local
610 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType);
617 entry.type = elemBasicType;
631 const glu::DataType elemBasicType local
[all...]
H A Des31fProgramUniformTests.cpp1030 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); local
1031 const VarValue value = glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++)
1032 : generateRandomVarValue(elemBasicType, rnd);
1034 basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value, arrayRootName.c_str(), elemNdx, size));
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp517 glu::DataType elemBasicType = elemType.getBasicType(); local
519 int stride = getDataTypeArrayStride(elemBasicType);
522 entry.type = elemBasicType;
536 glu::DataType elemBasicType = elemType.getBasicType(); local
538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
539 : glu::getDataTypeMatrixNumRows(elemBasicType);
540 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
541 : glu::getDataTypeMatrixNumColumns(elemBasicType);
546 entry.type = elemBasicType;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1042 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); local
1043 const VarValue value = m_features & FEATURE_UNIFORMVALUE_ZERO ? generateZeroVarValue(elemBasicType)
1044 : glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++)
1045 : generateRandomVarValue(elemBasicType, rnd);
1047 basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value, arrayRootName.c_str(), elemNdx, size));
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1213 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); local
1214 const VarValue value = m_features & FEATURE_UNIFORMVALUE_ZERO ? generateZeroVarValue(elemBasicType)
1215 : glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++)
1216 : generateRandomVarValue(elemBasicType, rnd);
1218 basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value, arrayRootName.c_str(), elemNdx, size));

Completed in 121 milliseconds