| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceGlobalContext.cpp | 45 namespace std { namespace [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 269 BTFTypeFuncProto( const DISubroutineType *STy, uint32_t VLen, const std::unordered_map<uint32_t, StringRef> &FuncArgNames) BTFTypeFuncProto() argument 422 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) visitSubroutineType() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 933 EmitImportsFiles( StringRef ModulePath, StringRef OutputFilename, const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) EmitImportsFiles() argument [all...] |
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_context.cpp | 404 ChooseBetweenMinAndMax( const std::pair<uint32_t, uint32_t>& min_max) ChooseBetweenMinAndMax() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 195 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() argument [all...] |
| H A D | STLExtras.h | 117 function_ref(Callable &&callable, typename std::enable_if< !std::is_same<typename std::remove_reference<Callable>::type, function_ref>::value>::type * = nullptr) function_ref() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_helpers.h | 691 Formatter(io::Printer* printer, const std::map<std::string, std::string>& vars) Formatter() argument 700 AddMap(const std::map<std::string, std::string>& vars) AddMap() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map.h | [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.h | 257 namespace std { namespace 492 namespace std { global() namespace [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | time.h | 1481 FromChrono(const std::chrono::duration<Rep, Period>& d) FromChrono() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant_test.cc | 63 namespace std { namespace [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| H A D | time_zone_info.cc | 370 Transition std = {0, std_ti, civil_second(), civil_second()}; ExtendTransitions() local 617 FileZoneInfoSource( FilePtr fp, std::size_t len = std::numeric_limits<std::size_t>::max()) FileZoneInfoSource() argument [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
| H A D | mod.rs | [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | inline_pass.cpp | 261 MoveInstsBeforeEntryBlock( std::unordered_map<uint32_t, Instruction*>* preCallSB, BasicBlock* new_blk_ptr, BasicBlock::iterator call_inst_itr, UptrVectorIterator<BasicBlock> call_block_itr) MoveInstsBeforeEntryBlock() argument 298 AddStoresForVariableInitializers( const std::unordered_map<uint32_t, uint32_t>& callee2caller, analysis::DebugInlinedAtContext* inlined_at_ctx, std::unique_ptr<BasicBlock>* new_blk_ptr, UptrVectorIterator<BasicBlock> callee_first_block_itr) AddStoresForVariableInitializers() argument 330 InlineSingleInstruction( const std::unordered_map<uint32_t, uint32_t>& callee2caller, BasicBlock* new_blk_ptr, const Instruction* inst, uint32_t dbg_inlined_at) InlineSingleInstruction() argument 365 InlineReturn( const std::unordered_map<uint32_t, uint32_t>& callee2caller, std::vector<std::unique_ptr<BasicBlock>>* new_blocks, std::unique_ptr<BasicBlock> new_blk_ptr, analysis::DebugInlinedAtContext* inlined_at_ctx, Function* calleeFn, const Instruction* inst, uint32_t returnVarId) InlineReturn() argument 401 InlineEntryBlock( const std::unordered_map<uint32_t, uint32_t>& callee2caller, std::unique_ptr<BasicBlock>* new_blk_ptr, UptrVectorIterator<BasicBlock> callee_first_block, analysis::DebugInlinedAtContext* inlined_at_ctx) InlineEntryBlock() argument 430 InlineBasicBlocks( std::vector<std::unique_ptr<BasicBlock>>* new_blocks, const std::unordered_map<uint32_t, uint32_t>& callee2caller, std::unique_ptr<BasicBlock> new_blk_ptr, analysis::DebugInlinedAtContext* inlined_at_ctx, Function* calleeFn) InlineBasicBlocks() argument 466 MoveCallerInstsAfterFunctionCall( std::unordered_map<uint32_t, Instruction*>* preCallSB, std::unordered_map<uint32_t, uint32_t>* postCallSB, std::unique_ptr<BasicBlock>* new_blk_ptr, BasicBlock::iterator call_inst_itr, bool multiBlocks) MoveCallerInstsAfterFunctionCall() argument [all...] |
| H A D | interface_var_sroa.cpp | 110 ReplaceLoadWithCompositeConstruct( IRContext* context, const std::unordered_map<Instruction*, Instruction*>& loads_to_composites) ReplaceLoadWithCompositeConstruct() argument 756 AddComponentsToCompositesForLoads( const std::unordered_map<Instruction*, Instruction*>& loads_to_component_values, std::unordered_map<Instruction*, Instruction*>* loads_to_composites, uint32_t depth_to_component) AddComponentsToCompositesForLoads() argument [all...] |
| H A D | ir_builder.h | 257 AddSwitch( uint32_t selector_id, uint32_t default_id, const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, uint32_t merge_id = kInvalidId, uint32_t selection_control = static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) AddSwitch() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_cfg.cpp | 387 UpdateContinueConstructExitBlocks( Function& function, const std::vector<std::pair<uint32_t, uint32_t>>& back_edges) UpdateContinueConstructExitBlocks() argument 693 StructuredControlFlowChecks( ValidationState_t& _, Function* function, const std::vector<std::pair<uint32_t, uint32_t>>& back_edges, const std::vector<const BasicBlock*>& postorder) StructuredControlFlowChecks() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingPipelineLibraryTests.cpp | 447 compileShaders(DeviceHelper& deviceHelper, Context& context, de::SharedPtr<de::MovePtr<RayTracingPipeline>>& pipeline, const std::vector<std::tuple<std::string, VkShaderStageFlagBits>>& shaderData) compileShaders() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesImageSparseResidency.cpp | 64 std::string getFormatValueString (const std::vector<std::pair<deUint32, deUint32>>& channelsOnPlane, in getFormatValueString() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm8bitStorageTests.cpp | 175 vector<deInt8> data8bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data8bit() argument 183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data32bit() argument 910 beginLoop(const std::map<std::string, std::string>& spec) beginLoop() argument 928 endLoop(const std::map<std::string, std::string>& spec) endLoop() argument [all...] |
| H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 492 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, tcu::TestCaseGroup* tests, const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument 512 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const SpecConstants& specConstants, tcu::TestCaseGroup* tests, const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument 532 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const GraphicsResources& resources, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string(), const bool splitRenderArea = false) createTestsForAllStages() argument 554 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const GraphicsInterfaces interfaces, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument 575 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const PushConstants& pushConstants, const GraphicsResources& resources, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument [all...] |
| H A D | vktSpvAsmIntegerDotProductTests.cpp | 95 bool compareDotProductAccSat(const std::vector<Resource> &inputs, const vector<AllocationSp>& outputAllocs, in compareDotProductAccSat() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
| H A D | vktTestPackage.cpp | 638 reportDurations(tcu::TestContext& testCtx, const std::string& packageName, const deInt64& duration, const std::map<std::string, deUint64>& groupsDurationTime) reportDurations() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | GLES1Renderer.h | 108 namespace std namespace [all...] |
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 1366 CreateVariadicMatcher( std::vector<Matcher<T>>*, std::integral_constant<size_t, sizeof...(Args)>) const CreateVariadicMatcher() argument [all...] |