Home
last modified time | relevance | path

Searched refs:using (Results 476 - 500 of 3035) sorted by relevance

1...<<11121314151617181920>>...122

/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h45 using UniformHandle = GrGLSLProgramDataManager::UniformHandle;
46 using UniformInfoArray = GrGLProgramDataManager::UniformInfoArray;
47 using VaryingInfoArray = GrGLProgramDataManager::VaryingInfoArray;
165 using INHERITED = SkRefCnt;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>;
51 using RegClassSetTy = std::vector<std::pair<RegisterClass, size_t>>;
157 using RegionRegisterLivenessMap =
170 using LivenessAnalysisMap =
H A Dset_spec_constant_default_value_pass.h34 using SpecIdToValueStrMap = std::unordered_map<uint32_t, std::string>;
35 using SpecIdToValueBitPatternMap =
37 using SpecIdToInstMap = std::unordered_map<uint32_t, Instruction*>;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>;
51 using RegClassSetTy = std::vector<std::pair<RegisterClass, size_t>>;
157 using RegionRegisterLivenessMap =
170 using LivenessAnalysisMap =
H A Dset_spec_constant_default_value_pass.h34 using SpecIdToValueStrMap = std::unordered_map<uint32_t, std::string>;
35 using SpecIdToValueBitPatternMap =
37 using SpecIdToInstMap = std::unordered_map<uint32_t, Instruction*>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h41 using InsertPointTy = IRBuilder<>::InsertPoint;
51 using FinalizeCallbackTy = std::function<void(InsertPointTy CodeGenIP)>;
91 using BodyGenCallbackTy =
108 using PrivatizeCallbackTy = function_ref<InsertPointTy(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h13 // The way that this is implemented is by using a special traits class with the
50 template <> struct SymbolTableListParentType<NODE> { using type = PARENT; };
67 using ListTy = SymbolTableList<ValueSubClass>;
68 using iterator = typename simple_ilist<ValueSubClass>::iterator;
69 using ItemParentClass =
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h108 /// Emit this directive in \p OutStream using the information available
115 using LOHArgs = SmallVectorImpl<MCSymbol *>;
144 using LOHDirectives = SmallVectorImpl<MCLOHDirective>;
182 // Add types for specialized template using MCSymbol.
183 using MCLOHArgs = MCLOHDirective::LOHArgs;
184 using MCLOHDirectives = MCLOHContainer::LOHDirectives;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h91 using UseMap = std::multimap<RetOrArg, RetOrArg>;
109 using LiveSet = std::set<RetOrArg>;
110 using LiveFuncSet = std::set<const Function *>;
118 using UseVector = SmallVector<RetOrArg, 5>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h10 // construct vectorizable tree using the use-def chains. If a profitable tree
61 using StoreList = SmallVector<StoreInst *, 8>;
62 using StoreListMap = MapVector<Value *, StoreList>;
63 using GEPList = SmallVector<GetElementPtrInst *, 8>;
64 using GEPListMap = MapVector<Value *, GEPList>;
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstatement.h47 using type = CompoundStatement;
55 using type = T;
59 using FindFirstParentReturnType =
158 using ReturnType = detail::FindFirstParentReturnType<TYPES...>; in FindFirstParent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h42 using MachineDomTreeNode = DomTreeNodeBase<MachineBasicBlock>;
53 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>;
56 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
75 using EntryInfoMap = DenseMap<LiveRange *, std::pair<BitVector, BitVector>>;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dwide_multiply.h45 // uint64_t * uint64_t => uint128 multiply using imul intrinsic on MSVC. in MultiplyU64ToU128()
78 using input_type = UIntType;
79 using result_type = typename random_internal::unsigned_bits<kN * 2>::type;
95 using input_type = uint64_t;
96 using result_type = absl::uint128;
/third_party/skia/modules/skresources/include/
H A DSkResources.h100 using INHERITED = ImageAsset;
201 using INHERITED = ResourceProvider;
233 using INHERITED = ResourceProviderProxyBase;
249 using INHERITED = ResourceProviderProxyBase;
/third_party/skia/modules/sksg/include/
H A DSkSGColorFilter.h40 using INHERITED = EffectNode;
64 using INHERITED = EffectNode;
87 using INHERITED = ColorFilter;
116 using INHERITED = ColorFilter;
/third_party/spirv-tools/source/opt/
H A Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>;
51 using RegClassSetTy = std::vector<std::pair<RegisterClass, size_t>>;
157 using RegionRegisterLivenessMap =
170 using LivenessAnalysisMap =
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.h26 using std::string;
27 using std::ostream;
28 using std::vector;
/third_party/node/deps/v8/src/base/
H A Donce.h32 // than using mutexes as no lock is needed if initialization has already
66 using OnceType = std::atomic<uint8_t>;
79 using PointerArgFunction = void (*)(void* arg);
83 using type = void (*)(Args...);
/third_party/node/deps/v8/src/codegen/ppc/
H A Dreglist-ppc.h14 using RegList = RegListBase<Register>;
15 using DoubleRegList = RegListBase<DoubleRegister>;
16 using Simd128RegList = RegListBase<Simd128Register>;
/third_party/mesa3d/src/util/
H A Denum_operators.h35 using IntType = std::underlying_type_t<Enum>; \
44 using IntType = std::underlying_type_t<Enum>; \
58 using IntType = std::underlying_type_t<Enum>; \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLPlatformImpl.h21 using Ptr = std::unique_ptr<CLPlatformImpl>;
22 using CreateFunc = std::function<Ptr(const cl::Platform &)>;
23 using CreateFuncs = std::list<CreateFunc>;
/third_party/skia/src/gpu/
H A DGrRenderTarget.h28 using GrSurface::setRequiresManualMSAAResolve;
29 using GrSurface::requiresManualMSAAResolve;
92 using INHERITED = GrSurface;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderExtensionTest.h15 using testing::Combine;
16 using testing::make_tuple;
17 using testing::Values;
/third_party/skia/third_party/externals/dawn/src/common/
H A DGPUInfo.h21 using PCIVendorID = uint32_t;
22 using PCIDeviceID = uint32_t;
47 using D3DDriverVersion = std::array<uint16_t, 4>;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsage.h36 using TextureSubresourceUsage = SubresourceStorage<wgpu::TextureUsage>;
83 using RenderPassUsages = std::vector<RenderPassResourceUsage>;
84 using ComputePassUsages = std::vector<ComputePassResourceUsage>;

Completed in 9 milliseconds

1...<<11121314151617181920>>...122