Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_info.py34 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 …]
Dformat_fallback.py73 if not fmt.has_channel('r') or not fmt.has_channel('x'):
Dformat_parser.py446 def has_channel(self, name): member in Format
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_parse.py243 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/
Dvk_format_parse.py247 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/
Du_format_parse.py264 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/
Dvk_format_parse.py255 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/
Dp2p_supplicant.c3574 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()