Home
last modified time | relevance | path

Searched refs:elemBasicType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp487 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
492 entry.type = elemBasicType; in computeReferenceLayout()
508 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
510 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
511 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
516 entry.type = elemBasicType; in computeReferenceLayout()
573 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
574 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType); in computeReferenceLayout()
581 entry.type = elemBasicType; in computeReferenceLayout()
595 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp524 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
529 entry.type = elemBasicType; in computeReferenceLayout()
545 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
548 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
553 entry.type = elemBasicType; in computeReferenceLayout()
609 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
610 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType); in computeReferenceLayout()
617 entry.type = elemBasicType; in computeReferenceLayout()
631 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
[all …]
Des31fProgramUniformTests.cpp1020 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); in generateBasicUniforms() local
1021 …const VarValue value = glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasic… in generateBasicUniforms()
1022 : generateRandomVarValue(elemBasicType, rnd); in generateBasicUniforms()
1024 …basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value… in generateBasicUniforms()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp517 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
519 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout()
522 entry.type = elemBasicType; in computeStd140Layout()
536 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout()
539 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
540 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout()
541 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeStd140Layout()
546 entry.type = elemBasicType; in computeStd140Layout()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp467 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
469 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout()
472 entry.type = elemBasicType; in computeStd140Layout()
486 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout()
489 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout()
491 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeStd140Layout()
496 entry.type = elemBasicType; in computeStd140Layout()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1032 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); in generateBasicUniforms() local
1033 …st VarValue value = m_features & FEATURE_UNIFORMVALUE_ZERO ? generateZeroVarValue(elemBasicType) in generateBasicUniforms()
1034 …: glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitC… in generateBasicUniforms()
1035 : generateRandomVarValue(elemBasicType, rnd); in generateBasicUniforms()
1037 …basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value… in generateBasicUniforms()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1203 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); in generateBasicUniforms() local
1204 …st VarValue value = m_features & FEATURE_UNIFORMVALUE_ZERO ? generateZeroVarValue(elemBasicType) in generateBasicUniforms()
1205 …: glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitC… in generateBasicUniforms()
1206 : generateRandomVarValue(elemBasicType, rnd); in generateBasicUniforms()
1208 …basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value… in generateBasicUniforms()