Searched refs:param_descr (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_function.c | 32 const char *param_descr; member 133 predefined_funcs[i].param_descr, in allocate_function_from_predefined() 171 get_type_from_string(struct dxil_module *mod, const char *param_descr, in get_type_from_string() argument 174 assert(param_descr); in get_type_from_string() 175 char type_id = param_descr[(*idx)++]; in get_type_from_string() 176 assert(*idx <= (int)strlen(param_descr)); in get_type_from_string() 196 const struct dxil_type *target = get_type_from_string(mod, param_descr, overload, idx); in get_type_from_string() 209 const char *param_descr, in dxil_alloc_func_with_rettype() 212 assert(param_descr); in dxil_alloc_func_with_rettype() 218 while (param_descr[num_param in dxil_alloc_func_with_rettype() 206 dxil_alloc_func_with_rettype(struct dxil_module *mod, const char *name, enum overload_type overload, const struct dxil_type *retval_type, const char *param_descr, enum dxil_attr_kind attr) dxil_alloc_func_with_rettype() argument 246 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, const char *retval_type_descr, const char *param_descr, enum dxil_attr_kind attr) dxil_alloc_func() argument [all...] |
H A D | dxil_function.h | 74 const char *retval_type_descr, const char *param_descr, enum dxil_attr_kind attr); 81 const struct dxil_type *retval_type, const char *param_descr,
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 31 param_descr: str = '' 40 if param_descr: 41 adverb = param_descr + ' ' + adverb 66 param_descr: str = '', 96 param_descr=param_descr, 110 param_descr=param_descr, 132 kt, param_descr='type') 134 kt, 0, param_descr [all...] |
Completed in 3 milliseconds