HomeSort by: relevance | last modified time | path
    Searched refs:explicit_size (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 675 unsigned explicit_size(bool align_to_stride=false) const;
glsl_types.cpp 2350 glsl_type::explicit_size(bool align_to_stride) const function in class:glsl_type
2359 this->fields.structure[i].type->explicit_size();
2383 unsigned elem_size = align_to_stride ? this->explicit_stride : this->fields.array->explicit_size();
2401 unsigned elem_size = align_to_stride ? this->explicit_stride : elem_type->explicit_size();
nir_types.cpp 968 return type->explicit_size(align_to_stride);

Completed in 8 milliseconds