Home
last modified time | relevance | path

Searched refs:func_def (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c101 struct dxil_func_def *func_def; in dxil_dump_module() local
102 LIST_FOR_EACH_ENTRY(func_def, &m->func_def_list, head) { in dxil_dump_module()
103 dump_instrs(d, &func_def->instr_list); in dxil_dump_module()
H A Ddxil_module.c3403 struct dxil_func_def *func_def; in assign_values() local
3404 LIST_FOR_EACH_ENTRY(func_def, &m->func_def_list, head) { in assign_values()
3407 LIST_FOR_EACH_ENTRY(instr, &func_def->instr_list, head) { in assign_values()
H A Dnir_to_dxil.c5331 struct dxil_func_def *func_def = dxil_add_function_def(&ctx->mod, func->name, func_type, impl->num_blocks); in emit_function() local
5332 if (!func_def) in emit_function()
5336 ctx->main_func_def = func_def; in emit_function()
5338 ctx->tess_ctrl_patch_constant_func_def = func_def; in emit_function()

Completed in 15 milliseconds