Searched refs:CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.c | 1377 #define CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS, NR_VAR) \ in util_format_get_array() macro 1394 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS1, NR_VAR) \ in util_format_get_array() 1395 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS2, NR_VAR) \ in util_format_get_array() 1396 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS3, NR_VAR) \ in util_format_get_array() 1403 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS1, NR_VAR) \ in util_format_get_array() 1404 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS2, NR_VAR) \ in util_format_get_array() 1405 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS3, NR_VAR) \ in util_format_get_array() 1406 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS4, NR_VAR) \ in util_format_get_array() 1432 #undef CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4 in util_format_get_array()
|