Searched refs:elem_bits (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_surface_modifier_test.c | 49 block_count(unsigned w, unsigned h, unsigned elem_bits, unsigned block_bits, in block_count() argument 52 unsigned align_bits = block_bits - elem_bits; in block_count() 212 unsigned elem_bits = util_logbase2(util_format_get_blocksize(format)); in test_modifier() local 265 elem_bits, 16, &aligned_pitch, in test_modifier() 283 elem_bits, 20, &dcc_pitch, in test_modifier() 321 elem_bits, block_bits, in test_modifier()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_vector.c | 48 static const GLubyte elem_bits[4] = { in _mesa_vector4f_clean_elem() local 62 vec->flags &= ~elem_bits[elt]; in _mesa_vector4f_clean_elem()
|