Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1644 struct lp_build_context *float_bld = &bld_base->base; in emit_store_64bit_chan() local
1666 lp_exec_mask_store(&bld->exec_mask, float_bld, temp, chan_ptr); in emit_store_64bit_chan()
1667 lp_exec_mask_store(&bld->exec_mask, float_bld, temp2, chan_ptr2); in emit_store_64bit_chan()
1682 struct lp_build_context *float_bld = &bld_base->base; in emit_store_output() local
1685 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_output()
1705 assert(LLVMTypeOf(value) == float_bld->vec_type); in emit_store_output()
1715 lp_exec_mask_store(&bld->exec_mask, float_bld, value, out_ptr); in emit_store_output()
1790 struct lp_build_context *float_bld = &bld_base->base; in emit_store_temp() local
1794 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_temp()
1827 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr); in emit_store_temp()
[all …]
Dlp_bld_sample.h379 struct lp_build_context float_bld; member
Dlp_bld_nir_soa.c143 struct lp_build_context *float_bld = &bld_base->base; in emit_store_64bit_chan() local
148 lp_exec_mask_store(&bld->exec_mask, float_bld, split_vals[0], chan_ptr); in emit_store_64bit_chan()
149 lp_exec_mask_store(&bld->exec_mask, float_bld, split_vals[1], chan_ptr2); in emit_store_64bit_chan()
519 struct lp_build_context *float_bld = &bld_base->base; in emit_store_chan() local
531 dst = LLVMBuildBitCast(builder, dst, float_bld->vec_type, ""); in emit_store_chan()
532 lp_exec_mask_store(&bld->exec_mask, float_bld, dst, in emit_store_chan()
Dlp_bld_sample.c255 struct lp_build_context *float_bld = &bld->float_bld; in lp_build_rho() local
548 rho = lp_build_max(float_bld, rho_s, rho_t); in lp_build_rho()
552 rho = lp_build_max(float_bld, rho, rho_r); in lp_build_rho()
Dlp_bld_sample_soa.c2166 last_level = lp_build_int_to_float(&bld->float_bld, last_level); in lp_build_sample_common()
3055 lp_build_context_init(&bld.float_bld, gallivm, bld.float_type); in lp_build_sample_soa_code()
3340 lp_build_context_init(&bld4.float_bld, gallivm, bld4.float_type); in lp_build_sample_soa_code()