Searched refs:m_end (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.cpp | 71 if (row_entry.m_end >= col_entry.m_start && in initialize() 72 row_entry.m_start <= col_entry.m_end) in initialize() 168 assert(vreg_cmp.m_start != -1 || vreg_cmp.m_end != -1); in group_allocation() 192 r.m_end == -1) in scalar_allocation() 237 << " [" << entry.m_start << ", " << entry.m_end << "]\n"; in register_allocation() 239 if (entry.m_start == -1 && entry.m_end == -1) { in register_allocation() 261 int priority = entry.m_use.test(LiveRangeEntry::use_export) ? - entry.m_end : entry.m_start; in register_allocation()
|
H A D | sfn_valuefactory.h | 54 int m_end{-1}; 62 << m_start << ":" << m_end << "]"; in print() local 86 entry.m_end = end;
|
H A D | sfn_liverangeevaluator.cpp | 136 live_ranges[i].m_end = rca.range().end; in finalize() 455 lv.m_end != rv.m_end || in operator ==()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableManager.hpp | 130 , m_end (end) in FilteredIterator() 139 nextEntry = findNext(m_filter, nextEntry, m_end); in operator +() 140 return FilteredIterator(nextEntry, m_end, m_filter); in operator +() 146 m_iter = findNext(m_filter, m_iter, m_end); in operator ++() 154 m_iter = findNext(m_filter, m_iter, m_end); in operator ++() 170 DE_ASSERT(m_iter != m_end); in operator *() 185 Iterator m_end; member in rsg::FilteredIterator
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFormatUtil.hpp | 96 , m_end (end) in Bitfield() 103 for (const BitDesc* curDesc = m_begin; curDesc != m_end; curDesc++) in toStream() 127 const BitDesc* m_end; member in tcu::Format::Bitfield
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.hpp | 56 const T* m_end; member 59 const T* end (void) const { return m_end; } in end()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4670 T m_end; 4677 m_end(end), 4681 assert(m_current != m_end && "Range start and end cannot be equal"); 4683 assert(((m_positive && m_current <= m_end) || (!m_positive && m_current >= m_end)) && "Step moves away from end"); 4696 return (m_positive) ? (m_current < m_end) : (m_current > m_end); 8509 size_t m_end = 0; 8533 m_end = m_pos; 8535 ++m_end; [all...] |
Completed in 12 milliseconds