Home
last modified time | relevance | path

Searched refs:nir_func (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c121 vtn_callee->nir_func); in vtn_handle_function_call()
203 b->func->nir_func = func; in vtn_cfg_handle_prepass_instruction()
227 b->func->nir_func->impl = NULL; in vtn_cfg_handle_prepass_instruction()
233 vtn_assert(b->func_param_idx < b->func->nir_func->num_params); in vtn_cfg_handle_prepass_instruction()
1237 exec_list_push_tail(&func->nir_func->impl->body, &n->cf_node.node); in vtn_new_unstructured_block()
1238 n->cf_node.parent = &func->nir_func->impl->cf_node; in vtn_new_unstructured_block()
1261 func->start_block->block = nir_start_block(func->nir_func->impl); in vtn_emit_cf_func_unstructured()
1344 nir_goto(&b->nb, b->func->nir_func->impl->end_block); in vtn_emit_cf_func_unstructured()
1352 nir_goto(&b->nb, b->func->nir_func->impl->end_block); in vtn_emit_cf_func_unstructured()
1372 nir_function_impl *impl = func->nir_func->impl; in vtn_function_emit()
[all …]
Dvtn_private.h270 nir_function *nir_func; member
Dvtn_opencl.c814 nir_variable *var = nir_local_variable_create(b->func->nir_func->impl, in handle_printf()
Dspirv_to_nir.c6098 vtn_assert(entry_point == b->entry_point->func->nir_func); in vtn_emit_kernel_entry_point_wrapper()
6292 nir_function *entry_point = b->entry_point->func->nir_func; in spirv_to_nir()