Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp65 m_loc(loc), in ExportInstruction()
78 (m_loc == oth.m_loc) && in is_equal_to()
90 os << m_loc << " " << gpr(); in do_print()
95 map[m_loc] = gpr_ptr(); in update_output_map()
106 m_loc(loc), in WriteScratchInstruction()
117 m_loc(0), in WriteScratchInstruction()
144 m_loc == other.m_loc && in is_equal_to()
167 os << m_loc << "." << writemask_to_swizzle(m_writemask, buf) in do_print()
Dsfn_instruction_export.h62 unsigned location() const {return m_loc;} in location()
72 unsigned m_loc; variable
83 unsigned location() const {return m_loc;} in location()
98 unsigned m_loc; variable