Searched refs:res_bld (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 828 struct lp_build_context *res_bld; in emit_load_global() local 831 res_bld = get_int_bld(bld_base, true, bit_size); in emit_load_global() 843 outval[c] = lp_build_broadcast_scalar(res_bld, scalar); in emit_load_global() 849 LLVMValueRef result = lp_build_alloca(gallivm, res_bld->vec_type, ""); in emit_load_global() 865 temp_res = LLVMBuildLoad2(builder, res_bld->vec_type, result, ""); in emit_load_global() 871 outval[c] = LLVMBuildLoad2(builder, res_bld->vec_type, result, ""); in emit_load_global()
|
Completed in 6 milliseconds