Lines Matching defs:b_offset
9866 const GLuint b_offset = test_case.m_b_offset;
9898 sprintf(buffer, "%d", b_offset);
10006 const GLuint b_offset = lcm(b_size, a_size);
10007 const GLuint a_after_start = b_offset + 1;
10009 const GLuint a_before_start = b_offset - a_align;
10019 if ((b_offset > a_before_off) && (b_offset < a_before_off + a_size))
10021 testCase test_case = { b_offset, b_type, a_before_off, a_type,
10027 if ((b_offset < a_after_off) && (b_offset + b_size > a_after_off))
10029 testCase test_case = { b_offset, b_type, a_after_off, a_type,
10036 testCase test_case = { b_offset, b_type, b_offset, a_type, (Utils::Shader::STAGES)stage };
11827 const GLuint b_offset = test_case.m_b_offset;
11859 sprintf(buffer, "%d", b_offset);