Home
last modified time | relevance | path

Searched refs:isDataTypeVector (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp253 DE_ASSERT(isDataTypeVector(parentType.getBasicType())); in removeTraversed()
298 else if (isDataTypeVector(basicType)) in findNext()
362 if (!isDataTypeVector(basicType)) in isValidTypePath()
DgluVarTypeUtil.cpp145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType())) in parseTypePath()
DgluShaderUtil.hpp289 inline bool isDataTypeVector (DataType dataType) { in isDataTypeVector() function
DgluShaderLibrary.cpp1659 if (isDataTypeVector(dataType)) in dumpValue()
1701 else if (isDataTypeVector(dataType)) in dumpValue()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp326 …(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
327 …e)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
Des2fShaderMatrixTests.cpp811 DE_ASSERT(isDataTypeVector(otherType)); in init()
Des2fUniformApiTests.cpp2126 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp131 …paqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBa… in isIllegalVertexOutput()
177 …paqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBa… in isIllegalFragmentOutput()
Des31fProgramInterfaceDefinitionUtil.cpp403 else if (glu::isDataTypeVector(varType.getBasicType())) in writeVariableReadAccumulateExpression()
572 …else if (glu::isDataTypeVector(varType.getBasicType()) || glu::isDataTypeMatrix(varType.getBasicTy… in writeVariableWriteExpression()
1020 else if (glu::isDataTypeVector(type)) in getNumDataTypeVectors()
Des31fUniformLocationTests.cpp138 if (glu::isDataTypeVector(type.getBasicType())) in getFirstComponentName()
Des31fProgramUniformTests.cpp1905 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp402 …(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
403 …e)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) … in genVertexSource()
Des3fShaderMatrixTests.cpp1463 DE_ASSERT(isDataTypeVector(otherType)); in init()
Des3fUniformApiTests.cpp2637 (glu::isDataTypeVector(dataType) && glu::getDataTypeScalarSize(dataType) == 4) || in init()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp1011 if (isDataTypeVector(dataType)) in dumpValues()
1051 else if (isDataTypeVector(dataType)) in dumpValues()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp493 if (glu::isDataTypeVector(basicType)) in computeRelaxedBlockBaseAlignment()
609 …glu::isDataTypeVector(basicType) && (getDataTypeByteSize(basicType) <= 16 ? curOffset / 16 != (cur… in computeReferenceLayout()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp408 if (glu::isDataTypeVector(basicType)) in computeRelaxedBlockBaseAlignment()
522 …glu::isDataTypeVector(basicType) && (getDataTypeByteSize(basicType) <= 16 ? curOffset / 16 != (cur… in computeReferenceLayout()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1319 return (isDataTypeMatrix(type) ? "[0][0]" : isDataTypeVector(type) ? "[0]" : ""); in getFirstDataElementSubscriptString()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1725 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp104 if(glu::isDataTypeVector(symIter->varType.getBasicType())) in packFloat16Bit()