Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_printf.c58 int args_size = align(glsl_get_cl_size(args->type), 4); in lower_printf_instr()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c212 new_input->data.driver_location += glsl_get_cl_size(new_input->type); in clc_lower_input_image_deref()
410 glsl_get_cl_size(var->type)); in add_kernel_inputs_var()
511 unsigned size = glsl_get_cl_size(type); in copy_const_initializer()
982 unsigned size = glsl_get_cl_size(var->type); in clc_spirv_to_dxil()
1213 int size = align(glsl_get_cl_size(var->type), 4); in clc_spirv_to_dxil()
/third_party/mesa3d/src/compiler/
Dnir_types.cpp861 glsl_get_cl_size(const struct glsl_type *type) in glsl_get_cl_size() function
876 *size = glsl_get_cl_size(type); in glsl_get_cl_type_size_align()
Dnir_types.h117 int glsl_get_cl_size(const struct glsl_type *type);
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c807 info->arg_sizes[i - 1] = glsl_get_cl_size(src_type->type); in handle_printf()
808 field_offset += glsl_get_cl_size(src_type->type); in handle_printf()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c35 *size = glsl_get_cl_size(type); in cl_type_size_align()
Dnir_to_dxil.c1045 offset += glsl_get_cl_size(without); in var_fill_const_array()
1066 unsigned int num_members = DIV_ROUND_UP(glsl_get_cl_size(var->type), 4); in emit_global_consts()