Home
last modified time | relevance | path

Searched refs:ret_tmp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c592 nir_variable *ret_tmp = in lower_doubles_instr_to_soft() local
594 nir_deref_instr *ret_deref = nir_build_deref_var(b, ret_tmp); in lower_doubles_instr_to_soft()
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_debug.c1343 int ret = MV_OK, ret_tmp; in run_xsb_test() local
1363 ret_tmp = in run_xsb_test()
1369 ret = (ret != MV_OK) ? ret : ret_tmp; in run_xsb_test()
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c192 nir_variable *ret_tmp = nir_local_variable_create(b->nb.impl, in call_mangled_function() local
195 ret_deref = nir_build_deref_var(&b->nb, ret_tmp); in call_mangled_function()
Dvtn_cfg.c128 nir_variable *ret_tmp = in vtn_handle_function_call() local
132 ret_deref = nir_build_deref_var(&b->nb, ret_tmp); in vtn_handle_function_call()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1635 nir_variable *ret_tmp = in visit() local
1638 ret_deref = nir_build_deref_var(&b, ret_tmp); in visit()