Lines Matching defs:name
302 const struct glsl_type *type, const char *name)
305 var->name = ralloc_strdup(var, name);
327 const struct glsl_type *type, const char *name)
330 var->name = ralloc_strdup(var, name);
414 nir_function_create(nir_shader *shader, const char *name)
420 func->name = ralloc_strdup(func, name);
1735 /* note: does *not* take ownership of 'name' */
1760 /* note: does *not* take ownership of 'name' */
1764 const char *name)