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

  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 46 def is_pot(x): function
190 def is_pot(self): member in class:Format
191 return is_pot(self.block_size())
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 45 def is_pot(x): function
182 def is_pot(self): member in class:Format
183 return is_pot(self.block_size())

Completed in 490 milliseconds