Searched refs:with_offset_3 (Results 1 – 2 of 2) sorted by relevance
1342 const glw::GLint* with_offset_3 = in verifyResult() local1354 memcpy(captured_data.with_offset_3, with_offset_3, bytes_per_varying); in verifyResult()1390 logArray(varyings.with_offset_3, m_n_components_per_varying, "With offset W: "); in logVaryings()1512 (captured_data.with_offset_3[i] != expected_values_3[i])) in checkResult()1643 glw::GLint with_offset_3[m_n_components_per_varying]; in checkResult() local1706 with_offset_3[i] = 0 <= captured_data.with_offset_3[i] ? captured_data.with_offset_3[i] : -1; in checkResult()1738 (with_offset_2[i] != expected_values_2[i]) || (with_offset_3[i] != expected_values_3[i])) in checkResult()1928 (captured_data.with_offset_3[i] != expected_values_3[i])) in checkResult()2067 (captured_data.with_offset_3[i] != expected_values_3[i])) in checkResult()
191 glw::GLint with_offset_3[4]; member