Home
last modified time | relevance | path

Searched defs:elem_bits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface_modifier_test.c49 block_count(unsigned w, unsigned h, unsigned elem_bits, unsigned block_bits, in block_count()
262 unsigned elem_bits = util_logbase2(util_format_get_blocksize(format)); in test_modifier() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_large_constants.c278 uint32_t elem_bits = util_logbase2_64(u64_elem) + 1; in get_small_constant() local