HomeSort by relevance Sort by last modified time
    Searched refs:isBasicType (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType()))
145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType()))
gluVarType.hpp 58 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; }
63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; }
gluVarTypeUtil.hpp 188 struct IsBasicType { bool operator() (const VarType& type) const { return type.isBasicType(); } };
189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalar(type.getBasicType()); } };
190 struct IsVectorOrScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalarOrVector(type.getBasicType()); } };
192 typedef SubTypeIterator<IsBasicType> BasicTypeIterator;
292 if (curType.isBasicType())
346 if (!curType->isBasicType())
gluVarType.cpp 370 if (curType->isBasicType())
gluShaderLibrary.cpp 75 if (!value.type.isBasicType())
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 61 if (varType.isBasicType() && predicate(varType.getBasicType()))
118 if (!varType.isBasicType())
129 if (varType.isBasicType())
175 if (varType.isBasicType())
200 if (varType.isBasicType())
es31fProgramInterfaceDefinitionUtil.cpp 177 if (type.isBasicType())
189 if (type.getElementType().isBasicType() &&
195 else if (type.getElementType().isBasicType() ||
290 if (type.isBasicType())
397 if (varType.isBasicType())
566 if (varType.isBasicType())
820 if (complexType.isBasicType())
881 if (complexType.isBasicType())
    [all...]
es31fSSBOLayoutCase.cpp 375 if (type.isBasicType())
416 if (type.isBasicType())
480 if (type.isBasicType())
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
606 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
628 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
883 DE_ASSERT(type.isBasicType());
    [all...]
es31fProgramUniformTests.cpp 220 if (type.isBasicType())
237 if (type.isBasicType())
256 if (type.isBasicType())
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 112 if (type.isBasicType())
250 if (!variable || !variable->isBasicType())
795 if (type.isBasicType())
823 if (path[startNdx].getVariableType()->isBasicType())
    [all...]
es31fShaderIntegerFunctionTests.cpp 79 DE_ASSERT(varValue.type.isBasicType());
    [all...]
es31fProgramInterfaceQueryTests.cpp 70 if (type.isBasicType())
    [all...]
es31fShaderCommonFunctionTests.cpp 366 DE_ASSERT(varValue.type.isBasicType());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 290 if (type.isBasicType())
331 if (type.isBasicType())
395 if (type.isBasicType())
436 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
457 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
543 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
798 DE_ASSERT(type.isBasicType());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 76 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
vktUniformBlockCase.cpp 364 if (type.isBasicType())
418 if (type.isBasicType())
460 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
479 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
708 DE_ASSERT(type.isBasicType());
804 if (type.isBasicType())
816 if (curType->isBasicType())
956 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType()))
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
glsUniformBlockCase.cpp 418 if (type.isBasicType())
472 if (type.isBasicType())
514 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
533 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
761 DE_ASSERT(type.isBasicType());
860 if (type.isBasicType())
872 if (curType->isBasicType())
1002 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType()))
    [all...]
glsShaderExecUtil.cpp 115 DE_ASSERT(output->varType.isBasicType());
194 DE_ASSERT(output->varType.isBasicType());
309 TCU_CHECK_INTERNAL(output.varType.isBasicType());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 156 if (type.isBasicType())
173 if (type.isBasicType())
192 if (type.isBasicType())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 216 if (type.isBasicType())
233 if (type.isBasicType())
252 if (type.isBasicType())
    [all...]
es3fShaderCommonFunctionTests.cpp 292 DE_ASSERT(varValue.type.isBasicType());
    [all...]
es3fTransformFeedbackTests.cpp 395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 149 DE_ASSERT(output->varType.isBasicType());
220 TCU_CHECK_INTERNAL(output.varType.isBasicType());
345 DE_ASSERT(output->varType.isBasicType());
    [all...]
vktShaderIntegerFunctionTests.cpp 81 DE_ASSERT(varValue.type.isBasicType());
    [all...]

Completed in 1208 milliseconds

1 2