Home | History | Annotate | Download | only in gl

Lines Matching refs:should_fail

9422  * @return should_fail field from testCase
9471 const bool should_fail = !is_aligned;
9473 testCase test_case = { offset, should_fail, (Utils::Shader::STAGES)stage, type };
9482 const bool should_fail = !is_aligned;
9484 testCase test_case = { offset, should_fail, (Utils::Shader::STAGES)stage, type };
10377 * @return should_fail field from testCase
10407 const bool should_fail = (0 == align) ? false : !isPowerOf2(align);
10411 const bool should_fail = !isPowerOf2(align);
10422 testCase test_case = { align, type, should_fail, (Utils::Shader::STAGES)stage };