Searched refs:third_offset (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.cpp | 8697 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test() local 8698 const GLuint fourth_offset = type.GetActualOffset(third_offset + base_stride, base_align); in test() 8706 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, 2 * type_align); in test() local 8725 memcpy(ptr + third_offset, &third[0], third.size()); in test() 8758 third_offset); in test() 10575 const GLuint third_offset = in test() local 10578 Utils::Type::GetActualOffset(third_offset + data_stride * 2, block_align); /* vec4[3] at 96 */ in test() 10603 2 /* n_array_elements */, data_stride, third_offset); in test() 10669 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test() local 10670 const GLuint fourth_offset = type.GetActualOffset(third_offset + base_stride, base_align); in test() [all …]
|