Home
last modified time | relevance | path

Searched refs:RType (Results 1 – 14 of 14) 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/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/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2439 Type *RType = RVal->getType(); in isCompatibleIVType() local
2440 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/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/abi-compliance-checker/
Dabi-compliance-checker.pl4297 my %RType = get_PureType($ReturnId, $TypeInfo{$Version});
4298 my $ReturnName = unmangledFormat($RType{"Name"}, $Version);