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 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/astc-encoder/Source/ |
H A D | astcenc_integer_sequence.cpp | 682 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 D | lp_bld_sample.c | 2085 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