HomeSort by: relevance | last modified time | path
    Searched defs:cl_alignment (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 3200 glsl_type::cl_alignment() const function in class:glsl_type
3206 return this->without_array()->cl_alignment();
3215 res = MAX2(res, field.type->cl_alignment());
3237 size = align(size, field.type->cl_alignment());
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 2590 glsl_type::cl_alignment() const function in class:glsl_type
2596 return this->without_array()->cl_alignment();
2605 res = MAX2(res, field.type->cl_alignment());
2629 size = align(size, field.type->cl_alignment());

Completed in 7 milliseconds