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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 409 uint32_t pot_width = util_next_power_of_two(width); local
423 level_width = u_minify(pot_width, i);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 141 unsigned pot_width:1; /**< is the width a power of two? */ member in struct:lp_static_texture_state

Completed in 57 milliseconds