Searched refs:nir_function_create (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_clone.c | 709 nir_function *nfxn = nir_function_create(ns, fxn->name); in clone_function()
|
D | nir_builder.h | 73 nir_function *func = nir_function_create(b.shader, "main"); in nir_builder_init_simple_shader()
|
D | nir_serialize.c | 1977 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function()
|
D | nir.c | 327 nir_function_create(nir_shader *shader, const char *name) in nir_function_create() function
|
D | nir.h | 3931 nir_function *nir_function_create(nir_shader *shader, const char *name);
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 160 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 | 6105 nir_function *main_entry_point = nir_function_create(b->shader, func_name); in vtn_emit_kernel_entry_point_wrapper()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1558 nir_function *fn = nir_function_create(nir, "main"); in zink_shader_tcs_create()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 701 nir_function *func = nir_function_create(shader, ir->function_name()); in create_function()
|