/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/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/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/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/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 4297 my %RType = get_PureType($ReturnId, $TypeInfo{$Version}); 4298 my $ReturnName = unmangledFormat($RType{"Name"}, $Version);
|