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

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_resource.c 337 uint32_t pot_height = util_next_power_of_two(height); local
360 level_height = u_minify(pot_height, i);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 446 uint32_t pot_height = util_next_power_of_two(height); local
460 level_height = u_minify(pot_height, i);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 143 unsigned pot_height:1; member in struct:lp_static_texture_state

Completed in 83 milliseconds