Searched refs:overflow_mask (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 930 LLVMValueRef overflow_mask, 945 * overflow_mask is a vector telling us which channels 953 if (overflow_mask) { 963 indexes = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes); 965 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); 996 if (overflow_mask) { 999 overflow_mask = LLVMBuildSExt(builder, overflow_mask, 1001 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, 1004 res = lp_build_select(bld, overflow_mask, bl 927 build_gather(struct lp_build_tgsi_context * bld_base,LLVMValueRef base_ptr,LLVMValueRef indexes,LLVMValueRef overflow_mask,LLVMValueRef indexes2) argument 1224 LLVMValueRef overflow_mask; local in function:emit_fetch_constant [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir_soa.c | 191 LLVMValueRef overflow_mask, 205 * overflow_mask is a vector telling us which channels 213 if (overflow_mask) { 223 indexes = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes); 225 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); 256 if (overflow_mask) { 259 overflow_mask = LLVMBuildSExt(builder, overflow_mask, 261 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, 264 res = lp_build_select(bld, overflow_mask, bl 187 build_gather(struct lp_build_nir_context * bld_base,struct lp_build_context * bld,LLVMValueRef base_ptr,LLVMValueRef indexes,LLVMValueRef overflow_mask,LLVMValueRef indexes2) argument 1011 LLVMValueRef overflow_mask; local in function:emit_load_ubo [all...] |
| H A D | lp_bld_tgsi_soa.c | 541 LLVMValueRef overflow_mask, 556 * overflow_mask is a vector telling us which channels 564 if (overflow_mask) { 574 indexes = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes); 576 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); 607 if (overflow_mask) { 610 overflow_mask = LLVMBuildSExt(builder, overflow_mask, 612 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, 615 res = lp_build_select(bld, overflow_mask, bl 538 build_gather(struct lp_build_tgsi_context * bld_base,LLVMValueRef base_ptr,LLVMValueRef indexes,LLVMValueRef overflow_mask,LLVMValueRef indexes2) argument 835 LLVMValueRef overflow_mask; local in function:emit_fetch_constant 3468 LLVMValueRef overflow_mask; local in function:load_emit [all...] |
Completed in 10 milliseconds