Searched refs:temp_res (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 864 LLVMValueRef temp_res; in emit_load_global() local 865 temp_res = LLVMBuildLoad2(builder, res_bld->vec_type, result, ""); in emit_load_global() 866 temp_res = LLVMBuildInsertElement(builder, temp_res, value_ptr, loop_state.counter, ""); in emit_load_global() 867 LLVMBuildStore(builder, temp_res, result); in emit_load_global() 953 LLVMValueRef cond, temp_res; in emit_atomic_global() local 1010 temp_res = LLVMBuildLoad2(builder, LLVMTypeOf(val), atom_res, ""); in emit_atomic_global() 1011 temp_res = LLVMBuildInsertElement(builder, temp_res, scalar, loop_state.counter, ""); in emit_atomic_global() 1012 LLVMBuildStore(builder, temp_res, atom_res); in emit_atomic_global() 1014 temp_res = LLVMBuildLoad2(builder, LLVMTypeOf(val), atom_res, ""); in emit_atomic_global() 1029 temp_res = LLVMBuildInsertElement(builder, temp_res, zero_val, loop_state.counter, ""); in emit_atomic_global() [all …]
|
D | lp_bld_tgsi_soa.c | 3533 LLVMValueRef cond, temp_res; in load_emit() local 3544 temp_res = LLVMBuildLoad(builder, result, ""); in load_emit() 3545 temp_res = LLVMBuildInsertElement(builder, temp_res, scalar, loop_state.counter, ""); in load_emit() 3546 LLVMBuildStore(builder, temp_res, result); in load_emit() 3548 temp_res = LLVMBuildLoad(builder, result, ""); in load_emit() 3549 …temp_res = LLVMBuildInsertElement(builder, temp_res, lp_build_const_int32(gallivm, 0), loop_state.… in load_emit() 3550 LLVMBuildStore(builder, temp_res, result); in load_emit() 3857 LLVMValueRef cond, temp_res; in atomic_emit() local 3880 temp_res = LLVMBuildLoad(builder, atom_res, ""); in atomic_emit() 3881 temp_res = LLVMBuildInsertElement(builder, temp_res, scalar, loop_state.counter, ""); in atomic_emit() [all …]
|
D | lp_bld_sample_soa.c | 4634 LLVMValueRef temp_res = in lp_build_do_atomic_soa() local 4636 temp_res = LLVMBuildInsertElement(gallivm->builder, temp_res, data, in lp_build_do_atomic_soa() 4638 LLVMBuildStore(gallivm->builder, temp_res, atom_res); in lp_build_do_atomic_soa()
|