Searched refs:array_align (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 8597 const GLuint array_align = type.GetBaseAlignment(true); in test() local 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() 8619 const GLuint sixth_offset = type.GetActualOffset(fifth_offset + base_stride, array_align); in test() 8620 const GLuint seventh_offset = type.GetActualOffset(sixth_offset + base_stride, array_align); in test() 8678 false /* normalized */, 2 /* n_array_elements */, array_align * 2, sixth_offset); in test() 10569 const GLuint array_align = type.GetBaseAlignment(true); in test() local 10582 const GLuint sixth_offset = type.GetActualOffset(fifth_offset + base_stride, array_align); in test() 10583 const GLuint seventh_offset = type.GetActualOffset(sixth_offset + base_stride, array_align); in test() [all …]
|