Searched defs:block_shift (Results 1 – 4 of 4) sorted by relevance
/external/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 280 static const int block_shift[3] = { 0, 3, 5 }; in decode_ise() local
|
/external/pdfium/third_party/agg23/ |
D | agg_path_storage.h | 26 block_shift = 8, enumerator
|
D | agg_array.h | 164 block_shift = S, enumerator
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 2139 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); in lp_build_sample_partial_offset() local
|