Home
last modified time | relevance | path

Searched refs:m_num_comp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp255 m_num_comp(ncomp), in MemRingOutIntruction()
262 assert(m_num_comp <= 4); in MemRingOutIntruction()
267 switch (m_num_comp) { in ncomp()
286 m_num_comp == oth.m_num_comp && in is_equal_to()
303 os << " ES:" << m_num_comp; in do_print()
Dsfn_instruction_export.h163 unsigned m_num_comp; variable