Home
last modified time | relevance | path

Searched refs:glsl_get_cl_alignment (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.cpp946 glsl_get_cl_alignment(const struct glsl_type *type) in glsl_get_cl_alignment() function
956 *align = glsl_get_cl_alignment(type); in glsl_get_cl_type_size_align()
Dnir_types.h124 int glsl_get_cl_alignment(const struct glsl_type *type);
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c644 unsigned alignment = vec_aligned ? glsl_get_cl_alignment(type->type) : in _handle_v_load_store()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c37 *align = glsl_get_cl_alignment(type); in cl_type_size_align()