Home
last modified time | relevance | path

Searched refs:print_channels (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format_table.py79 def print_channels(format, func): function
140 print_channels(format, do_channel_array)
141 print_channels(format, do_swizzle_array)
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py53 def print_channels(format, func): function
121 print_channels(format, generate_bitfields)
123 print_channels(format, generate_full_fields)
537 print_channels(format, unpack_from_bitmask)
539 print_channels(format, unpack_from_union)
609 print_channels(format, pack_into_bitmask)
611 print_channels(format, pack_into_union)
Du_format_table.py138 u_format_pack.print_channels(format, do_channel_array)
139 u_format_pack.print_channels(format, do_swizzle_array)