Home
last modified time | relevance | path

Searched refs:std430_size (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp89 field_offset += field->type->std430_size(row_major); in emit_access()
406 intra_struct_offset += type->std430_size(field_row_major); in setup_buffer_access()
Dlink_uniform_blocks.cpp164 size = type_for_size->std430_size(v->RowMajor); in visit_field()
Dlower_shared_reference.cpp113 unsigned var_size = var->type->std430_size(false); in get_shared_offset()
Dlink_uniforms.cpp884 this->ubo_byte_offset += type->std430_size(row_major); in visit_field()
Dast_to_hir.cpp7308 size = field_type->std430_size(row_major); in ast_process_struct_or_iface_block_members()
/external/mesa3d/src/compiler/
Dglsl_types.cpp1940 return this->std430_size(row_major); in std430_array_stride()
1944 glsl_type::std430_size(bool row_major) const in std430_size() function in glsl_type
1985 return array_type->std430_size(false); in std430_size()
1991 this->without_array()->std430_size(row_major); in std430_size()
2014 size += field_type->std430_size(field_row_major); in std430_size()
Dglsl_types.h397 unsigned std430_size(bool row_major) const;