Searched refs:last_state (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_scene.h | 97 const struct lp_rast_state *last_state; /* most recent state set in bin */ member 356 if (state != bin->last_state) { in lp_scene_bin_cmd_with_state() 357 bin->last_state = state; in lp_scene_bin_cmd_with_state()
|
D | lp_scene.c | 150 bin->last_state = NULL; in lp_scene_bin_reset() 260 bin->last_state = NULL; in lp_scene_end_rasterization()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_channel.c | 321 int last_state; member 339 stack->last_state, stack->deadline, in wait_for_watch_state_op_complete_without_gvl() 372 VALUE last_state, in grpc_rb_channel_watch_connectivity_state() argument 386 if (!FIXNUM_P(last_state)) { in grpc_rb_channel_watch_connectivity_state() 395 stack.last_state = NUM2LONG(last_state); in grpc_rb_channel_watch_connectivity_state()
|
/external/rust/crates/aho-corasick/src/ |
D | state_id.rs | 13 last_state: S, in premultiply_overflow_error() 16 let requested = match last_state.to_usize().checked_mul(alphabet_len) { in premultiply_overflow_error()
|
/external/rust/crates/regex-automata/src/ |
D | state_id.rs | 22 last_state: S, in premultiply_overflow_error() 25 let requested = match last_state.to_usize().checked_mul(alphabet_len) { in premultiply_overflow_error()
|
/external/autotest/server/cros/faft/utils/ |
D | mode_switcher.py | 837 last_state = power_state 847 if debounce_power_state and power_state != last_state: 848 last_state = power_state 865 power_state = last_state
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | channel.c | 505 php_grpc_long last_state; in PHP_METHOD() local 510 &last_state, &deadline_obj, in PHP_METHOD() 522 (grpc_connectivity_state)last_state, in PHP_METHOD() 711 ZEND_ARG_INFO(0, last_state)
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 743 BufferState last_state; member in webrtc::test::TemporalLayersReferenceTest 783 } else if (!UpdateSyncRefState(tl_config.last_buffer_flags, &last_state)) { in TEST_P() 801 ValidateReference(tl_config.last_buffer_flags, last_state, temporal_idx); in TEST_P() 809 last_state = state; in TEST_P()
|