Searched refs:getType (Results 126 - 150 of 1945) sorted by relevance

1234567891011>>

/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp77 if (entry->getValueRange().getType() != m_valueRange.getType())
103 entry->getVariable()->getType() == m_valueRange.getType() &&
124 entry->getVariable()->getType() == m_valueRange.getType() &&
145 if (entry->getVariable()->getType() == VariableType(m_type, 1))
166 const VariableType& type = valueRange.getType();
225 const VariableType& type = valueRange.getType();
366 if (valueRange.getType()
[all...]
H A DrsgShaderGenerator.cpp114 Variable* inVar = state.getVariableManager().allocate(outVar->getType(), Variable::STORAGE_SHADER_IN, inVarName.c_str());
130 Variable* inColorVariable = state.getVariableManager().allocate(fragColorEntry->getVariable()->getType(), Variable::STORAGE_SHADER_IN, "v_color");
139 VariableType::Type baseType = valueRange.getType().getBaseType();
144 for (int elemNdx = 0; elemNdx < valueRange.getType().getNumElements(); elemNdx++)
166 if (!(*i)->getVariable()->getType().isSampler()) // Samplers are assigned at program-level.
185 if (shader.getType() == Shader::TYPE_VERTEX)
197 Variable* variable = m_state.getVariableManager().allocate(input->getVariable()->getType(), Variable::STORAGE_SHADER_OUT, input->getVariable()->getName());
202 if (shader.getType() == Shader::TYPE_FRAGMENT)
207 ValueRange valueRange(fragColorVar->getType());
240 if (shader.getType()
[all...]
H A DrsgBinaryOps.cpp83 if (valueRange.getType().isVoid())
119 if (valueRange.getType().isVoid())
136 this->m_type = valueRange.getType();
188 DE_ASSERT(dst.getType() == a.getType());
189 DE_ASSERT(dst.getType() == b.getType());
190 switch (dst.getType().getBaseType())
193 for (int elemNdx = 0; elemNdx < dst.getType().getNumElements(); elemNdx++)
201 for (int elemNdx = 0; elemNdx < dst.getType()
[all...]
H A DrsgShader.hpp71 ConstValueRangeAccess getValueRange (void) const { return ConstValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); }
72 ValueRangeAccess getValueRange (void) { return ValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); }
94 Type getType (void) const { return m_type; } function in class:rsg::Shader
H A DrsgVariable.cpp72 if (state.getShader().getType() == Shader::TYPE_FRAGMENT)
79 switch (state.getShader().getType())
102 if (state.getShader().getType() == Shader::TYPE_VERTEX)
/external/llvm/lib/Analysis/
H A DCostModel.cpp146 SmallVector<int, 32> Mask(SI->getType()->getVectorNumElements(), -1);
171 assert(BinOp->getType()->isVectorTy() && "Expecting a vector type");
258 Type *VecTy = ReduxRoot->getOperand(0)->getType();
322 Type *VecTy = ReduxRoot->getOperand(0)->getType();
386 Type *ValTy = I->getOperand(0)->getType()->getPointerElementType();
417 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK,
422 Type *CondTy = SI->getCondition()->getType();
423 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
427 Type *ValTy = I->getOperand(0)->getType();
432 Type *ValTy = SI->getValueOperand()->getType();
[all...]
H A DConstantFolding.cpp63 VectorType *VTy = dyn_cast<VectorType>(C->getType());
117 unsigned NumSrcElt = C->getType()->getVectorNumElements();
121 Type *SrcEltTy = C->getType()->getVectorElementType();
183 Src = ConstantExpr::getZExt(Src, Elt->getType());
187 ConstantInt::get(Src->getType(), ShiftAmt));
213 ConstantInt::get(Src->getType(), ShiftAmt));
232 unsigned BitWidth = TD.getPointerTypeSizeInBits(GV->getType());
251 unsigned BitWidth = TD.getPointerTypeSizeInBits(GEP->getType());
273 assert(ByteOffset <= TD.getTypeAllocSize(C->getType()) &&
300 if (CFP->getType()
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp37 Type *indType = len->getType();
48 unsigned srcAS = dyn_cast<PointerType>(srcAddr->getType())->getAddressSpace();
49 unsigned dstAS = dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
84 unsigned dstAS = dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
88 builder.CreateBitCast(dstAddr, PointerType::get(val->getType(), dstAS));
91 PHINode *ind = loop.CreatePHI(len->getType(), 0);
92 ind->addIncoming(ConstantInt::get(len->getType(), 0), origBB);
96 Value *newind = loop.CreateAdd(ind, ConstantInt::get(len->getType(), 1));
123 if (DL->getTypeStoreSize(load->getType()) < MaxAggrCopySize)
169 unsigned numLoads = DL->getTypeStoreSize(load->getType());
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSimpleVerifier.java131 String desc = ((BasicValue) v).getType().getDescriptor();
135 v = new BasicValue(Type.getType(desc));
144 Type t = ((BasicValue) value).getType();
152 Type arrayType = ((BasicValue) objectArrayValue).getType();
155 return newValue(Type.getType(arrayType.getDescriptor()
165 Type expectedType = ((BasicValue) expected).getType();
166 Type type = ((BasicValue) value).getType();
191 Type t = ((BasicValue) v).getType();
192 Type u = ((BasicValue) w).getType();
243 return c == null ? null : Type.getType(
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java176 invokeDynamicConstant.getType(clazz))
179 otherInvokeDynamicConstant.getType(clazz));
192 methodHandleConstant.getType(clazz))
195 otherMethodHandleConstant.getType(clazz));
203 refConstant.getType(clazz))
207 otherRefConstant.getType(clazz));
218 result = MethodTypeConstant.getType(clazz)
220 (otherMethodTypeConstant.getType(clazz));
227 nameAndTypeConstant.getType(clazz))
230 otherNameAndTypeConstant.getType(claz
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java182 * registers. That is, this compares {@code getType()} on the types
212 return type.getType().equals(other.type.getType())
248 int compare = type.getType().compareTo(other.type.getType());
297 public Type getType() { method in class:RegisterSpec
298 return type.getType();
365 * shorthand for {@code getType().getCategory()}.
372 return type.getType().getCategory();
377 * convenient shorthand for {@code getType()
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp78 CGM.getDataLayout().getABITypeAlignment(C->getType()));
83 CGM.getDataLayout().getTypeAllocSize(C->getType()));
219 if (!isa<llvm::IntegerType>(LastElt->getType())) {
222 assert(isa<llvm::ArrayType>(LastElt->getType()) &&
224 llvm::ArrayType *AT = cast<llvm::ArrayType>(LastElt->getType());
237 Elements.back()->getType()->isIntegerTy(CharWidth) &&
319 CGM.getDataLayout().getABITypeAlignment(C->getType()));
350 RecordDecl *RD = ILE->getType()->getAs<RecordType>()->getDecl();
371 Field->getType(), CGF);
373 EltInit = CGM.EmitNullConstant(Field->getType());
[all...]
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc66 cmd = canvas.getDrawCommandAt(idx)->getType();
71 cmd = canvas.getDrawCommandAt(idx)->getType();
79 cmd = canvas.getDrawCommandAt(idx)->getType();
86 cmd = canvas.getDrawCommandAt(idx)->getType();
93 cmd = canvas.getDrawCommandAt(idx)->getType();
99 cmd = canvas.getDrawCommandAt(idx)->getType();
/external/smack/src/org/jivesoftware/smack/packet/
H A DPrivacyItem.java216 public Type getType() { method in class:PrivacyItem
220 return this.getRule().getType();
279 if (getType() != null) {
280 buf.append(" type=\"").append(getType()).append("\"");
356 public Type getType() { method in class:PrivacyItem.PrivacyRule
440 return this.getType() == Type.subscription;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTree.js47 getType: function() {
51 return this.token.getType();
123 if ( this.getType()===org.antlr.runtime.Token.INVALID_TOKEN_TYPE ) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DTypeListItem.java71 typeIds.intern(list.getType(i));
100 Type one = list.getType(i);
110 out.writeShort(typeIds.indexOf(list.getType(i)));
/external/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp167 if (Inst->getType()->getIntegerBitWidth() >=
168 Opnd->getOperand(0)->getType()->getIntegerBitWidth() &&
169 Inst->getOperand(0)->getType()->getIntegerBitWidth() <=
183 (Inst->getType() == ConsideredSExtType || Inst->hasOneUse()))
214 if (SExt->getType() != ConsideredSExtType)
304 Inst->mutateType(SExt->getType());
314 if (Inst->getOperand(OpIdx)->getType() == SExt->getType() ||
323 Inst->setOperand(OpIdx, ConstantInt::getSigned(SExt->getType(),
330 Inst->setOperand(OpIdx, UndefValue::get(SExt->getType()));
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedMethodReference.java58 return dexFile.getType(dexFile.readUshort(methodIdItemOffset + MethodIdItem.CLASS_OFFSET));
79 return dexFile.getType(dexFile.readUshort(paramListStart + 2*index));
91 return dexFile.getType(dexFile.readSmallUint(protoIdItemOffset + ProtoIdItem.RETURN_TYPE_OFFSET));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableStartLocal.java71 startLocal.getType(),
87 @Nonnull @Override public String getType() {
102 @Nullable @Override public String getType() { return type; } method in class:ImmutableStartLocal
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DAnnotationPool.java60 typePool.intern(annotation.getType());
72 @Nonnull @Override public CharSequence getType(@Nonnull Annotation annotation) { method in class:AnnotationPool
73 return annotation.getType();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DToken.java67 public int getType(); method in interface:Token
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.java85 //System.out.println("pulled "+adaptor.getType(t));
100 public boolean isEOF(Object o) { return adaptor.getType(o) == Token.EOF; }
120 public int LA(int i) { return adaptor.getType(LT(i)); }
161 int type = adaptor.getType(o);
167 type = adaptor.getType(o);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRParseTree.h49 - (NSInteger)getType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRParseTree.h49 - (NSInteger)getType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRParseTree.h49 - (NSInteger)getType;

Completed in 4914 milliseconds

1234567891011>>