Home
last modified time | relevance | path

Searched defs:std (Results 876 - 900 of 1711) sorted by relevance

1...<<31323334353637383940>>...69

/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp520 namespace std // NOLINT(cert-dcl58-cpp,-warnings-as-errors) global() namespace
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp161 assert(source_idx < insert_idx_clause); assert(insert_idx_clause < insert_idx); RegisterDemand reference_demand; for (int i = source_idx + 1; i < insert_idx_clause; ++i) { reference_demand.update(register_demand[i]); } assert(total_demand == reference_demand); reference_demand = {}; for (int i = insert_idx_clause; i < insert_idx; ++i) { reference_demand.update(register_demand[i]); } assert(clause_demand == reference_demand); } DownwardsCursor MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) { improved_rar = improved_rar_; std::fill(depends_on.begin(), depends_on.end(), false); if (improved_rar) { std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false); if (may_form_clauses) std::fill(RAR_dependencies_clause.begin(), RAR_dependencies_clause.end(), false); } for (const Operand& op : current->operands) { if (op.isTemp()) { depends_on[op.tempId()] = true; if (improved_rar && op.isFirstKill()) RAR_dependencies[op.tempId()] = true; } } DownwardsCursor cursor(current_idx, register_demand[current_idx]); cursor.verify_invariants(register_demand); return cursor; } MoveResult MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause) { aco_ptr<Instruction>& instr = block->instructions[cursor.source_idx]; for (const Definition& def : instr->definitions) if (def.isTemp() && depends_on[def.tempId()]) return move_fail_ssa; std::vector<bool>& RAR_deps = improved_rar ? (add_to_clause ? RAR_dependencies_clause : RAR_dependencies) : depends_on; for (const Operand& op : instr->operands) verify_invariants() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dcommon.cpp291 build_module_common(const Module &mod, const std::vector<char> &code, const std::map<std::string, unsigned> &offsets, const clang::CompilerInstance &c) build_module_common() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp636 RegisterAccess::RegisterAccess(const std::array<size_t, 4>& sizes) in RegisterAccess() argument
/third_party/node/src/tracing/
H A Dagent.cc38 std::set<std::string> flatten( in flatten() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c310 double avg, std; in test_one() local
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp35 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Datomic-utils.h239 CheckedIncrement( std::atomic<T>* number, T amount, std::memory_order order = std::memory_order_seq_cst) CheckedIncrement() argument
249 CheckedDecrement( std::atomic<T>* number, T amount, std::memory_order order = std::memory_order_seq_cst) CheckedDecrement() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc216 FormatListCommon( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list, const std::function<MaybeHandle<T>(Isolate*, const icu::FormattedValue&)>& formatToResult) FormatListCommon() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc210 TranslateAllocationNode( AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, const std::map<int, Handle<Script>>& scripts) TranslateAllocationNode() argument
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h232 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) operator <<() argument
648 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dclass.rs[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_large_align_field.rs[all...]
H A Dwrap_unsafe_ops_class.rs[all...]
H A Dclass.rs[all...]
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs
/third_party/rust/crates/cxx/src/
H A Dcxx.cc[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.h51 namespace std namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderD3D.cpp248 GetUniformRegisterMap( const std::map<std::string, unsigned int> *uniformRegisterMap) GetUniformRegisterMap() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h244 namespace std global() namespace
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderNegativeTests.cpp397 testVertexFragment(const std::map<std::string, std::string>& args, const std::string& qualifier_name) testVertexFragment() argument
433 testCompute(const std::map<std::string, std::string>& args, const std::string& qualifier_name) testCompute() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A DMakefile184 gcc -Wall -pedantic-errors -std=c11 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE) macro
196 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD macro
197 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_DECODE macro
198 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_ENCODE macro
199 gcc -Wall -std macro
200 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD global() macro
201 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_DECODE global() macro
202 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_ENCODE global() macro
203 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD -D VULKAN_VIDEO_CODEC_H265STD_DECODE -D VULKAN_VIDEO_CODEC_H265STD_ENCODE global() macro
204 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_ALL global() macro
205 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_ALL -D VK_NO_STDINT_H global() macro
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.h212 RegisterExecutionModelLimitation( std::function<bool(SpvExecutionModel, std::string*)> is_compatible) RegisterExecutionModelLimitation() argument
[all...]

Completed in 14 milliseconds

1...<<31323334353637383940>>...69