Home
last modified time | relevance | path

Searched defs:block_shift (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/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
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/
Dastcenc_integer_sequence.cpp689 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 Dagg_path_storage.h26 block_shift = 8, enumerator
H A Dagg_array.h164 block_shift = S, enumerator
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c2139 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); in lp_build_sample_partial_offset() local