Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dframe.h145 int actual_alignment = variable
150 if (actual_width == actual_alignment) {
155 if (actual_alignment > AlignedSlotAllocator::kSlotSize) {
158 AlignedSlotAllocator::NumSlotsForWidth(actual_alignment);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp81 static glw::GLuint GetActualOffset(glw::GLuint start_offset, glw::GLuint actual_alignment);
Dgl4cEnhancedLayoutsTests.cpp342 GLuint Type::GetActualOffset(GLuint start_offset, GLuint actual_alignment) in GetActualOffset() argument
344 GLuint offset = align(start_offset, actual_alignment); in GetActualOffset()