Lines Matching defs:result_values

8806 	glw::GLuint			  result_values[4] = { 0 };
8808 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine1_uniform_location, result_values + 0);
8809 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine2_uniform_location, result_values + 1);
8810 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine3_uniform_location, result_values + 2);
8811 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine4_uniform_location, result_values + 3);
8816 if (!((result_values[0] == (GLuint)shader_stage.subroutine1_uniform_location ||
8817 result_values[0] == (GLuint)shader_stage.subroutine2_uniform_location) &&
8818 (result_values[1] == (GLuint)shader_stage.subroutine1_uniform_location ||
8819 result_values[1] == (GLuint)shader_stage.subroutine2_uniform_location) &&
8820 (result_values[2] == (GLuint)shader_stage.subroutine3_uniform_location ||
8821 result_values[2] == (GLuint)shader_stage.subroutine4_uniform_location) &&
8822 (result_values[3] == (GLuint)shader_stage.subroutine3_uniform_location ||
8823 result_values[3] == (GLuint)shader_stage.subroutine4_uniform_location)))
8834 << result_values[0] << ", " << result_values[1] << ", " << result_values[2] << ", "
8835 << result_values[3] << "]." << tcu::TestLog::EndMessage;
8842 if (result_values[0] != shader_stage.default_subroutine1_value ||
8843 result_values[1] != shader_stage.default_subroutine2_value ||
8844 result_values[2] != shader_stage.default_subroutine3_value ||
8845 result_values[3] != shader_stage.default_subroutine4_value)
8857 << result_values[0] << ", " << result_values[1] << ", " << result_values[2] << ", "
8858 << result_values[3] << "]." << tcu::TestLog::EndMessage;
8867 if (result_values[0] == shader_stage.default_subroutine1_value ||
8868 result_values[1] == shader_stage.default_subroutine2_value ||
8869 result_values[2] == shader_stage.default_subroutine3_value ||
8870 result_values[3] == shader_stage.default_subroutine4_value)
8882 << result_values[0] << ", " << result_values[1] << ", " << result_values[2] << ", "
8883 << result_values[3] << "]." << tcu::TestLog::EndMessage;