Searched refs:std430_base_alignment (Results 1 – 7 of 7) sorted by relevance
73 this->offset, type->std430_base_alignment(row_major)); in enter_record()94 this->offset, type->std430_base_alignment(row_major)); in leave_record()163 alignment = type->std430_base_alignment(v->RowMajor); in visit_field()
78 field_align = field->type->std430_base_alignment(row_major); in emit_access()388 field_align = type->std430_base_alignment(field_row_major); in setup_buffer_access()
765 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in enter_record()780 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in leave_record()880 alignment = type->std430_base_alignment(row_major); in visit_field()
110 unsigned var_align = var->type->std430_base_alignment(false); in get_shared_offset()
7307 align = field_type->std430_base_alignment(row_major); in ast_process_struct_or_iface_block_members()
1816 glsl_type::std430_base_alignment(bool row_major) const in std430_base_alignment() function in glsl_type1863 return this->fields.array->std430_base_alignment(row_major); in std430_base_alignment()1887 return array_type->std430_base_alignment(false); in std430_base_alignment()1916 field_type->std430_base_alignment(field_row_major)); in std430_base_alignment()1994 this->without_array()->std430_base_alignment(row_major); in std430_size()2012 unsigned align = field_type->std430_base_alignment(field_row_major); in std430_size()
384 unsigned std430_base_alignment(bool row_major) const;