Home
last modified time | relevance | path

Searched defs:std (Results 326 - 350 of 705) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/spirv-tools/source/val/
H A Dinstruction.h143 namespace std { global() namespace
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp26 MakeAccessClampingInfo( uint32_t access_chain_id, const std::vector<std::pair<uint32_t, uint32_t>>& compare_and_select_ids) MakeAccessClampingInfo() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFunctionTests.cpp103 static ShaderFunctionCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, bool usesTextures, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc, const std::map<std::string, std::string>* additionalParams) in createStructCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmEmptyStructTests.cpp39 bool verifyResult(const std::vector<Resource>&, in verifyResult() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp46 bool ProccessNetworkData (vector<u8>& buffer, const std::function<void(u32, vector<u8>)>& packetInterpreter) in ProccessNetworkData() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuTestPackage.hpp92 virtual void reportDurations (tcu::TestContext& testCtx, const std::string& packageName, const deInt64& duration, const std::map<std::string, deUint64>& groupsDurationTime) { DE_UNREF(testCtx); DE_UNREF(packageName); DE_UNREF(duration); DE_UNREF(groupsDurationTime); } in reportDurations() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFunctionTests.cpp94 static ShaderFunctionCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc, const std::map<std::string, std::string>* additionalParams) in createStructCase() argument
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs4340 impl std::ops::Deref for #class_name { global() impls
4435 impl std::convert::TryFrom<#parent_struct> for #class_name { global() impls
[all...]
/third_party/qrcodegen/rust/src/
H A Dlib.rs
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-type.hh[all...]
/third_party/rust/crates/syn/src/
H A Dtoken.rs268 impl std::default::Default for $name { in display() impls
395 impl std::default::Default for $name { impls
504 impl std::default::Default for $name { impls
[all...]
/third_party/gn/src/gn/
H A Dcommand_desc.cc316 HandleProperty(const std::string& what, const std::map<std::string, DescHandlerFunc>& handler_map, std::unique_ptr<base::Value>& v, std::unique_ptr<base::DictionaryValue>& dict) HandleProperty() argument
327 PrintTarget(const Target* target, const std::string& what, bool single_target, const std::map<std::string, DescHandlerFunc>& handler_map, bool all, bool tree, bool blame) PrintTarget() argument
420 PrintConfig(const Config* config, const std::string& what, bool single_config, const std::map<std::string, DescHandlerFunc>& handler_map) PrintConfig() argument
[all...]
H A Dsource_file.h133 namespace std { namespace
[all...]
H A Dstring_utils.cc23 ErrInsideStringToken(const Token& token, size_t offset, size_t size, const std::string& msg, const std::string& help = std::string()) ErrInsideStringToken() argument
[all...]
/third_party/glslang/glslang/Include/
H A DCommon.h60 namespace std { namespace
123 namespace std { namespace
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h392 ConstReference( const ::std::tuple<ElementPointer, Size>& array) ConstReference() argument
397 Copy(const ::std::tuple<ElementPointer, Size>& array) Copy() argument
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h710 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) PrintTo() argument
747 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dplatform.h514 namespace std { namespace
/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

Completed in 19 milliseconds

1...<<11121314151617181920>>...29