Searched refs:temp_res (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 806 LLVMValueRef temp_res; in emit_load_global() local 807 temp_res = LLVMBuildLoad(builder, result, ""); in emit_load_global() 808 temp_res = LLVMBuildInsertElement(builder, temp_res, value_ptr, loop_state.counter, ""); in emit_load_global() 809 LLVMBuildStore(builder, temp_res, result); in emit_load_global() 894 LLVMValueRef cond, temp_res; in emit_atomic_global() local 949 temp_res = LLVMBuildLoad(builder, atom_res, ""); in emit_atomic_global() 950 temp_res = LLVMBuildInsertElement(builder, temp_res, scalar, loop_state.counter, ""); in emit_atomic_global() 951 LLVMBuildStore(builder, temp_res, atom_res); in emit_atomic_global() 953 temp_res = LLVMBuildLoad(builder, atom_res, ""); in emit_atomic_global() 954 …temp_res = LLVMBuildInsertElement(builder, temp_res, lp_build_const_int32(gallivm, 0), loop_state.… in emit_atomic_global() [all …]
|
D | lp_bld_tgsi_soa.c | 3526 LLVMValueRef cond, temp_res; in load_emit() local 3537 temp_res = LLVMBuildLoad(builder, result, ""); in load_emit() 3538 temp_res = LLVMBuildInsertElement(builder, temp_res, scalar, loop_state.counter, ""); in load_emit() 3539 LLVMBuildStore(builder, temp_res, result); in load_emit() 3541 temp_res = LLVMBuildLoad(builder, result, ""); in load_emit() 3542 …temp_res = LLVMBuildInsertElement(builder, temp_res, lp_build_const_int32(gallivm, 0), loop_state.… in load_emit() 3543 LLVMBuildStore(builder, temp_res, result); in load_emit() 3850 LLVMValueRef cond, temp_res; in atomic_emit() local 3873 temp_res = LLVMBuildLoad(builder, atom_res, ""); in atomic_emit() 3874 temp_res = LLVMBuildInsertElement(builder, temp_res, scalar, loop_state.counter, ""); in atomic_emit() [all …]
|
D | lp_bld_sample_soa.c | 4108 LLVMValueRef temp_res = LLVMBuildLoad(gallivm->builder, atom_res, ""); in lp_build_do_atomic_soa() local 4109 temp_res = LLVMBuildInsertElement(gallivm->builder, temp_res, data, loop_state.counter, ""); in lp_build_do_atomic_soa() 4110 LLVMBuildStore(gallivm->builder, temp_res, atom_res); in lp_build_do_atomic_soa()
|