/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 537 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local 538 …const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseA… 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 = elemType.getBasicType(); in computeReferenceLayout() local [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 519 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 = 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 485 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/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 618 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/modules/glshared/ |
D | glsUniformBlockCase.cpp | 513 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/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 622 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() local 623 …const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseA… 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/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()
|
/third_party/vk-gl-cts/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()
|