Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_table.py123 def print_channels(format, func): function
145 print_channels(format, do_channel_array)
146 print_channels(format, do_swizzle_array)
/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/util/format/
Du_format_pack.py62 def print_channels(format, func): function
131 print_channels(format, generate_bitfields)
133 print_channels(format, generate_full_fields)
544 print_channels(format, unpack_from_bitmask)
546 print_channels(format, unpack_from_struct)
616 print_channels(format, pack_into_bitmask)
618 print_channels(format, pack_into_struct)
Du_format_table.py206 u_format_pack.print_channels(format, do_channel_array)
207 u_format_pack.print_channels(format, do_swizzle_array)