Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp55 m_indexed(false), in FetchInstruction()
115 m_indexed(indexed), in FetchInstruction()
148 m_indexed(false), in FetchInstruction()
184 m_indexed(false), in FetchInstruction()
220 m_indexed = false;
226 m_indexed = true;
273 m_indexed == l.m_indexed && in is_equal_to()
Dsfn_instruction_fetch.h108 bool indexed() const {return m_indexed; } in indexed()
158 bool m_indexed; variable