Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1822 struct lp_build_context *float_bld = &bld_base->base; in emit_store_64bit_chan() local
1844 lp_exec_mask_store(&bld->exec_mask, float_bld, pred, temp, chan_ptr); in emit_store_64bit_chan()
1845 lp_exec_mask_store(&bld->exec_mask, float_bld, pred, temp2, chan_ptr2); in emit_store_64bit_chan()
1864 struct lp_build_context *float_bld = &bld_base->base; in emit_store_chan() local
1877 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_chan()
1878 value = lp_build_clamp_zero_one_nanzero(float_bld, value); in emit_store_chan()
1903 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_chan()
1932 lp_exec_mask_store(&bld->exec_mask, float_bld, pred, value, out_ptr); in emit_store_chan()
1939 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_chan()
1972 lp_exec_mask_store(&bld->exec_mask, float_bld, pred, value, temp_ptr); in emit_store_chan()
[all …]
Dlp_bld_sample.h326 struct lp_build_context float_bld; member
Dlp_bld_sample.c220 struct lp_build_context *float_bld = &bld->float_bld; in lp_build_rho() local
513 rho = lp_build_max(float_bld, rho_s, rho_t); in lp_build_rho()
517 rho = lp_build_max(float_bld, rho, rho_r); in lp_build_rho()
Dlp_bld_sample_soa.c2704 lp_build_context_init(&bld.float_bld, gallivm, bld.float_type); in lp_build_sample_soa_code()
2969 lp_build_context_init(&bld4.float_bld, gallivm, bld4.float_type); in lp_build_sample_soa_code()