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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 142 unsigned pot_height:1; member in struct:lp_static_texture_state
lp_bld_sample_aos.c 707 bld->static_texture_state->pot_height,
786 bld->static_texture_state->pot_height,
    [all...]
lp_bld_sample_soa.c 765 bld->static_texture_state->pot_height,
    [all...]
lp_bld_sample.c 118 state->pot_height = util_is_power_of_two(texture->height0);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 410 uint32_t pot_height = util_next_power_of_two(height); local
424 level_height = u_minify(pot_height, i);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]

Completed in 1074 milliseconds