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

  /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 369 if (curType->isBasicType())
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 59 if (varType.isBasicType() && predicate(varType.getBasicType()))
116 if (!varType.isBasicType())
127 if (varType.isBasicType())
173 if (varType.isBasicType())
198 if (varType.isBasicType())
es31fProgramInterfaceDefinitionUtil.cpp 82 if (type.isBasicType())
94 if (type.getElementType().isBasicType() &&
100 else if (type.getElementType().isBasicType() ||
164 if (type.isBasicType())
249 if (varType.isBasicType())
325 if (varType.isBasicType())
518 if (complexType.isBasicType())
585 if (complexType.isBasicType())
613 if (complexType.isBasicType())
765 if (type.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...]
es31fProgramInterfaceQueryTestCase.cpp 90 if (type.isBasicType())
228 if (!variable || !variable->isBasicType())
732 if (type.isBasicType())
760 if (path[startNdx].getVariableType()->isBasicType())
    [all...]
es31fProgramUniformTests.cpp 220 if (type.isBasicType())
237 if (type.isBasicType())
256 if (type.isBasicType())
    [all...]
es31fProgramInterfaceQueryTests.cpp 76 if (type.isBasicType())
    [all...]
es31fShaderIntegerFunctionTests.cpp 79 DE_ASSERT(varValue.type.isBasicType());
    [all...]
es31fShaderCommonFunctionTests.cpp 319 DE_ASSERT(varValue.type.isBasicType());
    [all...]
es31fTessellationTests.cpp 212 if (type.isBasicType())
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 158 /// isBasicType - Return true if the specified tag is legal for
160 bool DIDescriptor::isBasicType() const {
228 return isBasicType() || isCompositeType() || isDerivedType();
459 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
472 if (isBasicType())
484 return isBasicType() && DbgNode->getNumOperands() == 10;
    [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 95 DE_ASSERT(output->varType.isBasicType());
170 DE_ASSERT(output->varType.isBasicType());
295 TCU_CHECK_INTERNAL(output.varType.isBasicType());
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 130 bool isBasicType() const;
    [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/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 776 assert(BTy.isBasicType());
    [all...]

Completed in 619 milliseconds