Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp540 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
541 …const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseA… in computeReferenceLayout()
545 entry.type = elemBasicType; in computeReferenceLayout()
561 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
563 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout()
564 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
566 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
567 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
572 entry.type = elemBasicType; in computeReferenceLayout()
631 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/external/openglcts/modules/common/
DglcUniformBlockCase.cpp490 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
492 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout()
495 entry.type = elemBasicType; in computeStd140Layout()
509 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
511 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) : in computeStd140Layout()
512 glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
513 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout()
514 glu::getDataTypeMatrixNumColumns(elemBasicType); in computeStd140Layout()
519 entry.type = elemBasicType; in computeStd140Layout()
/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.cpp627 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
628 …const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseA… in computeReferenceLayout()
632 entry.type = elemBasicType; in computeReferenceLayout()
648 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
650 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout()
651 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
653 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
654 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
659 entry.type = elemBasicType; in computeReferenceLayout()
/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()