Home
last modified time | relevance | path

Searched refs:isDataTypeMatrix (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp326 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
327 …const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::ge… in genVertexSource()
328 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
340 … == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) … in genVertexSource()
342 … == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) … in genVertexSource()
387 …loadedValue = m_loader->load(gl, (glu::isDataTypeMatrix(m_dataType)) ? (valueIndex + 1) : (valueIn… in renderWithValue()
405 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_… in computeColor()
H A Des2fShaderMatrixTests.cpp775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC; in init()
776 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC; in init()
791 if (isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in init()
803 int matNdx = isDataTypeMatrix(m_in0.dataType) ? 0 : 1; in init()
835 if (isDataTypeMatrix(in.dataType)) in init()
H A Des2fUniformApiTests.cpp151 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows()
529 if (glu::isDataTypeFloatOrVec(value.type) || glu::isDataTypeMatrix(value.type)) in shaderVarValueStr()
560 if (glu::isDataTypeFloatOrVec(value.type) || glu::isDataTypeMatrix(value.type)) in apiVarValueStr()
586 if (glu::isDataTypeFloatOrVec(type) || glu::isDataTypeMatrix(type)) in generateRandomVarValue()
620 if (glu::isDataTypeFloatOrVec(type) || glu::isDataTypeMatrix(type)) in generateZeroVarValue()
655 if (glu::isDataTypeFloatOrVec(a.type) || glu::isDataTypeMatrix(a.type)) in apiVarValueEquals()
1379 if (glu::isDataTypeFloatOrVec(uniform.type) || glu::isDataTypeMatrix(uniform.type)) in getUniforms()
1446 if (glu::isDataTypeFloatOrVec(uniform.type) || glu::isDataTypeMatrix(uniform.type)) in checkUniformDefaultValues()
1496 …const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uni… in assignUniforms()
1562 else if (glu::isDataTypeMatrix(valuesToAssign[0].type)) in assignUniforms()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp402 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
403 …const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::ge… in genVertexSource()
404 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
417 … == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) … in genVertexSource()
419 … == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) … in genVertexSource()
464 …loadedValue = m_loader->load(gl, (glu::isDataTypeMatrix(m_dataType)) ? (valueIndex + 1) : (valueIn… in renderWithValue()
482 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_… in computeColor()
H A Des3fShaderMatrixTests.cpp1407 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC; in init()
1408 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC; in init()
1423 if (m_op == OP_MUL && isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in init()
1448 else if (isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in init()
1453 else if (isDataTypeMatrix(m_in0.dataType) || isDataTypeMatrix(m_in1.dataType)) in init()
1455 int matNdx = isDataTypeMatrix(m_in0.dataType) ? 0 : 1; in init()
1495 if (isDataTypeMatrix(in.dataType)) in init()
H A Des3fUniformApiTests.cpp211 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows()
607 DE_ASSERT(glu::isDataTypeMatrix(original.type)); in getTransposeMatrix()
634 if (glu::isDataTypeFloatOrVec(value.type) || glu::isDataTypeMatrix(value.type)) in shaderVarValueStr()
667 if (glu::isDataTypeFloatOrVec(value.type) || glu::isDataTypeMatrix(value.type)) in apiVarValueStr()
695 if (glu::isDataTypeFloatOrVec(type) || glu::isDataTypeMatrix(type)) in generateRandomVarValue()
747 if (glu::isDataTypeFloatOrVec(type) || glu::isDataTypeMatrix(type)) in generateZeroVarValue()
800 if (glu::isDataTypeFloatOrVec(a.type) || glu::isDataTypeMatrix(a.type)) in apiVarValueEquals()
1737 if (glu::isDataTypeFloatOrVec(uniform.type) || glu::isDataTypeMatrix(uniform.type)) in getUniforms()
1812 if (glu::isDataTypeFloatOrVec(uniform.type) || glu::isDataTypeMatrix(uniform.type)) in checkUniformDefaultValues()
1933 else if (glu::isDataTypeMatrix(valuesToAssign[0].type)) in assignUniforms()
[all …]
H A Des3fInstancedRenderingTests.cpp163 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in pushVarCompAttrib()
180 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in init()
476 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in setupVarAttribPointer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluVarTypeUtil.hpp247 DE_ASSERT(isDataTypeMatrix(parentType.getBasicType())); in removeTraversed()
296 if (isDataTypeMatrix(basicType)) in findNext()
353 if (!isDataTypeMatrix(basicType)) in isValidTypePath()
H A DgluVarTypeUtil.cpp140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType())) in parseTypePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp411 DE_ASSERT(!glu::isDataTypeMatrix(type)); in getDataTypeArrayStride()
418 DE_ASSERT(!glu::isDataTypeMatrix(type)); in getDataTypeArrayStrideForLocation()
432 if (glu::isDataTypeMatrix(basicType) || isDataTypeVector(basicType)) in computeInterfaceBlockMemberAlignment()
465 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in createMask()
582 if (glu::isDataTypeMatrix(basicType)) in computeXfbLayout()
908 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue()
1216 if (glu::isDataTypeMatrix(entry.type)) in generateValueSrc()
1281 if (glu::isDataTypeMatrix(entry.type)) in writeMatrixTypeSrc()
1320 if (glu::isDataTypeMatrix(entry.type)) in writeMatrixTypeSrc()
1395 if (glu::isDataTypeMatrix(elementType)) in generateSingleAssignment()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1473 if (in.inputType == INPUTTYPE_DYNAMIC && isDataTypeMatrix(in.dataType)) in ShaderMatrixInstance()
1669 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC; in setupShader()
1670 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC; in setupShader()
1685 if (m_op == OP_MUL && isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in setupShader()
1710 else if (isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in setupShader()
1715 else if (isDataTypeMatrix(m_in0.dataType) || isDataTypeMatrix(m_in1.dataType)) in setupShader()
1717 int matNdx = isDataTypeMatrix(m_in0.dataType) ? 0 : 1; in setupShader()
1760 if (isDataTypeMatrix(in.dataType)) in setupShader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp215 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows()
558 DE_ASSERT(glu::isDataTypeMatrix(original.type)); in getTransposeMatrix()
585 if (glu::isDataTypeFloatOrVec(value.type) || glu::isDataTypeMatrix(value.type)) in shaderVarValueStr()
618 if (glu::isDataTypeFloatOrVec(value.type) || glu::isDataTypeMatrix(value.type)) in apiVarValueStr()
646 if (glu::isDataTypeFloatOrVec(type) || glu::isDataTypeMatrix(type)) in generateRandomVarValue()
699 if (glu::isDataTypeFloatOrVec(a.type) || glu::isDataTypeMatrix(a.type)) in apiVarValueEquals()
1296 if (glu::isDataTypeFloatOrVec(uniform.type) || glu::isDataTypeMatrix(uniform.type)) in getUniforms()
1370 …const bool assignByValue = m_features & FEATURE_UNIFORMFUNC_VALUE && !glu::isDataTypeMatrix(uni… in assignUniforms()
1392 …valuesToAssign.push_back(glu::isDataTypeMatrix(apiValue.type) && transpose ? getTransposeMatrix(ap… in assignUniforms()
1436 else if (glu::isDataTypeMatrix(valuesToAssign[0].type)) in assignUniforms()
[all …]
H A Des31fSSBOLayoutCase.cpp374 if (glu::isDataTypeMatrix(basicType)) in computeStd140BaseAlignment()
415 if (glu::isDataTypeMatrix(basicType)) in computeStd430BaseAlignment()
489 if (glu::isDataTypeMatrix(basicType)) in computeReferenceLayout()
516 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
734 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue()
976 DE_ASSERT(glu::isDataTypeMatrix(basicType)); in generateImmMatrixSrc()
1152 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc()
1236 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc()
1489 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData()
1696 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData()
[all …]
H A Des31fUniformBlockTests.cpp215 if (glu::isDataTypeMatrix(type)) in init()
248 if (glu::isDataTypeMatrix(type)) in init()
H A Des31fProgramInterfaceDefinition.cpp137 …cType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBa… in isIllegalVertexOutput()
183 …cType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBa… in isIllegalFragmentOutput()
185 …if (glu::isDataTypeBoolOrBVec(varType.getBasicType()) || isOpaqueType || glu::isDataTypeMatrix(var… in isIllegalFragmentOutput()
H A Des31fSSBOLayoutTests.cpp834 if (glu::isDataTypeMatrix(type)) in init()
871 if (glu::isDataTypeMatrix(type)) in init()
902 if (glu::isDataTypeMatrix(type)) in init()
934 if (glu::isDataTypeMatrix(type)) in init()
968 if (glu::isDataTypeMatrix(type)) in init()
1001 if (glu::isDataTypeMatrix(type)) in init()
1235 if (glu::isDataTypeMatrix(type)) in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp328 if (glu::isDataTypeMatrix(basicType)) in computeStd140BaseAlignment()
369 if (glu::isDataTypeMatrix(basicType)) in computeStd430BaseAlignment()
406 if (glu::isDataTypeMatrix(basicType)) in computeRelaxedBlockBaseAlignment()
497 if (glu::isDataTypeMatrix(basicType)) in computeReferenceLayout()
532 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
772 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue()
1134 DE_ASSERT(glu::isDataTypeMatrix(basicType)); in generateImmMatrixSrc()
1368 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc()
1468 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc()
1628 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData()
[all …]
H A DvktSSBOLayoutTests.cpp1200 if (glu::isDataTypeMatrix(type)) in init()
1239 if (glu::isDataTypeMatrix(type)) in init()
1274 if (glu::isDataTypeMatrix(type)) in init()
1310 if (glu::isDataTypeMatrix(type)) in init()
1348 if (glu::isDataTypeMatrix(type)) in init()
1385 if (glu::isDataTypeMatrix(type)) in init()
1637 if (glu::isDataTypeMatrix(type)) in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp371 DE_ASSERT(!glu::isDataTypeMatrix(type)); in getDataTypeArrayStride()
388 if (glu::isDataTypeMatrix(basicType)) in computeStd140BaseAlignment()
452 if (glu::isDataTypeMatrix(basicType)) in computeStd140Layout()
482 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
501 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
600 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue()
868 if (glu::isDataTypeMatrix(entry.type)) in generateValueSrc()
1221 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData()
1796 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds()
H A DglcShaderLibraryCase.cpp390 if (isDataTypeFloatOrVec(dataType) || isDataTypeMatrix(dataType)) in execute()
426 if (isDataTypeMatrix(dataType)) in execute()
1013 else if (isDataTypeMatrix(dataType)) in dumpValues()
1032 else if (isDataTypeMatrix(dataType)) in dumpValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp148 return isDataTypeMatrix(valueType) ? getDataTypeMatrixNumColumns(valueType) : 1; in getNumTransportLocations()
626 const bool isMatrix = isDataTypeMatrix(basicType); in computeStd140Layout()
649 const int numVecs = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumColumns(basicType) : 1; in computeStd430Layout()
650 …const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrix… in computeStd430Layout()
666 const int numVecs = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumColumns(basicType) : 1; in copyToLayout()
667 …const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSi… in copyToLayout()
1005 const int numVecs = isDataTypeMatrix(basicType) in getVertexAttributeDescriptions()
1008 const int vecSize = isDataTypeMatrix(basicType) in getVertexAttributeDescriptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsUniformBlockCase.cpp400 DE_ASSERT(!glu::isDataTypeMatrix(type)); in getDataTypeArrayStride()
417 if (glu::isDataTypeMatrix(basicType)) in computeStd140BaseAlignment()
479 if (glu::isDataTypeMatrix(basicType)) in computeStd140Layout()
509 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
528 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
623 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue()
948 if (glu::isDataTypeMatrix(entry.type)) in generateValueSrc()
1270 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData()
1831 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds()
H A DglsShaderExecUtil.cpp329 else if (glu::isDataTypeMatrix(output.varType.getBasicType())) in generateFragShaderOutputDecl()
355 else if (glu::isDataTypeMatrix(output->varType.getBasicType())) in generateFragShaderOutAssign()
611 else if (glu::isDataTypeMatrix(basicType)) in execute()
937 else if (glu::isDataTypeMatrix(basicType)) in computeVarLayout()
973 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer()
1000 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp413 if (glu::isDataTypeMatrix(basicType)) in computeStd140BaseAlignment()
454 if (glu::isDataTypeMatrix(basicType)) in computeStd430BaseAlignment()
491 if (glu::isDataTypeMatrix(basicType)) in computeRelaxedBlockBaseAlignment()
584 if (glu::isDataTypeMatrix(basicType)) in computeReferenceLayout()
619 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
742 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue()
1209 if (glu::isDataTypeMatrix(entry.type)) in generateValueSrc()
1282 if (glu::isDataTypeMatrix(entry.type)) in writeMatrixTypeSrc()
1315 if (glu::isDataTypeMatrix(entry.type)) in writeMatrixTypeSrc()
H A DvktUniformBlockTests.cpp482 if (glu::isDataTypeMatrix(type)) in init()
515 if (glu::isDataTypeMatrix(type)) in init()
591 if (glu::isDataTypeMatrix(type)) in init()
626 if (glu::isDataTypeMatrix(type)) in init()
793 if (glu::isDataTypeMatrix(type)) in init()

12