Searched refs:nir_function_create (Results  1 – 10 of 10) sorted by relevance
| /external/mesa3d/src/gallium/drivers/panfrost/ | 
| D | pan_blend_shaders.c | 149         nir_function *fn = nir_function_create(shader, "main");  in panfrost_create_blend_shader()
  | 
| /external/mesa3d/src/compiler/nir/ | 
| D | nir_clone.c | 719    nir_function *nfxn = nir_function_create(ns, fxn->name);  in clone_function()
  | 
| D | nir_builder.h | 63    nir_function *func = nir_function_create(build->shader, "main");  in nir_builder_init_simple_shader()
  | 
| D | nir.c | 264 nir_function_create(nir_shader *shader, const char *name)  in nir_function_create()  function
  | 
| D | nir_serialize.c | 1985    nir_function *fxn = nir_function_create(ctx->nir, name);  in read_function()
  | 
| D | nir.h | 3667 nir_function *nir_function_create(nir_shader *shader, const char *name);
  | 
| /external/mesa3d/src/compiler/spirv/ | 
| D | vtn_opencl.c | 159          nir_function *decl = nir_function_create(b->shader, mname);  in mangle_and_find()
  | 
| D | vtn_cfg.c | 175          nir_function_create(b->shader, ralloc_strdup(b->shader, val->name));  in vtn_cfg_handle_prepass_instruction()
  | 
| D | spirv_to_nir.c | 5663    nir_function *main_entry_point = nir_function_create(b->shader, func_name);  in vtn_emit_kernel_entry_point_wrapper()
  | 
| /external/mesa3d/src/compiler/glsl/ | 
| D | glsl_to_nir.cpp | 699    nir_function *func = nir_function_create(shader, ir->function_name());  in create_function()
  |