HomeSort by relevance Sort by last modified time
    Searched refs:std140_size (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 84 field_offset += field->type->std140_size(row_major);
92 glsl_align(deref->type->fields.array->std140_size(row_major), 16);
397 array_stride = deref_array->type->std140_size(array_row_major);
458 intra_struct_offset += type->std140_size(field_row_major);
link_uniform_blocks.cpp 158 size = type_for_size->std140_size(v->RowMajor);
lower_ubo_reference.cpp 694 array_stride = unsized_array_type->std140_size(array_row_major);
717 array_stride = unsized_array_type->std140_size(array_row_major);
    [all...]
link_uniforms.cpp 774 this->ubo_byte_offset += type->std140_size(row_major);
782 glsl_align(type->without_array()->std140_size(row_major),
    [all...]
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp 1545 glsl_type::std140_size(bool row_major) const function in class:glsl_type
    [all...]
glsl_types.h 372 unsigned std140_size(bool row_major) const;

Completed in 825 milliseconds