HomeSort by relevance Sort by last modified time
    Searched refs:varType (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/javassist/src/main/javassist/compiler/
CodeGen.java 780 int varType = d.getType();
790 atArrayVariableAssign((ArrayInit)right, varType, varArray, varClass);
792 atAssignCore(expr, op, right, varType, varArray, varClass);
795 if (is2word(varType, varArray))
802 else if (varType == DOUBLE)
804 else if (varType == FLOAT)
806 else if (varType == LONG)
808 else if (isRefType(varType))
813 exprType = varType;
819 int varType, int varArray, String varClass) throws CompileError
    [all...]
MemberCodeGen.java 410 protected void atArrayVariableAssign(ArrayInit init, int varType,
412 atNewArrayExpr2(varType, null, varClass, init);
    [all...]
TypeChecker.java 241 int varType = d.getType();
249 exprType = varType;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 154 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate)
171 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
190 static int getNumSamplersInType (const glu::VarType& type)
207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd)
221 return isArray ? glu::VarType(glu::VarType(structType), rnd.getInt(1, 5)) : glu::VarType(structType);
227 return isArray ? glu::VarType(glu::VarType(basicType, precision), rnd.getInt(1, 5)) : glu::VarType(basicType, precision)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 214 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate)
231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
250 static int getNumSamplersInType (const glu::VarType& type)
267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd)
281 return isArray ? glu::VarType(glu::VarType(structType), rnd.getInt(1, 5)) : glu::VarType(structType);
287 return isArray ? glu::VarType(glu::VarType(basicType, precision), rnd.getInt(1, 5)) : glu::VarType(basicType, precision)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 91 using glu::VarType;
204 const DataType basicType = input.varType.getBasicType();
349 const VarType varType (type, PRECISION_HIGHP);
358 VariableDeclaration(varType, vtxName, STORAGE_OUT, getGluInterpolation(vtxCompatInterp), loc));
360 VariableDeclaration(varType, frgName, STORAGE_IN, getGluInterpolation(frgInterp), loc));
399 const VarType varType (TYPE_FLOAT, PRECISION_HIGHP);
402 oss << VariableDeclaration(varType, varName, STORAGE_UNIFORM) << ";\n";
404 oss << VariableDeclaration(varType, varName, STORAGE_CONST
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 110 static int getVarTypeSize (const glu::VarType& type)
127 if (type.getArraySize() == glu::VarType::UNSIZED_ARRAY)
248 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL);
374 const glu::VarType* variable = path.back().getVariableType();
451 const bool inUnsizedArray = isArray && (enclosingcomponent.getVariableType()->getArraySize() == glu::VarType::UNSIZED_ARRAY);
793 static int getVariableLocationLength (const glu::VarType& type)
    [all...]
es31fSSBOLayoutCase.cpp 57 using glu::VarType;
103 BufferVar::BufferVar (const char* name, const VarType& type, deUint32 flags)
371 int computeStd140BaseAlignment (const VarType& type, deUint32 layoutFlags)
411 int computeStd430BaseAlignment (const VarType& type, deUint32 layoutFlags)
468 const VarType& type,
519 const VarType& elemType = type.getElementType();
591 const VarType& varType = bufVar.getType();
594 if (varType.isArrayType())
597 const int topLevelArraySize = varType.getArraySize() == VarType::UNSIZED_ARRAY ? 0 : varType.getArraySize()
    [all...]
es31fProgramInterfaceQueryTests.cpp 68 static int getVarTypeSize (const glu::VarType& type)
81 if (type.getArraySize() == glu::VarType::UNSIZED_ARRAY)
547 glu::VariableDeclaration variable (glu::VarType(basicType, getDataTypeDefaultPrecision(basicType)), "target");
650 arraySize = glu::VarType::UNSIZED_ARRAY;
655 variable.varType = glu::VarType(variable.varType, arraySize);
677 structPtr->addMember(variable.name.c_str(), variable.varType);
679 variable = glu::VariableDeclaration(glu::VarType(structPtr), "target");
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 56 using glu::VarType;
97 BufferVar::BufferVar (const char* name, const VarType& type, deUint32 flags)
283 int computeStd140BaseAlignment (const VarType& type, deUint32 layoutFlags)
323 int computeStd430BaseAlignment (const VarType& type, deUint32 layoutFlags)
360 int computeRelaxedBlockBaseAlignment (const VarType& type, deUint32 layoutFlags)
428 const VarType& type,
482 const VarType& elemType = type.getElementType();
554 const VarType& varType = bufVar.getType();
557 if (varType.isArrayType()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h     [all...]
cdoex.h     [all...]
oaidl.h 385 VARTYPE vt;
546 VARTYPE vt;
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 540 const rsg::VariableType& varType = shaderIn->getVariable()->getType();
542 const int numComponents = varType.getNumElements();
545 DE_ASSERT(varType.getBaseType() == rsg::VariableType::TYPE_FLOAT);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 594 QualType varType = varDecl->getType();
600 if (const ReferenceType *refType = varType->getAs<ReferenceType>()) {
601 varType = refType->getPointeeType();
605 VisitCXXDestructor(varType, Region, Dtor.getTriggerStmt(), /*IsBase=*/ false,
689 QualType varType = D.getBindTemporaryExpr()->getSubExpr()->getType();
697 VisitCXXDestructor(varType, nullptr, D.getBindTemporaryExpr(),
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2426 milliseconds

12 3 4