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/
H A 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/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp682 static const uint8_t block_shift[5] { 0, 2, 4, 5, 7 }; in decode_ise()
687 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
695 static const uint8_t block_shift[3] { 0, 3, 5 }; in decode_ise()
700 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c2085 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); in lp_build_sample_partial_offset() local
2088 coord = LLVMBuildLShr(builder, coord, block_shift, ""); in lp_build_sample_partial_offset()

Completed in 6 milliseconds