HomeSort by relevance Sort by last modified time
    Searched refs:has_channel (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
format_info.py 33 elif fmat.has_channel('r'):
34 if fmat.has_channel('g'):
35 if fmat.has_channel('b'):
36 if fmat.has_channel('a'):
44 elif fmat.has_channel('l'):
45 if fmat.has_channel('a'):
49 elif fmat.has_channel('a') and fmat.num_channels() == 1:
51 elif fmat.has_channel('z'):
52 if fmat.has_channel('s'):
56 elif fmat.has_channel('s')
    [all...]
format_parser.py 441 def has_channel(self, name): member in class:Format
  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 243 def has_channel(self, id): member in class:Format
247 return self.colorspace == ZS and self.has_channel(0)
250 return self.colorspace == ZS and self.has_channel(1)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 235 def has_channel(self, id): member in class:Format
239 return self.colorspace == ZS and self.has_channel(0)
242 return self.colorspace == ZS and self.has_channel(1)
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 3353 static int has_channel(struct wpa_global *global, function
    [all...]

Completed in 232 milliseconds