Searched refs:call_mangled_function (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 174 static bool call_mangled_function(struct vtn_builder *b, in call_mangled_function() function 469 if (!call_mangled_function(b, name, 0, num_srcs, src_types, in handle_clc_fn() 599 …if (!call_mangled_function(b, "async_work_group_strided_copy", (1 << 1), num_srcs, src_types, dest… in handle_core() 605 …if (!call_mangled_function(b, "wait_group_events", 0, num_srcs, src_types, dest_type, srcs, &ret_d… in handle_core()
|