Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dnir_load_libclc.c277 nir_function *gfunc = nir_function_create(shader, generic_name); in libclc_add_generic_variants()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_tess.c191 *patch_const_func = nir_function_create(nir, "PatchConstantFunc"); in dxil_nir_split_tess_ctrl()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_preamble.c43 nir_function *preamble = nir_function_create(shader, "@preamble"); in nir_shader_get_preamble()
H A Dnir_builder.c44 nir_function *func = nir_function_create(b.shader, "main"); in nir_builder_init_simple_shader()
H A Dnir_clone.c688 nir_function *nfxn = nir_function_create(ns, fxn->name); in nir_function_clone()
H A Dnir_serialize.c2001 nir_function *fxn = nir_function_create(ctx->nir, name); in read_function()
H A Dnir.c490 nir_function_create(nir_shader *shader, const char *name) in nir_function_create() function
H A Dnir.h4593 nir_function *nir_function_create(nir_shader *shader, const char *name);
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c268 nir_function_create(b->shader, ralloc_strdup(b->shader, val->name)); in vtn_cfg_handle_prepass_instruction()
H A Dvtn_opencl.c152 nir_function *decl = nir_function_create(b->shader, mname); in mangle_and_find()
H A Dspirv_to_nir.c6771 nir_function *main_entry_point = nir_function_create(b->shader, func_name); in vtn_emit_kernel_entry_point_wrapper()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_ray_tracing_pipeline.c402 function = nir_function_create( in lvp_call_ray_tracing_stage()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp622 nir_function *func = nir_function_create(shader, ir->function_name()); in create_function()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c6714 nir_function *fn = nir_function_create(nir, "main"); in zink_shader_tcs_create()