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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 3204 return this->cl_size();
3223 glsl_type::cl_size() const function in class:glsl_type
3229 unsigned size = this->without_array()->cl_size();
3238 size += field.type->cl_size();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 2594 return this->cl_size();
2613 glsl_type::cl_size() const function in class:glsl_type
2621 unsigned size = this->without_array()->cl_size();
2630 size += field.type->cl_size();

Completed in 9 milliseconds