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

  /external/mesa3d/src/compiler/glsl/
link_uniform_blocks.cpp 70 this->offset, type->std430_base_alignment(row_major));
91 this->offset, type->std430_base_alignment(row_major));
154 alignment = type->std430_base_alignment(v->RowMajor);
lower_buffer_access.cpp 438 field_align = type->std430_base_alignment(field_row_major);
link_uniforms.cpp 656 this->ubo_byte_offset, type->std430_base_alignment(row_major));
671 this->ubo_byte_offset, type->std430_base_alignment(row_major));
768 alignment = type->std430_base_alignment(row_major);
    [all...]
lower_shared_reference.cpp 109 unsigned var_align = var->type->std430_base_alignment(false);
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp 1681 glsl_type::std430_base_alignment(bool row_major) const function in class:glsl_type
    [all...]
glsl_types.h 378 unsigned std430_base_alignment(bool row_major) const;

Completed in 761 milliseconds