Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_sizeof.cpp100 cl_ulong cl_size; member
191 if( test != scalar_table[i].cl_size ) in test_sizeof()
193 … %s has size %lld, but cl_ size is %lld!\n", scalar_table[i].name, test, scalar_table[i].cl_size ); in test_sizeof()
226 if( test != j * vector_table[i].cl_size ) in test_sizeof()
228 …FAILED: Type %s has size %lld, but cl_ size is %lld!\n", name, test, j * vector_table[i].cl_size ); in test_sizeof()
/external/mesa3d/src/compiler/
Dglsl_types.cpp3125 return this->cl_size(); in cl_alignment()
3144 glsl_type::cl_size() const in cl_size() function in glsl_type
3150 unsigned size = this->without_array()->cl_size(); in cl_size()
3159 size += field.type->cl_size(); in cl_size()
Dglsl_types.h660 unsigned cl_size() const;
Dnir_types.cpp799 return type->cl_size(); in glsl_get_cl_size()
/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp81 *size = type->cl_size(); in clover_arg_size_align()
/external/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