Home
last modified time | relevance | path

Searched refs:block_shift (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp267 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/
Dtommath.hpp304 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/
Dlp_bld_sample.c2083 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()