Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp8687 const GLuint array_align = type.GetBaseAlignment(true); in test() local
8700 const GLuint sixth_offset = type.GetActualOffset(fifth_offset + base_stride, array_align); in test()
8701 const GLuint seventh_offset = type.GetActualOffset(sixth_offset + base_stride, array_align); in test()
8702 const GLuint eigth_offset = type.GetActualOffset(seventh_offset + base_stride, array_align); in test()
8709 const GLuint sixth_offset = type.GetActualOffset(fifth_offset + base_stride, array_align); in test()
8710 const GLuint seventh_offset = type.GetActualOffset(sixth_offset + base_stride, array_align); in test()
8768 false /* normalized */, 2 /* n_array_elements */, array_align * 2, sixth_offset); in test()
10659 const GLuint array_align = type.GetBaseAlignment(true); in test() local
10672 const GLuint sixth_offset = type.GetActualOffset(fifth_offset + base_stride, array_align); in test()
10673 const GLuint seventh_offset = type.GetActualOffset(sixth_offset + base_stride, array_align); in test()
[all …]