Searched refs:block_shift (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 2009 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); local in function:lp_build_sample_partial_offset 2012 coord = LLVMBuildLShr(builder, coord, block_shift, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 2083 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); local in function:lp_build_sample_partial_offset 2086 coord = LLVMBuildLShr(builder, coord, block_shift, "");
|
Completed in 8 milliseconds