Searched refs:std430_base_alignment (Results 1 – 7 of 7) sorted by relevance
70 this->offset, type->std430_base_alignment(row_major)); in enter_record()91 this->offset, type->std430_base_alignment(row_major)); in leave_record()154 alignment = type->std430_base_alignment(v->RowMajor); in visit_field()
656 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in enter_record()671 this->ubo_byte_offset, type->std430_base_alignment(row_major)); in leave_record()768 alignment = type->std430_base_alignment(row_major); in visit_field()
438 field_align = type->std430_base_alignment(field_row_major); in setup_buffer_access()
109 unsigned var_align = var->type->std430_base_alignment(false); in get_shared_offset()
6956 align = field_type->std430_base_alignment(row_major); in ast_process_struct_or_iface_block_members()
1681 glsl_type::std430_base_alignment(bool row_major) const in std430_base_alignment() function in glsl_type1728 return this->fields.array->std430_base_alignment(row_major); in std430_base_alignment()1752 return array_type->std430_base_alignment(false); in std430_base_alignment()1781 field_type->std430_base_alignment(field_row_major)); in std430_base_alignment()1859 this->without_array()->std430_base_alignment(row_major); in std430_size()1877 unsigned align = field_type->std430_base_alignment(field_row_major); in std430_size()
378 unsigned std430_base_alignment(bool row_major) const;