Home
last modified time | relevance | path

Searched refs:cl_size (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/
Dglsl_types.h662 unsigned cl_size() const;
Dglsl_types.cpp3204 return this->cl_size(); in cl_alignment()
3223 glsl_type::cl_size() const in cl_size() function in glsl_type
3229 unsigned size = this->without_array()->cl_size(); in cl_size()
3238 size += field.type->cl_size(); in cl_size()
Dnir_types.cpp863 return type->cl_size(); in glsl_get_cl_size()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp81 *size = type->cl_size(); in clover_arg_size_align()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2460 - glsl: add cl_size and cl_alignment
D20.3.0.rst2690 - compiler/types: Make booleans 32-bit for cl_size/align