Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/clc/
Dnir_load_libclc.c273 nir_function *gfunc = nir_function_create(shader, generic_name); in libclc_add_generic_variants()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir_tess.c193 *patch_const_func = nir_function_create(nir, "PatchConstantFunc"); in dxil_nir_split_tess_ctrl()
/external/mesa3d/src/asahi/lib/
Dagx_nir_lower_tess.c248 nir_function *vs_function = nir_function_create(tcs, "vertex"); in agx_nir_lower_tcs()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c194 nir_function_create(b->shader, ralloc_strdup(b->shader, val->name)); in vtn_cfg_handle_prepass_instruction()
Dvtn_opencl.c152 nir_function *decl = nir_function_create(b->shader, mname); in mangle_and_find()
Dspirv_to_nir.c6853 nir_function *main_entry_point = nir_function_create(b->shader, func_name); in vtn_emit_kernel_entry_point_wrapper()
/external/mesa3d/src/compiler/nir/
Dnir_builder.c44 nir_function *func = nir_function_create(b.shader, "main"); in nir_builder_init_simple_shader()
Dnir_opt_preamble.c43 nir_function *preamble = nir_function_create(shader, "@preamble"); in nir_shader_get_preamble()
Dnir_clone.c660 nir_function *nfxn = nir_function_create(ns, fxn->name); in nir_function_clone()
Dnir_serialize.c1926 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function()
Dnir.c490 nir_function_create(nir_shader *shader, const char *name) in nir_function_create() function
Dnir.h4276 nir_function *nir_function_create(nir_shader *shader, const char *name);
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp649 nir_function *func = nir_function_create(shader, ir->function_name()); in create_function()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c5860 nir_function *fn = nir_function_create(nir, "main"); in zink_shader_tcs_create()