Home
last modified time | relevance | path

Searched refs:last_range (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
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 + 1][last_range + 1] = { in analyze_expression()
563 static const enum ssa_ranges fneg_table[last_range + 1] = { in analyze_expression()
670 static const enum ssa_ranges table[last_range + 1] = { in analyze_expression()
[all …]
Dnir_range_analysis.h34 last_range = eq_zero enumerator
/third_party/skia/third_party/externals/harfbuzz/src/
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()
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/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc736 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape() local
739 range_record_t *range = last_range; in _hb_coretext_shape()
744 if (range != last_range) in _hb_coretext_shape()
746 if (last_range->font) in _hb_coretext_shape()
748 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
753 last_range = range; in _hb_coretext_shape()
755 if (start != chars_len && last_range->font) in _hb_coretext_shape()
757 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
Dhb-uniscribe.cc854 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape() local
858 range_record_t *range = last_range; in _hb_uniscribe_shape()
882 last_range = range; in _hb_uniscribe_shape()
/third_party/harfbuzz/src/
Dhb-coretext.cc779 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape() local
782 range_record_t *range = last_range; in _hb_coretext_shape()
787 if (range != last_range) in _hb_coretext_shape()
789 if (last_range->font) in _hb_coretext_shape()
791 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
796 last_range = range; in _hb_coretext_shape()
798 if (start != chars_len && last_range->font) in _hb_coretext_shape()
800 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
Dhb-uniscribe.cc875 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape() local
879 range_record_t *range = last_range; in _hb_uniscribe_shape()
903 last_range = range; in _hb_uniscribe_shape()
/third_party/mesa3d/src/gallium/drivers/zink/
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/
Dd3d12_context.cpp1892 …auto& last_range = key.fake_so_buffer_copy_back.ranges[key.fake_so_buffer_copy_back.num_ranges - 1… in d3d12_disable_fake_so_buffers() local
1893 if (output.dst_offset * 4 == last_range.offset + last_range.size) { in d3d12_disable_fake_so_buffers()
1894 last_range.size += output.num_components * 4; in d3d12_disable_fake_so_buffers()
/third_party/chromium/patch/
D0001-cve.patch32730 - auto *last_range = &range_records[0];
32733 - auto *range = last_range;
32757 - last_range = range;
32901 + auto *last_range = &range_records[0];
32904 + auto *range = last_range;
32928 + last_range = range;