/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 215 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) { in createTBAAStructTypeNode()
|
H A D | ModuleSummaryIndex.cpp | 56 std::pair<unsigned, unsigned> FunctionSummary::specialRefCounts() const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCFragment.cpp | 453 for (std::pair<const MCSymbol *, const MCSymbol *> RangeStartEnd : in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 681 StringSwitch<std::pair<AsmToken::TokenKind, unsigned>>( in LexToken()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 527 std::pair<bool (*)(uint64_t), RelocationResolver>
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderIsolines.cpp | 233 typedef std::pair<_line_segment_x, _line_segment_x> _line_segment; in checkSecondOuterTessellationLevelEffect()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | format.cc | 372 std::vector<std::pair<std::string, std::string>> parts; in GenerateName()
|
H A D | pipeline.h | 458 /// Maps (descriptor set, binding) to the buffer for that binding pair. 459 std::map<std::pair<uint32_t, uint32_t>, Buffer*> opencl_pod_buffer_map_;
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | pipeline.cc | 486 typedef std::pair<uint32_t, std::vector<uint32_t>> binding_offsets_pair; in BindVkDescriptorSets()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 20 using FormatDesc = std::pair<GLenum, GLsizei>;
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | MultiviewPerf.cpp | 73 using MultiviewPerfWorkload = std::pair<int, int>;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderTarget.cpp | 312 std::pair<const GrVkRenderPass*, GrVkResourceProvider::CompatibleRPHandle>
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 342 static const std::vector<std::pair<const char *, std::unordered_map<std::string, PFN_vkVoidFunction>>> deviceExtensionFunctionPointers = {
|
H A D | VkPipeline.cpp | 279 void GraphicsPipeline::getIndexBuffers(uint32_t count, uint32_t first, bool indexed, std::vector<std::pair<uint32_t, void *>> *indexBuffers) const in getIndexBuffers()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.h | 544 std::vector<std::pair<Loop*, std::unique_ptr<Loop>>>;
|
H A D | replace_desc_array_access_using_var_index.cpp | 385 std::vector<std::pair<Operand::OperandData, uint32_t>> cases; in AddSwitchForAccessChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.h | 544 std::vector<std::pair<Loop*, std::unique_ptr<Loop>>>;
|
H A D | replace_desc_array_access_using_var_index.cpp | 385 std::vector<std::pair<Operand::OperandData, uint32_t>> cases; in AddSwitchForAccessChain()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ComputePassEncoder.cpp | 202 ResultOrError<std::pair<Ref<BufferBase>, uint64_t>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 234 std::map<uint64_t, std::pair<uint64_t, DWARFDie>> AddrDieMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 69 std::pair<StringRef, StringRef> P = {"", Key}; in inputOne()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 461 /// For a given register pair, return the sub-register index 713 /// Returns a (RegUnit, LaneMask) pair. 714 std::pair<unsigned,LaneBitmask> operator*() const { in operator *()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 134 using OptRange = std::pair<unsigned, unsigned>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 243 /// GCOVFile - Collects coverage information for one pair of coverage file 463 using FileCoverageList = SmallVector<std::pair<std::string, GCOVCoverage>, 4>;
|
H A D | InstrProfReader.h | 324 static std::pair<offset_type, offset_type>
|