Home
last modified time | relevance | path

Searched refs:GetActualOffset (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp338 GLuint Type::GetActualOffset(GLuint start_offset, GLuint actual_alignment) in GetActualOffset() function in gl4cts::EnhancedLayouts::Utils::Type
8603 const GLuint second_offset = type.GetActualOffset(base_stride, basic_size / 2); in test()
8607 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test()
8608 const GLuint fourth_offset = type.GetActualOffset(third_offset + base_stride, base_align); in test()
8609 const GLuint fifth_offset = type.GetActualOffset(fourth_offset + base_stride, base_align); in test()
8610 const GLuint sixth_offset = type.GetActualOffset(fifth_offset + base_stride, array_align); in test()
8611 const GLuint seventh_offset = type.GetActualOffset(sixth_offset + base_stride, array_align); in test()
8612 const GLuint eigth_offset = type.GetActualOffset(seventh_offset + base_stride, array_align); in test()
8616 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, 2 * type_align); in test()
8617 const GLuint fourth_offset = type.GetActualOffset(3 * type_align + base_stride, base_align); in test()
[all …]
Dgl4cEnhancedLayoutsTests.hpp80 static glw::GLuint GetActualOffset(glw::GLuint start_offset, glw::GLuint actual_alignment);