Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c70 bool bit8 = (desc->channel[c].size == 8); in pan_unpacked_type_for_format() local
78 return bit8 ? nir_type_uint8 : in pan_unpacked_type_for_format()
81 return bit8 ? nir_type_int8 : in pan_unpacked_type_for_format()