Searched refs:dxil_alloc_func (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_function.h | 61 * Call: dxil_alloc_func(mod, "storeData.f32", "v", "icf"); 64 * Call: dxil_alloc_func(mod, "storeData.f32", "e", "*icf"); 67 * Call: dxil_alloc_func(mod, "storeData.f32", "*h", "b*f"); 73 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload,
|
H A D | dxil_function.c | 131 return dxil_alloc_func(mod, name, overload, in allocate_function_from_predefined() 246 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, in dxil_alloc_func() function
|
Completed in 1 milliseconds