Searched refs:has_channel (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | format_info.py | 34 elif fmat.has_channel('r'): 35 if fmat.has_channel('g'): 36 if fmat.has_channel('b'): 37 if fmat.has_channel('a'): 45 elif fmat.has_channel('l'): 46 if fmat.has_channel('a'): 50 elif fmat.has_channel('a') and fmat.num_channels() == 1: 52 elif fmat.has_channel('z'): 53 if fmat.has_channel('s'): 57 elif fmat.has_channel('s'): [all …]
|
D | format_fallback.py | 73 if not fmt.has_channel('r') or not fmt.has_channel('x'):
|
D | format_parser.py | 446 def has_channel(self, name): member in Format
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 243 def has_channel(self, id): member in Format 247 return self.colorspace == ZS and self.has_channel(0) 250 return self.colorspace == ZS and self.has_channel(1)
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format_parse.py | 247 def has_channel(self, id): member in Format 251 return self.colorspace == ZS and self.has_channel(0) 254 return self.colorspace == ZS and self.has_channel(1)
|
/external/mesa3d/src/util/format/ |
D | u_format_parse.py | 264 def has_channel(self, id): member in Format 268 return self.colorspace == ZS and self.has_channel(0) 271 return self.colorspace == ZS and self.has_channel(1)
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 255 def has_channel(self, id): member in Format 259 return self.colorspace == ZS and self.has_channel(0) 262 return self.colorspace == ZS and self.has_channel(1)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 3574 static int has_channel(struct wpa_global *global, in has_channel() function 3644 res = has_channel(wpa_s->global, mode, adj_chan, &flags); in wpas_p2p_verify_80mhz() 3704 res = has_channel(wpa_s->global, mode, adj_chan, &flags); in wpas_p2p_verify_160mhz() 3754 res2 = res = has_channel(wpa_s->global, mode, channel, &flag); in wpas_p2p_verify_channel() 3758 res2 = has_channel(wpa_s->global, mode, channel - 4, NULL); in wpas_p2p_verify_channel() 3762 res2 = has_channel(wpa_s->global, mode, channel + 4, NULL); in wpas_p2p_verify_channel()
|