Searched defs:elemBasicType (Results 1 - 7 of 7) sorted by relevance

/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/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp463 glu::DataType elemBasicType = elemType.getBasicType(); local
465 int stride = getDataTypeArrayStride(elemBasicType);
468 entry.type = elemBasicType;
482 glu::DataType elemBasicType = elemType.getBasicType(); local
484 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
485 : glu::getDataTypeMatrixNumRows(elemBasicType);
486 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
487 : glu::getDataTypeMatrixNumColumns(elemBasicType);
492 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/gles31/functional/
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));
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...]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp439 const glu::DataType elemBasicType = elemType.getBasicType(); local
444 entry.type = elemBasicType;
460 const glu::DataType elemBasicType = elemType.getBasicType(); local
462 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
463 : glu::getDataTypeMatrixNumColumns(elemBasicType);
468 entry.type = elemBasicType;
524 const glu::DataType elemBasicType = elemType.getBasicType(); local
525 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType);
532 entry.type = elemBasicType;
546 const glu::DataType elemBasicType local
[all...]
/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 72 milliseconds