HomeSort by relevance Sort by last modified time
    Searched full:intra_struct_offset (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 134 unsigned intra_struct_offset = 0; local
141 intra_struct_offset = align(intra_struct_offset, field_align);
146 intra_struct_offset += type->std140_size(row_major);
150 const_offset += intra_struct_offset;

Completed in 450 milliseconds