Searched refs:m_interpolate_loc (Results 1 – 2 of 2) sorted by relevance
164 m_interpolate_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in ShaderInputVarying()166 m_interpolate_loc = TGSI_INTERPOLATE_LOC_CENTROID; in ShaderInputVarying()169 m_interpolate_loc = TGSI_INTERPOLATE_LOC_CENTER; in ShaderInputVarying()218 m_interpolate_loc(orig.m_interpolate_loc), in ShaderInputVarying()248 io.interpolate_location = m_interpolate_loc; in set_specific_ioinfo()
110 tgsi_interpolate_loc m_interpolate_loc; variable