Searched defs:block_shift (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/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 280 static const int block_shift[3] = { 0, 3, 5 }; in decode_ise() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 689 static const unsigned int block_shift[5] { 0, 2, 4, 5, 7 }; in decode_ise() local 702 static const unsigned int block_shift[3] { 0, 3, 5 }; in decode_ise() local
|
/aosp_15_r20/external/pdfium/third_party/agg23/ |
H A D | agg_path_storage.h | 26 block_shift = 8, enumerator
|
H A D | agg_array.h | 164 block_shift = S, enumerator
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A 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
|