Searched refs:state_count (Results 1 – 14 of 14) sorted by relevance
183 unsigned state_count = 4; in zink_create_gfx_pipeline() local185 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 …]
178 , &tables_type::state_name, tables_type::state_count() in begin()217 , tables_type::state_count()); in add_state()
105 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()
210 ++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()
224 state_count = 0; in match_imp()282 state_count = 0; in find_imp()
501 std::ptrdiff_t state_count; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
461 static std::size_t state_count() in state_count() function
851 static std::size_t state_count() in state_count() function
142 static std::size_t state_count() in state_count() function
761 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() local1462 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 …]
189 gint state_count; member