Home
last modified time | relevance | path

Searched refs:func_param_idx (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c239 b->func_param_idx = 0; in vtn_cfg_handle_prepass_instruction()
243 b->func_param_idx++; 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()
271 vtn_ssa_value_load_function_param(b, value, &b->func_param_idx); in vtn_cfg_handle_prepass_instruction()
Dvtn_private.h738 unsigned func_param_idx; member
Dspirv_to_nir.c6392 b->func_param_idx = 0; in vtn_emit_kernel_entry_point_wrapper()