/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 253 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()
|
D | adapter9.h | 90 D3DRESOURCETYPE RType,
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 42 …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/ |
D | 2008-03-24-BitField-And-Alloca.c | 45 unsigned int RType : 4; member
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 786 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/ |
D | llvm-objdump.cpp | 756 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/ |
D | MicroMipsSizeReduction.cpp | 96 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/ |
D | llvm-objdump.cpp | 693 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/ |
D | ELFObjectWriter.cpp | 939 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/ |
D | MachOObjectFile.cpp | 2117 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/ |
D | CGExprCXX.cpp | 1016 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/ |
D | SemaInit.cpp | 535 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/ |
D | LoopStrengthReduce.cpp | 2714 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/ |
D | LegalizeDAG.cpp | 3622 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/ |
D | LoopStrengthReduce.cpp | 2439 Type *RType = RVal->getType(); in isCompatibleIVType() local 2440 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 454 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/ |
D | d3d9.h | 92 …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/ |
D | ScalarEvolution.cpp | 448 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/ |
D | ScalarEvolution.cpp | 473 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/ |
D | d3d8.h | 180 …D3DDEVTYPE DeviceType,D3DFORMAT AdapterFormat,DWORD Usage,D3DRESOURCETYPE RType,D3DFORMAT CheckFor… in DECLARE_INTERFACE_()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 637 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local 638 if (LType != RType) in CompareSCEVComplexity() 639 return (int)LType - (int)RType; in CompareSCEVComplexity()
|