Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dglsl_types.cpp1805 return this->std430_size(row_major); in std430_array_stride()
1809 glsl_type::std430_size(bool row_major) const in std430_size() function in glsl_type
1850 return array_type->std430_size(false); in std430_size()
1856 this->without_array()->std430_size(row_major); in std430_size()
1879 size += field_type->std430_size(field_row_major); in std430_size()
Dglsl_types.h391 unsigned std430_size(bool row_major) const;
/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp456 intra_struct_offset += type->std430_size(field_row_major); in setup_buffer_access()
Dlink_uniform_blocks.cpp155 size = type_for_size->std430_size(v->RowMajor); in visit_field()
Dlower_shared_reference.cpp112 unsigned var_size = var->type->std430_size(false); in get_shared_offset()
Dlink_uniforms.cpp772 this->ubo_byte_offset += type->std430_size(row_major); in visit_field()
Dast_to_hir.cpp6957 size = field_type->std430_size(row_major); in ast_process_struct_or_iface_block_members()