Home
last modified time | relevance | path

Searched refs:RType (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c253 D3DRESOURCETYPE RType, in NineAdapter9_CheckDeviceFormat() argument
267 DBG("Usage=%x RType=%u CheckFormat=%s\n", Usage, RType, in NineAdapter9_CheckDeviceFormat()
286 switch (RType) { in NineAdapter9_CheckDeviceFormat()
308 (RType == D3DRTYPE_SURFACE || in NineAdapter9_CheckDeviceFormat()
309 RType == D3DRTYPE_TEXTURE)) in NineAdapter9_CheckDeviceFormat()
314 RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
319 if (CheckFormat == D3DFMT_ATOC && RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
331 switch (RType) { in NineAdapter9_CheckDeviceFormat()
363 if (RType != D3DRTYPE_TEXTURE && RType != D3DRTYPE_CUBETEXTURE && in NineAdapter9_CheckDeviceFormat()
Dadapter9.h90 D3DRESOURCETYPE RType,
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h42 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
77 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member
/external/llvm/lib/Object/
DMachOObjectFile.cpp786 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName() local
800 if (RType > 5) in getRelocationTypeName()
803 res = Table[RType]; in getRelocationTypeName()
819 if (RType > 9) in getRelocationTypeName()
822 res = Table[RType]; in getRelocationTypeName()
838 if (RType > 9) in getRelocationTypeName()
841 res = Table[RType]; in getRelocationTypeName()
854 if (RType >= array_lengthof(Table)) in getRelocationTypeName()
857 res = Table[RType]; in getRelocationTypeName()
879 if (RType > 15) in getRelocationTypeName()
[all …]
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp756 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
757 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
804 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
806 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
826 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
827 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
866 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
867 if (RType != MachO::ARM_RELOC_PAIR) in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()
99 : eRType(RType), ReduceFunction(F), Ops(Op), OpInf(OpInf), Imm(Imm) {} in ReduceEntry()
110 enum ReduceType RType() const { return eRType; } in RType() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp693 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
694 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
741 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
743 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
763 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
764 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
803 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
804 if (RType != MachO::ARM_RELOC_PAIR) in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp939 if (uint32_t RType = in writeRelocations() local
943 ERE32.setSymbolAndType(0, RType); in writeRelocations()
947 if (uint32_t RType = in writeRelocations() local
951 ERE32.setSymbolAndType(0, RType); in writeRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2117 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName() local
2131 if (RType > 5) in getRelocationTypeName()
2134 res = Table[RType]; in getRelocationTypeName()
2150 if (RType > 9) in getRelocationTypeName()
2153 res = Table[RType]; in getRelocationTypeName()
2169 if (RType > 9) in getRelocationTypeName()
2172 res = Table[RType]; in getRelocationTypeName()
2185 if (RType >= array_lengthof(Table)) in getRelocationTypeName()
2188 res = Table[RType]; in getRelocationTypeName()
2210 if (RType > 15) in getRelocationTypeName()
[all …]
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1016 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in EmitNewArrayInitializer() local
1017 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
1019 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl())) in EmitNewArrayInitializer()
1021 for (auto *Field : RType->getDecl()->fields()) in EmitNewArrayInitializer()
/external/clang/lib/Sema/
DSemaInit.cpp535 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) in FillInEmptyInitForField() local
536 if (!RType->getDecl()->isUnion()) in FillInEmptyInitForField()
622 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local
623 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()
2673 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local
2674 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2714 Type *RType = RVal->getType(); in isCompatibleIVType() local
2715 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2720 RType->getPointerAddressSpace())); in isCompatibleIVType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3622 EVT RType = Node->getValueType(1); in ExpandNode() local
3623 if (RType.getSizeInBits() < TopHalf.getValueSizeInBits()) in ExpandNode()
3624 TopHalf = DAG.getNode(ISD::TRUNCATE, dl, RType, TopHalf); in ExpandNode()
3626 assert(RType.getSizeInBits() == TopHalf.getValueSizeInBits() && in ExpandNode()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2439 Type *RType = RVal->getType(); in isCompatibleIVType() local
2440 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc454 template <int numOfOperand, class RType, class MType, class IType>
455 static inline int AssembleOp(Instruction* instr, RType r, MType m, IType i) { in AssembleOp()
/external/mesa3d/include/D3D9/
Dd3d9.h92 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
453 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
500 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp448 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
449 if (LType != RType) in compare()
450 return (int)LType - (int)RType; in compare()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp473 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
474 if (LType != RType) in compare()
475 return (int)LType - (int)RType; in compare()
/external/swiftshader/include/Direct3D/
Dd3d8.h180 …D3DDEVTYPE DeviceType,D3DFORMAT AdapterFormat,DWORD Usage,D3DRESOURCETYPE RType,D3DFORMAT CheckFor… in DECLARE_INTERFACE_()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp637 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
638 if (LType != RType) in CompareSCEVComplexity()
639 return (int)LType - (int)RType; in CompareSCEVComplexity()