| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.h | 332 struct lp_build_context float_bld; member in struct:lp_build_sample_context
|
| lp_bld_sample.c | 220 struct lp_build_context *float_bld = &bld->float_bld; local 513 rho = lp_build_max(float_bld, rho_s, rho_t); 517 rho = lp_build_max(float_bld, rho, rho_r);
|
| lp_bld_tgsi_soa.c | 1767 struct lp_build_context *float_bld = &bld_base->base; local 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 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, value, temp_ptr) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_nir_soa.c | 143 struct lp_build_context *float_bld = &bld_base->base; local 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 532 dst = LLVMBuildBitCast(builder, dst, float_bld->vec_type, ""); 533 lp_exec_mask_store(&bld->exec_mask, float_bld, dst,
|
| lp_bld_sample.c | 345 struct lp_build_context *float_bld = &bld->float_bld; local 638 rho = lp_build_max(float_bld, rho_s, rho_t); 642 rho = lp_build_max(float_bld, rho, rho_r);
|
| lp_bld_sample.h | 385 struct lp_build_context float_bld; member in struct:lp_build_sample_context
|
| lp_bld_tgsi_soa.c | 1644 struct lp_build_context *float_bld = &bld_base->base; local 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 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 1794 value = LLVMBuildBitCast(builder, value, float_bld->vec_type, ""); 1827 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr) 1867 struct lp_build_context *float_bld = &bld_base->base; local [all...] |