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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 662 unsigned cl_size() const;
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();
nir_types.cpp 863 return type->cl_size();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 505 unsigned cl_size() const;
nir_types.cpp 674 return type->cl_size();
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();
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
invocation.cpp 81 *size = type->cl_size();

Completed in 11 milliseconds