Searched refs:float_bld (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1710 struct lp_build_context *float_bld = &bld_base->base; in emit_store_64bit_chan() local 1732 lp_exec_mask_store(&bld->exec_mask, float_bld, temp, chan_ptr); in emit_store_64bit_chan() 1733 lp_exec_mask_store(&bld->exec_mask, float_bld, temp2, chan_ptr2); in emit_store_64bit_chan() 1751 struct lp_build_context *float_bld = &bld_base->base; in emit_store_chan() local 1764 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_chan() 1765 value = lp_build_clamp_zero_one_nanzero(float_bld, value); in emit_store_chan() 1790 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_chan() 1819 lp_exec_mask_store(&bld->exec_mask, float_bld, value, out_ptr); in emit_store_chan() 1826 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); in emit_store_chan() 1859 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr); in emit_store_chan()
|
D | lp_bld_sample.h | 332 struct lp_build_context float_bld; member
|
D | lp_bld_sample.c | 220 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()
|
D | lp_bld_sample_soa.c | 2141 last_level = lp_build_int_to_float(&bld->float_bld, last_level); in lp_build_sample_common() 2998 lp_build_context_init(&bld.float_bld, gallivm, bld.float_type); in lp_build_sample_soa_code() 3274 lp_build_context_init(&bld4.float_bld, gallivm, bld4.float_type); in lp_build_sample_soa_code()
|