Home
last modified time | relevance | path

Searched defs:std (Results 726 - 750 of 879) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp45 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp269 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 DFunctionImport.cpp933 EmitImportsFiles( StringRef ModulePath, StringRef OutputFilename, const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) EmitImportsFiles() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_context.cpp404 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 DDenseMap.h195 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() argument
[all...]
H A DSTLExtras.h117 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 Dcpp_helpers.h691 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 Dmap.h[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h257 namespace std { namespace
492 namespace std { global() namespace
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h1481 FromChrono(const std::chrono::duration<Rep, Period>& d) FromChrono() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc63 namespace std { namespace
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc370 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 Dmod.rs[all...]
/third_party/spirv-tools/source/opt/
H A Dinline_pass.cpp261 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 Dinterface_var_sroa.cpp110 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 Dir_builder.h257 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 Dvalidate_cfg.cpp387 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 DvktRayTracingPipelineLibraryTests.cpp447 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 DvktSparseResourcesImageSparseResidency.cpp64 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 DvktSpvAsm8bitStorageTests.cpp175 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 DvktSpvAsmGraphicsShaderTestUtil.hpp492 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 DvktSpvAsmIntegerDotProductTests.cpp95 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 DvktTestPackage.cpp638 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 DGLES1Renderer.h108 namespace std namespace
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1366 CreateVariadicMatcher( std::vector<Matcher<T>>*, std::integral_constant<size_t, sizeof...(Args)>) const CreateVariadicMatcher() argument
[all...]

Completed in 33 milliseconds

1...<<21222324252627282930>>...36