Searched refs:nir_func (Results 1 – 3 of 3) sorted by relevance
121 vtn_callee->nir_func); in vtn_handle_function_call()229 b->func->nir_func = func; in vtn_cfg_handle_prepass_instruction()258 b->func->nir_func->impl = NULL; in vtn_cfg_handle_prepass_instruction()268 vtn_assert(b->func_param_idx < b->func->nir_func->num_params); in vtn_cfg_handle_prepass_instruction()1280 exec_list_push_tail(&func->nir_func->impl->body, &n->cf_node.node); in vtn_new_unstructured_block()1281 n->cf_node.parent = &func->nir_func->impl->cf_node; in vtn_new_unstructured_block()1304 func->start_block->block = nir_start_block(func->nir_func->impl); in vtn_emit_cf_func_unstructured()1387 nir_goto(&b->nb, b->func->nir_func->impl->end_block); in vtn_emit_cf_func_unstructured()1395 nir_goto(&b->nb, b->func->nir_func->impl->end_block); in vtn_emit_cf_func_unstructured()1415 nir_function_impl *impl = func->nir_func->impl; in vtn_function_emit()[all …]
270 nir_function *nir_func; member
6381 vtn_assert(entry_point == b->entry_point->func->nir_func); in vtn_emit_kernel_entry_point_wrapper()6579 nir_function *entry_point = b->entry_point->func->nir_func; in spirv_to_nir()