HomeSort by relevance Sort by last modified time
    Searched defs:is_pot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 45 def is_pot(x): function
168 def is_pot(self): member in class:Format
169 return is_pot(self.block_size())
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 45 def is_pot(x): function
168 def is_pot(self): member in class:Format
169 return is_pot(self.block_size())
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.h 73 unsigned is_pot:1; member in struct:sp_sampler_key::__anon17546
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 73 unsigned is_pot:1; member in struct:sp_sampler_key::__anon31105

Completed in 1077 milliseconds