Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1649 struct lp_build_context *float_bld = &bld_base->base; in emit_store_64bit_chan() local
1671 lp_exec_mask_store(&bld->exec_mask, float_bld, temp, chan_ptr); in emit_store_64bit_chan()
1672 lp_exec_mask_store(&bld->exec_mask, float_bld, temp2, chan_ptr2); in emit_store_64bit_chan()
1687 struct lp_build_context *float_bld = &bld_base->base; in emit_store_output() local
1690 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_output()
1710 assert(LLVMTypeOf(value) == float_bld->vec_type); in emit_store_output()
1720 lp_exec_mask_store(&bld->exec_mask, float_bld, value, out_ptr); in emit_store_output()
1795 struct lp_build_context *float_bld = &bld_base->base; in emit_store_temp() local
1799 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_temp()
1832 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr); in emit_store_temp()
[all …]
Dlp_bld_sample.c349 struct lp_build_context *float_bld = &bld->float_bld; in lp_build_rho() local
646 rho = lp_build_max(float_bld, rho_s, rho_t); in lp_build_rho()
650 rho = lp_build_max(float_bld, rho, rho_r); in lp_build_rho()
Dlp_bld_sample.h390 struct lp_build_context float_bld; member
Dlp_bld_nir_soa.c179 struct lp_build_context *float_bld = &bld_base->base; in emit_store_64bit_chan() local
184 lp_exec_mask_store(&bld->exec_mask, float_bld, split_vals[0], chan_ptr); in emit_store_64bit_chan()
185 lp_exec_mask_store(&bld->exec_mask, float_bld, split_vals[1], chan_ptr2); in emit_store_64bit_chan()
556 struct lp_build_context *float_bld = &bld_base->base; in emit_store_chan() local
568 dst = LLVMBuildBitCast(builder, dst, float_bld->vec_type, ""); in emit_store_chan()
569 lp_exec_mask_store(&bld->exec_mask, float_bld, dst, in emit_store_chan()
Dlp_bld_sample_soa.c2635 last_level = lp_build_int_to_float(&bld->float_bld, last_level); in lp_build_sample_common()
3545 lp_build_context_init(&bld.float_bld, gallivm, bld.float_type); in lp_build_sample_soa_code()
3828 lp_build_context_init(&bld4.float_bld, gallivm, bld4.float_type); in lp_build_sample_soa_code()