Searched refs:print_channels (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_table.py | 123 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/ |
D | vk_format_table.py | 79 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/ |
D | u_format_pack.py | 62 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)
|
D | u_format_table.py | 206 u_format_pack.print_channels(format, do_channel_array) 207 u_format_pack.print_channels(format, do_swizzle_array)
|