Home
last modified time | relevance | path

Searched refs:state_count (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
185 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT; in zink_create_gfx_pipeline()
186 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT; in zink_create_gfx_pipeline()
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
188 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
190 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT; in zink_create_gfx_pipeline()
191 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
193 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK; in zink_create_gfx_pipeline()
[all …]
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
217 , tables_type::state_count()); in add_state()
/third_party/boost/boost/regex/v4/
Dperl_matcher_recursive.hpp105 if(state_count > max_state_count) in match_all_states()
110 ++state_count; in match_all_states()
463 ++state_count; in match_dot_repeat_slow()
528 ++state_count; in match_dot_repeat_fast()
622 ++state_count; in match_char_repeat()
717 ++state_count; in match_set_repeat()
813 ++state_count; in match_long_set_repeat()
875 ++state_count; in backtrack_till_match()
884 ++state_count; in backtrack_till_match()
Dperl_matcher_non_recursive.hpp210 ++state_count; in match_all_states()
213 if(state_count > max_state_count) in match_all_states()
1413 ++state_count; in unwind_greedy_single_repeat()
1467 ++state_count; in unwind_slow_dot_repeat()
1521 ++state_count; in unwind_fast_dot_repeat()
1590 ++state_count; in unwind_char_repeat()
1659 ++state_count; in unwind_short_set_repeat()
1729 ++state_count; in unwind_long_set_repeat()
Dperl_matcher_common.hpp224 state_count = 0; in match_imp()
282 state_count = 0; in find_imp()
Dperl_matcher.hpp501 std::ptrdiff_t state_count; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dconjure_static_lexer.hpp461 static std::size_t state_count() in state_count() function
Dconjure_static_switch_lexer.hpp851 static std::size_t state_count() in state_count() function
/third_party/boost/libs/spirit/example/lex/static_lexer/
Dword_count_lexer_static.hpp142 static std::size_t state_count() in state_count() function
Dword_count_static.hpp142 static std::size_t state_count() in state_count() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dconjure_static_lexer.hpp461 static std::size_t state_count() in state_count() function
Dconjure_static_switch_lexer.hpp851 static std::size_t state_count() in state_count() function
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c761 self->state_count--; in gst_deinterlace_pop_history()
847 self->state_count = 0; in gst_deinterlace_reset_history()
1017 state_idx = self->state_count - 1; in gst_deinterlace_update_pattern_timestamps()
1155 if (self->state_count < GST_DEINTERLACE_MAX_BUFFER_STATE_HISTORY) in gst_deinterlace_push_history()
1156 self->state_count++; in gst_deinterlace_push_history()
1453 const gint state_count = self->state_count; in gst_deinterlace_get_pattern_lock() local
1462 if (!self->have_eos && state_count < n_required) { in gst_deinterlace_get_pattern_lock()
1464 state_count, n_required); in gst_deinterlace_get_pattern_lock()
1477 if (state_count < length) in gst_deinterlace_get_pattern_lock()
1484 self->low_latency ? (self->history_count - 1) >> 1 : state_count - 1; in gst_deinterlace_get_pattern_lock()
[all …]
Dgstdeinterlace.h189 gint state_count; member