Lines Matching refs:verification
6302 * @return true if verification result is positive, false otherwise
8374 TEST_CASE_SWITCH_TO_DIFFERENT_PROGRAM_OBJECT, /* makes the verification routine use program object descriptor */
8386 TEST_CASE_SWITCH_TO_DIFFERENT_PROGRAM_PIPELINE_OBJECT, /* makes the verification routine use pipeline object descriptor */
8768 * @param test_case Test case the verification is to be performed for.
8769 * @param n_id Index of the program/pipeline object to use for the verification
8770 * @param verification Verification method.
8773 const _subroutine_uniform_value_verification& verification)
8791 verifySubroutineUniformValuesForShaderStage(current_stage, verification);
8796 * shader stage. If the verification fails, m_has_test_passed will be set to false.
8799 * @param verification Type of verification that should be performed.
8803 const _shader_stage& shader_stage, const _subroutine_uniform_value_verification& verification)
8814 if (verification == SUBROUTINE_UNIFORMS_SET_TO_VALID_VALUES)
8840 else if (verification == SUBROUTINE_UNIFORMS_SET_TO_DEFAULT_VALUES)
8865 DE_ASSERT(verification == SUBROUTINE_UNIFORMS_SET_TO_NONDEFAULT_VALUES);