Home
last modified time | relevance | path

Searched refs:vtx_format_comp_signed (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp67 m_flags.set(vtx_format_comp_signed);
155 m_flags.set(vtx_format_comp_signed);
190 m_flags.set(vtx_format_comp_signed);
353 set_flag(vtx_format_comp_signed);
Dsfn_defines.h300 vtx_format_comp_signed, enumerator
Dsfn_instruction_fetch.h100 bool is_signed() const { return m_flags.test(vtx_format_comp_signed);} in is_signed()
Dsfn_emitssboinstruction.cpp569 fetch->set_flag(vtx_format_comp_signed); in fetch_return_value()