Searched refs:elemBasicType (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 439 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local 444 entry.type = elemBasicType; in computeReferenceLayout() 460 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local 462 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() 463 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout() 468 entry.type = elemBasicType; in computeReferenceLayout() 524 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local 525 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType); in computeReferenceLayout() 532 entry.type = elemBasicType; in computeReferenceLayout() 546 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 524 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 …]
|
D | es31fProgramUniformTests.cpp | 1020 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/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 467 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/glshared/ |
D | glsUniformBlockCase.cpp | 517 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/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 1032 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/ |
D | es3fUniformApiTests.cpp | 1203 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()
|