Searched refs:using (Results 2826 - 2850 of 3035) sorted by relevance
1...<<111112113114115116117118119120>>...122
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.h | 284 using ModifierFunc = std::function<ParamsT(const ParamsT &)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 676 using InlineCallStack = SmallVector<FunctionSamples *, 10>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 63 /// If a subclass installs an external buffer using SetBuffer then it can wait 123 /// Set the stream to be buffered, using the specified buffer size. 235 using uuid_t = uint8_t[16];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Endian.h | 81 using make_unsigned_t = typename std::make_unsigned<value_type>::type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegistersX8632.h | 28 using namespace ::Ice::X86;
|
H A D | IceRegistersX8664.h | 28 using namespace ::Ice::X86;
|
H A D | IceTargetLowering.h | 290 using RegSetMask = uint32_t;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheckImpl.h | 139 using binop_eval_t = uint64_t (*)(uint64_t, uint64_t); 162 /// using EvalBinop on the result of recursively evaluating the operands.
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_type.h | 92 using TypeList = std::vector<const Type*>;
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.h | 449 using T = sem::Info::GetResultType<SEM, AST_OR_TYPE>; in Sem()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 71 * Find and create missing Tint release branches, using the git hash of Tint in
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.h | 88 using std::swap; in Shuffle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 38 /// This constructor interprets the string \p Str using the radix of 10. 90 using APInt::toString;
|
H A D | Optional.h | 219 using value_type = T;
|
H A D | StringExtras.h | 190 /// Convert the string \p S to an integer of the specified type using 371 using tag = typename std::iterator_traits<IteratorT>::iterator_category; in join()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 129 using Edge = std::pair<BasicBlock *, BasicBlock *>;
|
H A D | VectorUtils.h | 570 /// groups. Substitute symbolic strides using \p Strides. 664 using StrideEntry = std::pair<Instruction *, StrideDescriptor>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 105 using namespace llvm::support; in BackpatchWord() 407 /// EmitRecord - Emit the specified record to the stream, using an abbrev if 434 /// EmitRecordWithBlob - Emit the specified record to the stream, using an
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 128 /// purpose of calculating its size (e.g. using the .size directive). By 134 using GOTEquivUsePair = std::pair<const GlobalVariable *, unsigned>; 377 /// optimization is to replace accesses to these proxies by using the GOT 384 /// Constant expressions using GOT equivalent globals may not be 560 /// relocations, and without using the symbol. Otherwise, defers to \a 626 /// Print the specified operand of MI, an INLINEASM instruction, using the 632 /// Print the specified operand of MI, an INLINEASM instruction, using the
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.h | 129 using FormToVisitorFnMap = FormToVisitorFnMapT<Disassembler>;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | status.h | 47 // In almost all cases, when using `absl::Status` you should use the canonical 217 // `kOutOfRange`. We recommend using `kOutOfRange` (the more specific 365 // using the `ok()` member function. Handling multiple error codes may justify 471 // Returns `true` if `this->ok()`. Prefer checking for an OK status using this 570 // Sets the payload for a non-ok status using a `type_url` key, overwriting 724 // code as indicated by the associated function name, using the error message 819 using std::swap; in swap()
|
/third_party/skia/include/gpu/gl/ |
H A D | GrGLInterface.h | 25 * passed to MakeGL then a default GL interface is created using GrGLMakeNativeInterface(). 50 using INHERITED = SkRefCnt;
|
/third_party/skia/include/private/ |
H A D | SkTDArray.h | 83 using std::swap; in swap()
|
H A D | SkColorData.h | 243 // TODO(mtklein): Replace slow versions with fast versions, using scale + (scale>>7) everywhere. 269 * Interpolates between colors src and dst using [0,256] scale. 431 using SkPMColor4f = SkRGBA4f<kPremul_SkAlphaType>;
|
Completed in 24 milliseconds
1...<<111112113114115116117118119120>>...122