Searched refs:std140_base_alignment (Results 1 – 7 of 7) sorted by relevance
73 this->offset, type->std140_base_alignment(row_major)); in enter_record()94 this->offset, type->std140_base_alignment(row_major)); in leave_record()157 alignment = type->std140_base_alignment(v->RowMajor); in visit_field()
77 field->type->std140_base_alignment(row_major)); in emit_access()440 field_align = type->std140_base_alignment(field_row_major); in setup_buffer_access()
659 this->ubo_byte_offset, type->std140_base_alignment(row_major)); in enter_record()674 this->ubo_byte_offset, type->std140_base_alignment(row_major)); in leave_record()766 unsigned alignment = type->std140_base_alignment(row_major); in visit_field()
4124 return MAX2(array_type->std140_base_alignment(row_major), 16); in get_array_stride()
6953 align = field_type->std140_base_alignment(row_major); in ast_process_struct_or_iface_block_members()
1427 glsl_type::std140_base_alignment(bool row_major) const in std140_base_alignment() function in glsl_type1476 return MAX2(this->fields.array->std140_base_alignment(row_major), 16); in std140_base_alignment()1480 return this->fields.array->std140_base_alignment(row_major); in std140_base_alignment()1506 return array_type->std140_base_alignment(false); in std140_base_alignment()1535 field_type->std140_base_alignment(field_row_major)); in std140_base_alignment()1626 this->without_array()->std140_base_alignment(row_major); in std140_size()1658 unsigned align = field_type->std140_base_alignment(field_row_major); in std140_size()
365 unsigned std140_base_alignment(bool row_major) const;