Searched refs:float_bld (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h332 struct lp_build_context float_bld; member in struct:lp_build_sample_context
H A Dlp_bld_tgsi_soa.c1767 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_64bit_chan
1789 lp_exec_mask_store(&bld->exec_mask, float_bld, temp, chan_ptr);
1790 lp_exec_mask_store(&bld->exec_mask, float_bld, temp2, chan_ptr2);
1808 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_chan
1821 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, "");
1822 value = lp_build_clamp_zero_one_nanzero(float_bld, value);
1848 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, "");
1877 lp_exec_mask_store(&bld->exec_mask, float_bld, value, out_ptr);
1884 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, "");
1917 lp_exec_mask_store(&bld->exec_mask, float_bld, valu
[all...]
H A Dlp_bld_sample.c220 struct lp_build_context *float_bld = &bld->float_bld; local in function:lp_build_rho
513 rho = lp_build_max(float_bld, rho_s, rho_t);
517 rho = lp_build_max(float_bld, rho, rho_r);
H A Dlp_bld_sample_soa.c2141 last_level = lp_build_int_to_float(&bld->float_bld, last_level);
2998 lp_build_context_init(&bld.float_bld, gallivm, bld.float_type);
3279 lp_build_context_init(&bld4.float_bld, gallivm, bld4.float_type);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1644 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_64bit_chan
1666 lp_exec_mask_store(&bld->exec_mask, float_bld, temp, chan_ptr);
1667 lp_exec_mask_store(&bld->exec_mask, float_bld, temp2, chan_ptr2);
1682 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_output
1685 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, "");
1705 assert(LLVMTypeOf(value) == float_bld->vec_type);
1715 lp_exec_mask_store(&bld->exec_mask, float_bld, value, out_ptr);
1790 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_temp
1794 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, "");
1827 lp_exec_mask_store(&bld->exec_mask, float_bld, valu
1867 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_chan
[all...]
H A Dlp_bld_sample.h385 struct lp_build_context float_bld; member in struct:lp_build_sample_context
H A Dlp_bld_sample.c345 struct lp_build_context *float_bld = &bld->float_bld; local in function:lp_build_rho
638 rho = lp_build_max(float_bld, rho_s, rho_t);
642 rho = lp_build_max(float_bld, rho, rho_r);
H A Dlp_bld_nir_soa.c143 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_64bit_chan
148 lp_exec_mask_store(&bld->exec_mask, float_bld, split_vals[0], chan_ptr);
149 lp_exec_mask_store(&bld->exec_mask, float_bld, split_vals[1], chan_ptr2);
520 struct lp_build_context *float_bld = &bld_base->base; local in function:emit_store_chan
532 dst = LLVMBuildBitCast(builder, dst, float_bld->vec_type, "");
533 lp_exec_mask_store(&bld->exec_mask, float_bld, dst,
H A Dlp_bld_sample_soa.c2609 last_level = lp_build_int_to_float(&bld->float_bld, last_level);
3513 lp_build_context_init(&bld.float_bld, gallivm, bld.float_type);
3800 lp_build_context_init(&bld4.float_bld, gallivm, bld4.float_type);

Completed in 34 milliseconds