Home
last modified time | relevance | path

Searched defs:pred (Results 26 - 50 of 293) sorted by relevance

12345678910>>...12

/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c64 nir_ssa_def *pred; in lower_ubo_load_instr() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp125 std::set<deUint32> pred; in minVulkanAPIVersion() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dconditionvariable.h122 void ConditionVariable::wait(marl::lock& lock, Predicate&& pred) { in wait() argument
150 wait_for( marl::lock& lock, const std::chrono::duration<Rep, Period>& duration, Predicate&& pred) wait_for() argument
158 wait_until( marl::lock& lock, const std::chrono::time_point<Clock, Duration>& timeout, Predicate&& pred) wait_until() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dalgorithm.h45 EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred pred, std::input_iterator_tag, std::input_iterator_tag) EqualImpl() argument
58 EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred&& pred, std::random_access_iterator_tag, std::random_access_iterator_tag) EqualImpl() argument
104 equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred&& pred) equal() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dnode_hash_map.h530 void erase_if(node_hash_map<K, V, H, E, A>& c, Predicate pred) { in erase_if() argument
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h170 auto pred = phi_inst->GetBasicBlock()->GetPredBlockByIndex(index); in CheckPhiInputs() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp77 const auto pred = [this, id]() { in SendSyncMsg() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_looper_impl.cpp51 auto pred = [this]() { return !queue_.empty() || HaveDelayedMessageToProcess() || wakeup_; }; in WaitForMessage() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp78 const auto pred = [this, id]() { in SendSyncMsg() local
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_data_command.cpp37 void RingtoneDataCommand::SetDataSharePred(const DataShare::DataSharePredicates &pred) in SetDataSharePred() argument
/third_party/ffmpeg/libavcodec/
H A Dmsmpeg4.c165 int xy, wrap, pred, a, b, c; in ff_msmpeg4_coded_block_pred() local
206 int a, b, c, wrap, pred, scale; in ff_msmpeg4_pred_dc() local
[all...]
/third_party/gn/src/base/
H A Dstl_util.h32 void IterateAndEraseIf(Container& container, Predicate pred) { in IterateAndEraseIf() argument
162 void EraseIf(std::deque<T, Allocator>& container, Predicate pred) { in EraseIf() argument
174 void EraseIf(std::vector<T, Allocator>& container, Predicate pred) { in EraseIf() argument
188 void EraseIf(std::forward_list<T, Allocator>& container, Predicate pred) { in EraseIf() argument
149 EraseIf(std::basic_string<CharT, Traits, Allocator>& container, Predicate pred) EraseIf() argument
201 EraseIf(std::list<T, Allocator>& container, Predicate pred) EraseIf() argument
206 EraseIf(std::map<Key, T, Compare, Allocator>& container, Predicate pred) EraseIf() argument
211 EraseIf(std::multimap<Key, T, Compare, Allocator>& container, Predicate pred) EraseIf() argument
217 EraseIf(std::set<Key, Compare, Allocator>& container, Predicate pred) EraseIf() argument
222 EraseIf(std::multiset<Key, Compare, Allocator>& container, Predicate pred) EraseIf() argument
233 EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
244 EraseIf( std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
255 EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
265 EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dlower_returns_tests.cpp54 nir_phi_instr *create_one_source_phi(nir_shader *shader, nir_block *pred, in create_one_source_phi() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp56 value* &pred = *I; in get_pred_val() local
147 value *pred = n.src[3]; in eliminate() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_peephole.cpp146 ReplaceIfPredicate(AluInstr *pred): in ReplaceIfPredicate() argument
159 auto pred = instr->predicate(); in visit() local
/third_party/node/deps/v8/src/interpreter/
H A Dhandler-table-builder.cc26 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c41 ppir_instr *pred = dep->pred; in ppir_schedule_calc_sched_info() local
64 ppir_instr *pred = dep->pred; in ppir_schedule_calc_sched_info() local
130 ppir_instr *pred = dep->pred; ppir_schedule_ready_list() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_layout_test.cpp189 pred_type pred; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp189 pred_type pred; in TEST_P() local
/third_party/spirv-tools/test/val/
H A Dval_layout_test.cpp180 pred_type pred; in TEST_P() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dhotness_propagation.h172 size_t GetEdgeHotness(BasicBlock *pred, BasicBlock *succ) in GetEdgeHotness() argument
190 TryGetProfiledEdge(BasicBlock *pred, BasicBlock *succ) TryGetProfiledEdge() argument
230 EnsureBackedgeResolvable(BasicBlock *pred, [[maybe_unused]] BasicBlock *succ) EnsureBackedgeResolvable() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h205 auto pred = phiInst->GetBasicBlock()->GetPredBlockByIndex(index); in CheckPhiInputs() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp55 static inline bool WaitBrieflyFor(std::atomic_int *addr, Pred pred) in WaitBrieflyFor() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp71 BasicBlock *pred = block->GetPredsBlocks().front(); in ExtractArrayInitInitialIndexValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference_processor.cpp146 void EtsReferenceProcessor::ProcessReferencesAfterCompaction(const mem::GC::ReferenceClearPredicateT &pred) in ProcessReferencesAfterCompaction() argument
72 HandleReference(GC *gc, GCMarkingStackType *objectsStack, const BaseClass *cls, const ObjectHeader *object, [[maybe_unused]] const ReferenceProcessPredicateT &pred) HandleReference() argument
128 ProcessReferences([[maybe_unused]] bool concurrent, [[maybe_unused]] bool clearSoftReferences, [[maybe_unused]] GCPhase gcPhase, const mem::GC::ReferenceClearPredicateT &pred) ProcessReferences() argument

Completed in 13 milliseconds

12345678910>>...12