Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp537 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
538 const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseAlignment; in computeReferenceLayout()
542 entry.type = elemBasicType; in computeReferenceLayout()
558 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
560 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout()
561 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
563 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
564 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
569 entry.type = elemBasicType; in computeReferenceLayout()
628 const glu::DataType elemBasicType in computeReferenceLayout() local
653 const glu::DataType elemBasicType = elemType.getBasicType(); computeReferenceLayout() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp537 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
538 const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseAlignment; in computeReferenceLayout()
542 entry.type = elemBasicType; in computeReferenceLayout()
558 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
560 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout()
561 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
563 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
564 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
569 entry.type = elemBasicType; in computeReferenceLayout()
628 const glu::DataType elemBasicType in computeReferenceLayout() local
653 const glu::DataType elemBasicType = elemType.getBasicType(); computeReferenceLayout() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp485 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
487 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout()
490 entry.type = elemBasicType; in computeStd140Layout()
504 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
506 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) : in computeStd140Layout()
507 glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
508 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout()
509 glu::getDataTypeMatrixNumColumns(elemBasicType); in computeStd140Layout()
514 entry.type = elemBasicType; in computeStd140Layout()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp519 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
524 entry.type = elemBasicType; in computeReferenceLayout()
540 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
542 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
543 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
548 entry.type = elemBasicType; in computeReferenceLayout()
604 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
605 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType); in computeReferenceLayout()
612 entry.type = elemBasicType; in computeReferenceLayout()
626 const glu::DataType elemBasicType in computeReferenceLayout() local
[all...]
H A Des31fProgramUniformTests.cpp1020 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); in generateBasicUniforms() local
1021 const VarValue value = glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++) in generateBasicUniforms()
1022 : generateRandomVarValue(elemBasicType, rnd); in generateBasicUniforms()
1024 basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value, arrayRootName.c_str(), elemNdx, size)); in generateBasicUniforms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp618 const glu::DataType elemBasicType = elemType.getBasicType(); in computeXfbLayout() local
619 const int stride = getDataTypeArrayStride(elemBasicType); in computeXfbLayout()
621 const int strideForLocation = getDataTypeArrayStrideForLocation(elemBasicType); in computeXfbLayout()
626 entry.type = elemBasicType; in computeXfbLayout()
643 const glu::DataType elemBasicType = elemType.getBasicType(); in computeXfbLayout() local
644 const glu::DataType scalarType = glu::getDataTypeScalarType(elemBasicType); in computeXfbLayout()
645 const int vecSize = glu::getDataTypeMatrixNumRows(elemBasicType); in computeXfbLayout()
646 const int numVecs = glu::getDataTypeMatrixNumColumns(elemBasicType); in computeXfbLayout()
654 entry.type = elemBasicType; in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp622 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
623 const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseAlignment; in computeReferenceLayout()
627 entry.type = elemBasicType; in computeReferenceLayout()
643 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
645 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout()
646 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
648 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
649 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
654 entry.type = elemBasicType; in computeReferenceLayout()
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp513 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
515 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout()
518 entry.type = elemBasicType; in computeStd140Layout()
532 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() local
534 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout()
535 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
536 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout()
537 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeStd140Layout()
542 entry.type = elemBasicType; in computeStd140Layout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp618 const glu::DataType elemBasicType = elemType.getBasicType(); in computeXfbLayout() local
619 const int stride = getDataTypeArrayStride(elemBasicType); in computeXfbLayout()
621 const int strideForLocation = getDataTypeArrayStrideForLocation(elemBasicType); in computeXfbLayout()
626 entry.type = elemBasicType; in computeXfbLayout()
643 const glu::DataType elemBasicType = elemType.getBasicType(); in computeXfbLayout() local
644 const glu::DataType scalarType = glu::getDataTypeScalarType(elemBasicType); in computeXfbLayout()
645 const int vecSize = glu::getDataTypeMatrixNumRows(elemBasicType); in computeXfbLayout()
646 const int numVecs = glu::getDataTypeMatrixNumColumns(elemBasicType); in computeXfbLayout()
654 entry.type = elemBasicType; in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp622 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
623 const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseAlignment; in computeReferenceLayout()
627 entry.type = elemBasicType; in computeReferenceLayout()
643 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local
645 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout()
646 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
648 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
649 : glu::getDataTypeMatrixNumColumns(elemBasicType); in computeReferenceLayout()
654 entry.type = elemBasicType; in computeReferenceLayout()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1203 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); in generateBasicUniforms() local
1204 const VarValue value = m_features & FEATURE_UNIFORMVALUE_ZERO ? generateZeroVarValue(elemBasicType) in generateBasicUniforms()
1205 : glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++) in generateBasicUniforms()
1206 : generateRandomVarValue(elemBasicType, rnd); in generateBasicUniforms()
1208 basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value, arrayRootName.c_str(), elemNdx, size)); in generateBasicUniforms()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1032 const glu::DataType elemBasicType = varType.getElementType().getBasicType(); in generateBasicUniforms() local
1033 const VarValue value = m_features & FEATURE_UNIFORMVALUE_ZERO ? generateZeroVarValue(elemBasicType) in generateBasicUniforms()
1034 : glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++) in generateBasicUniforms()
1035 : generateRandomVarValue(elemBasicType, rnd); in generateBasicUniforms()
1037 basicUniformsDst.push_back(BasicUniform(indexedName.c_str(), elemBasicType, isCurElemActive, value, arrayRootName.c_str(), elemNdx, size)); in generateBasicUniforms()

Completed in 41 milliseconds