HomeSort by relevance Sort by last modified time
    Searched refs:std140_base_alignment (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_uniform_blocks.cpp 73 this->offset, type->std140_base_alignment(row_major));
94 this->offset, type->std140_base_alignment(row_major));
157 alignment = type->std140_base_alignment(v->RowMajor);
lower_buffer_access.cpp 77 field->type->std140_base_alignment(row_major));
440 field_align = type->std140_base_alignment(field_row_major);
link_uniforms.cpp 659 this->ubo_byte_offset, type->std140_base_alignment(row_major));
674 this->ubo_byte_offset, type->std140_base_alignment(row_major));
766 unsigned alignment = type->std140_base_alignment(row_major);
    [all...]
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp 1427 glsl_type::std140_base_alignment(bool row_major) const function in class:glsl_type
    [all...]
glsl_types.h 365 unsigned std140_base_alignment(bool row_major) const;

Completed in 286 milliseconds