Home
last modified time | relevance | path

Searched refs:st_update (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/ruby26/ruby-2.6.9/test/-ext-/st/
H A Dtest_update.rb14 assert_equal(false, @tbl.st_update(:c) {42})
20 assert_equal(true, @tbl.st_update(:a) {|*x| args = x; false})
27 assert_equal(true, @tbl.st_update(:a) {|*x| args = x; nil})
34 assert_equal(true, @tbl.st_update(:a) {|*x| args = x; 3})
44 @tbl.st_update("abc") {|*args|
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_atom.h79 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
87 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
92 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_atom.h93 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
102 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
107 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c52 #define ST_STATE(FLAG, st_update) update_functions[FLAG##_INDEX] = st_update; in init_atoms_once() argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, argument
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pools_window/
H A Dpool_status_provider.cpp84 st_update.emplace(st); in apply_update()
96 st_update.reset(); in reset()
110 if (st_update) { in worker()
321 const auto &st = *st_update; in apply_update()
358 if (st_update->tables_needs_update == PoolStatusPoolManager::UpdateState::REQUIRED) { in apply_update()
364 if (st_update->layer_help_needs_update == PoolStatusPoolManager::UpdateState::REQUIRED) { in apply_update()
/dports/lang/ruby26/ruby-2.6.9/ext/-test-/st/update/
H A Dupdate.c22 if (st_update(RHASH_TBL(self), (st_data_t)key, update_func, 0)) in test_st_update()

123