Searched refs:uniform_offset (Results 1 – 3 of 3) sorted by relevance
450 GLint uniform_size, GLint uniform_offset, GLint uniform_array_stride) in CheckUniform() argument539 if (param != uniform_offset) in CheckUniform()543 << " should be " << uniform_offset << tcu::TestLog::EndMessage; in CheckUniform()
545 GLint uniform_size, GLint uniform_offset, GLint uniform_array_stride, GLuint buffer_index) in CheckUniform() argument642 if (param != uniform_offset) in CheckUniform()646 << " should be " << uniform_offset << tcu::TestLog::EndMessage; in CheckUniform()
4155 const glw::GLuint uniform_offset = uniform_details.m_offset; in prepareUniforms() local4163 const glw::GLuint array_entry_offset = uniform_offset + i * array_stride; in prepareUniforms()5194 const glw::GLint uniform_offset = *it_uniform_offsets; in prepareUniformBuffer() local5203 …static_cast<glw::GLuint>(uniform_offset + column * matrix_stride + column_elem * sizeof(glw::GLdou… in prepareUniformBuffer()5216 if (expected_offset != uniform_offset) in prepareUniformBuffer()5225 << " has offset: " << uniform_offset << ". Expected offset: " << expected_offset in prepareUniformBuffer()