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

  /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
lp_bld_sample_aos.c 697 bld->static_texture_state->pot_width,
779 bld->static_texture_state->pot_width,
    [all...]
lp_bld_sample_soa.c 758 bld->static_texture_state->pot_width,
    [all...]
lp_bld_sample.c 117 state->pot_width = util_is_power_of_two(texture->width0);
    [all...]
  /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/drivers/llvmpipe/
lp_state_fs.c     [all...]

Completed in 4376 milliseconds