Searched refs:nir_function_create (Results 1 – 13 of 13) sorted by relevance
| /third_party/mesa3d/src/compiler/spirv/ |
| D | nir_load_libclc.c | 269 nir_function *gfunc = nir_function_create(shader, generic_name); in libclc_add_generic_variants()
|
| D | vtn_opencl.c | 161 nir_function *decl = nir_function_create(b->shader, mname); in mangle_and_find()
|
| D | vtn_cfg.c | 201 nir_function_create(b->shader, ralloc_strdup(b->shader, val->name)); in vtn_cfg_handle_prepass_instruction()
|
| D | spirv_to_nir.c | 6388 nir_function *main_entry_point = nir_function_create(b->shader, func_name); in vtn_emit_kernel_entry_point_wrapper()
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_nir_tess.c | 183 *patch_const_func = nir_function_create(nir, "PatchConstantFunc"); in dxil_nir_split_tess_ctrl()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opt_preamble.c | 43 nir_function *preamble = nir_function_create(shader, "@preamble"); in nir_shader_get_preamble()
|
| D | nir_builder.c | 53 nir_function *func = nir_function_create(b.shader, "main"); in nir_builder_init_simple_shader()
|
| D | nir_clone.c | 726 nir_function *nfxn = nir_function_create(ns, fxn->name); in clone_function()
|
| D | nir_serialize.c | 2048 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function()
|
| D | nir.c | 414 nir_function_create(nir_shader *shader, const char *name) in nir_function_create() function
|
| D | nir.h | 3811 nir_function *nir_function_create(nir_shader *shader, const char *name);
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | glsl_to_nir.cpp | 738 nir_function *func = nir_function_create(shader, ir->function_name()); in create_function()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_compiler.c | 3331 nir_function *fn = nir_function_create(nir, "main"); in zink_shader_tcs_create()
|