Home
last modified time | relevance | path

Searched refs:last_range (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc76 AstNodeSourceRanges* last_range = nullptr; in MaybeRemoveContinuationRange() local
82 last_range = source_range_map_->Find( in MaybeRemoveContinuationRange()
85 last_range = source_range_map_->Find(last_statement); in MaybeRemoveContinuationRange()
88 if (last_range == nullptr) return; in MaybeRemoveContinuationRange()
90 if (last_range->HasRange(SourceRangeKind::kContinuation)) { in MaybeRemoveContinuationRange()
91 last_range->RemoveContinuationRange(); in MaybeRemoveContinuationRange()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ms-feature-ranges.cc148 auto *last_range = &range_records[0]; in hb_ms_make_feature_ranges() local
151 auto *range = last_range; in hb_ms_make_feature_ranges()
175 last_range = range; in hb_ms_make_feature_ranges()
H A Dhb-coretext.cc817 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape() local
820 range_record_t *range = last_range; in _hb_coretext_shape()
825 if (range != last_range) in _hb_coretext_shape()
827 if (last_range->font) in _hb_coretext_shape()
829 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
834 last_range = range; in _hb_coretext_shape()
836 if (start != chars_len && last_range->font) in _hb_coretext_shape()
838 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c300 static const enum ssa_ranges union_table[last_range + 1][last_range + 1] = { in union_ranges()
327 for (unsigned i = 0; i < last_range; i++) { \
332 for (unsigned j = unknown + 2; j < last_range; j++) { \
361 for (unsigned i = 0; i < last_range; i++) { \
396 for (unsigned i = 0; i < last_range; i++) { \
436 STATIC_ASSERT(last_range + 1 == 7); in analyze_expression()
502 static const enum ssa_ranges fadd_table[last_range + 1][last_range + 1] = { in analyze_expression()
548 static const enum ssa_ranges fmul_table[last_range in analyze_expression()
[all...]
H A Dnir_range_analysis.h34 last_range = eq_zero enumerator
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c26 unsigned last_range; member
430 vkq->query_id = pool->last_range; in query_pool_get_range()
432 pool->last_range++; in query_pool_get_range()
433 if (pool->last_range == NUM_QUERIES) in query_pool_get_range()
434 pool->last_range = 0; in query_pool_get_range()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1892 auto& last_range = key.fake_so_buffer_copy_back.ranges[key.fake_so_buffer_copy_back.num_ranges - 1];
1893 if (output.dst_offset * 4 == last_range.offset + last_range.size) {
1894 last_range.size += output.num_components * 4;

Completed in 9 milliseconds