Searched refs:block_shift (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_integer_sequence.cpp | 267 static const int block_shift[5] = { 0, 2, 4, 5, 7 }; in decode_ise() local 272 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise() 280 static const int block_shift[3] = { 0, 3, 5 }; in decode_ise() local 285 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
|
/third_party/boost/boost/multiprecision/ |
D | tommath.hpp | 304 unsigned block_shift = shift * block_count; in operator =() local 328 block_shift = (i + 1) * shift; in operator =() 332 detail::check_tommath_result(mp_mul_2d(&data(), block_shift, &data())); in operator =()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 2083 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); in lp_build_sample_partial_offset() local 2086 coord = LLVMBuildLShr(builder, coord, block_shift, ""); in lp_build_sample_partial_offset()
|