/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 198 using OperandsVector = std::vector<std::pair<T, T>>;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 73 using TimeoutRange = std::pair<deInt64, deInt64>;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ProgramPrelude.cpp | 3025 static std::pair<Name, bool> MaskTemplateArgs(const Name &name, size_t bufferSize, char *buffer) in MaskTemplateArgs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.h | 698 typedef std::pair<int, int> LevelLayerKey;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ProgramGL.cpp | 953 sizeMapOut->insert(std::pair<int, unsigned int>(bufferBinding, bufferDataSize)); in getAtomicCounterBufferSizeMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugValues.cpp | 147 /// A pair of debug variable and value location. 423 std::pair<const DILocalVariable *, DIExpression::FragmentInfo>; 1210 /// Var/Fragment pair to a vector of fragments known to overlap. 1231 // If this particular Variable/Fragment pair already exists in the overlap in accumulateFragmentMap() 1242 // fragment being a previously unseen fragment. Record any pair of in accumulateFragmentMap()
|
H A D | MIRPrinter.cpp | 306 for (std::pair<unsigned, unsigned> LI : RegInfo.liveins()) { in convert()
|
H A D | MachineOperand.cpp | 408 auto Found = find_if(Indices, [&](const std::pair<int, const char *> &I) { in getTargetIndexName()
|
H A D | PrologEpilogInserter.cpp | 911 std::pair<int, int64_t> Entry = MFI.getLocalFrameObjectMap(i); in calculateFrameObjectOffsets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 497 std::pair<LineTableIter, bool> Pos = in getOrParseLineTable()
|
H A D | DWARFVerifier.cpp | 645 for (const std::pair<const uint64_t, std::set<uint64_t>> &Pair : in verifyDebugInfoReferences()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 620 static const std::pair<VkShaderStageFlagBits, const char*> stages[] = { in stageFlagBitsToNames()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.cpp | 898 fSamplers.insert(std::pair<GrSamplerState, wgpu::Sampler>(samplerState, sampler)); in getOrCreateSampler()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 546 std::pair<SIMD::Float, SIMD::Int> SpirvShader::Frexp(RValue<SIMD::Float> val) const in Frexp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Metadata.h | 288 SmallDenseMap<void *, std::pair<OwnerTy, uint64_t>, 4> UseMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 1930 template<> struct SequenceElementTraits<std::pair<std::string, std::string>> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 921 SmallDenseMap<std::pair<BasicBlock *, BasicBlock *>, int> EdgeCountMap; in applyInsertUpdates()
|
H A D | TargetTransformInfo.cpp | 1063 static std::pair<Value *, ShuffleVectorInst *> 1101 // fadd, shuffle vector pair at a time. in matchVectorSplittingReduction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 685 std::vector<std::pair<unsigned, unsigned>> FreqPairs; // <freq,code> in printStats()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 916 SmallVector<std::pair<BasicBlock *, BasicBlock *>, 8> ExitEdges; in isLoopProfitableToPredicate()
|
H A D | LoopUnswitch.cpp | 505 static std::pair<Value *, OperatorChain>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 387 DenseMap<DebugVariable, std::pair<Value *, DIExpression *> > VariableMap; in removeRedundantDbgInstrsUsingForwardScan()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Metadata.h | 273 SmallDenseMap<void *, std::pair<OwnerTy, uint64_t>, 4> UseMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.h | 606 using RangeElementType = std::pair<InstNumberT, InstNumberT>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 366 auto It = partition_point(AddrToMD5Map, [=](std::pair<uint64_t, uint64_t> A) { in getFunctionHashFromAddress()
|