Searched refs:is_entrypoint (Results 1 – 18 of 18) sorted by relevance
114 if ((modes & ~nir_var_function_temp) && function->is_entrypoint) { in nir_lower_variable_initializers()
729 nfxn->is_entrypoint = fxn->is_entrypoint; in clone_function()
1952 uint32_t flags = fxn->is_entrypoint; in write_function()1997 fxn->is_entrypoint = flags & 0x1; in read_function()
3197 bool is_entrypoint; member3593 if (function->is_entrypoint) { in nir_shader_get_entrypoint()
64 func->is_entrypoint = true; in nir_builder_init_simple_shader()
275 func->is_entrypoint = false; in nir_function_create()
158 if (function->is_entrypoint) in v3d_nir_lower_line_smooth()
233 if (!function->impl || !function->is_entrypoint) in ir3_nir_lower_tex_prefetch()
150 fn->is_entrypoint = true; in panfrost_create_blend_shader()
294 if (!func->is_entrypoint) in _mesa_spirv_to_nir()
431 if (!func->is_entrypoint)
138 if (!func->is_entrypoint) in tu_spirv_to_nir()
549 if (!func->is_entrypoint) in lvp_shader_compile_to_ir()
516 if (func->is_entrypoint) in radv_shader_compile_to_nir()
268 if (!func->is_entrypoint) in anv_shader_compile_to_nir()
517 if (func->is_entrypoint) in shader_module_compile_to_nir()
701 func->is_entrypoint = true; in create_function()
5855 entry_point->is_entrypoint = true; in spirv_to_nir()