Searched defs:elemType (Results 1 - 15 of 15) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGDOM.cpp378 const SkDOM::Type elemType = dom.getType(xmlNode); local
380 if (elemType == SkDOM::kText_Type) {
386 SkASSERT(elemType == SkDOM::kElement_Type);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, argument
305 switch (elemType) {
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1206 QualType elemType = ER->getElementType(); local
1209 if (elemType->isIncompleteType()) {
1214 CharUnits size = C.getTypeSizeInChars(elemType);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1226 std::string generateArrayConstructorString (const glu::DataType elemType, argument
1233 const bool doCast = (!isDataTypeScalar(elemType));
1246 arrayCtorExpr << (iterNdx != 0 ? ",\n" + padding : "") << glu::getDataTypeName(elemType) << "[" << size2 << "](";
1249 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, idxBegin, idxEnd, specConstName, specConstNdx);
1261 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, 0, size1, specConstName, specConstNdx);
1323 std::string generateShaderChecksumComputationCode (const glu::DataType elemType, argument
1345 << varName << combNdx << "[i][j]" << getFirstDataElementSubscriptString(elemType) << ");\n";
1355 << varName << combNdx << "[i]" << getFirstDataElementSubscriptString(elemType) << ");\n";
1426 CaseDefinition makeArrayCompositeCaseDefinition (const glu::DataType elemType, const int size1, const int size2 = 0) argument
1436 const std::string elemTypeName (glu::getDataTypeName(elemType));
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp1079 Type& elemType = m_attacher.getElementType(); local
1086 Name element(elemType);
1103 if (elemType.nameLingers())
1104 errors.check(elemType.exists(elementId),
1107 errors.check(!elemType.exists(elementId),
1113 errors.check(!elemType.exists(elementId),
H A DglsUniformBlockCase.cpp512 const VarType& elemType = type.getElementType(); local
514 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
517 glu::DataType elemBasicType = elemType.getBasicType();
533 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
536 glu::DataType elemBasicType = elemType.getBasicType();
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp462 const VarType& elemType = type.getElementType(); local
464 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
467 glu::DataType elemBasicType = elemType.getBasicType();
483 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
486 glu::DataType elemBasicType = elemType.getBasicType();
510 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp3260 llvm::Type *elemType = vecTy->getElementType(); local
3265 llvm::VectorType::get(elemType,
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp434 const VarType& elemType = type.getElementType(); local
436 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
439 const glu::DataType elemBasicType = elemType.getBasicType();
457 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
460 const glu::DataType elemBasicType = elemType.getBasicType();
484 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
519 const VarType& elemType local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp519 const VarType& elemType = type.getElementType(); local
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
524 const glu::DataType elemBasicType = elemType.getBasicType();
542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
545 const glu::DataType elemBasicType = elemType.getBasicType();
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
604 const VarType& elemType local
[all...]
/external/clang/include/clang/AST/
H A DType.h5196 PipeType(QualType elemType, QualType CanonicalPtr) : argument
5197 Type(Pipe, CanonicalPtr, elemType->isDependentType(),
5198 elemType->isInstantiationDependentType(),
5199 elemType->isVariablyModifiedType(),
5200 elemType->containsUnexpandedParameterPack()),
5201 ElementType(elemType) {}
/external/robolectric/v3/
H A Drobolectric-processor-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/annotation/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 541 milliseconds