Home
last modified time | relevance | path

Searched refs:nir_function_create (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_builder.h56 nir_function *func = nir_function_create(build->shader, "main"); in nir_builder_init_simple_shader()
Dnir_clone.c714 nir_function *nfxn = nir_function_create(ns, fxn->name); in clone_function()
Dnir_serialize.c1083 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function()
Dnir.h1990 nir_function *nir_function_create(nir_shader *shader, const char *name);
Dnir.c196 nir_function_create(nir_shader *shader, const char *name) in nir_function_create() function
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c65 nir_function_create(b->shader, ralloc_strdup(b->shader, val->name)); in vtn_cfg_handle_prepass_instruction()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp479 nir_function *func = nir_function_create(shader, ir->function_name()); in create_function()