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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 132 spr->pot = (util_is_power_of_two(templat->width0) &&
133 util_is_power_of_two(templat->height0) &&
134 util_is_power_of_two(templat->depth0));
190 spr->pot = (util_is_power_of_two(templat->width0) &&
191 util_is_power_of_two(templat->height0) &&
192 util_is_power_of_two(templat->depth0));
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 132 spr->pot = (util_is_power_of_two(templat->width0) &&
133 util_is_power_of_two(templat->height0) &&
134 util_is_power_of_two(templat->depth0));
190 spr->pot = (util_is_power_of_two(templat->width0) &&
191 util_is_power_of_two(templat->height0) &&
192 util_is_power_of_two(templat->depth0));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_ringbuffer.c 30 assert(util_is_power_of_two(dwords));
u_math.h 254 util_is_power_of_two( unsigned v ) function
584 if (util_is_power_of_two(x))
  /external/mesa3d/src/gallium/auxiliary/util/
u_ringbuffer.c 30 assert(util_is_power_of_two(dwords));
u_math.h 275 util_is_power_of_two( unsigned v ) function
605 if (util_is_power_of_two(x))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_miptree.c 309 !util_is_power_of_two(pt->width0) ||
310 !util_is_power_of_two(pt->height0) ||
311 !util_is_power_of_two(pt->depth0) ||
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 277 !util_is_power_of_two(tex->b.b.width0) ||
284 !util_is_power_of_two(tex->b.b.height0) ||
285 !util_is_power_of_two(tex->b.b.depth0);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 309 !util_is_power_of_two(pt->width0) ||
310 !util_is_power_of_two(pt->height0) ||
311 !util_is_power_of_two(pt->depth0) ||
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 277 !util_is_power_of_two(tex->b.b.width0) ||
284 !util_is_power_of_two(tex->b.b.height0) ||
285 !util_is_power_of_two(tex->b.b.depth0);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 213 if(!util_is_power_of_two(templat->width0) || !util_is_power_of_two(templat->height0))
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 213 if(!util_is_power_of_two(templat->width0) || !util_is_power_of_two(templat->height0))
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 76 assert(util_is_power_of_two(alignment));
lp_bld_format_aos.c 397 util_is_power_of_two(format_desc->block.bits)) {
426 util_is_power_of_two(format_desc->block.bits) &&
lp_bld_sample.c 127 state->pot_width = util_is_power_of_two(texture->width0);
128 state->pot_height = util_is_power_of_two(texture->height0);
129 state->pot_depth = util_is_power_of_two(texture->depth0);
    [all...]
lp_bld_pack.c 192 assert(util_is_power_of_two(num_vectors));
lp_bld_arit.c 801 if(util_is_power_of_two(b)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 76 assert(util_is_power_of_two(alignment));
lp_bld_format_aos.c 397 util_is_power_of_two(format_desc->block.bits)) {
426 util_is_power_of_two(format_desc->block.bits) &&
lp_bld_sample.c 127 state->pot_width = util_is_power_of_two(texture->width0);
128 state->pot_height = util_is_power_of_two(texture->height0);
129 state->pot_depth = util_is_power_of_two(texture->depth0);
    [all...]
lp_bld_pack.c 192 assert(util_is_power_of_two(num_vectors));
lp_bld_arit.c 801 if(util_is_power_of_two(b)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 426 case TYPE_U32: return util_is_power_of_two(reg.data.u32);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 426 case TYPE_U32: return util_is_power_of_two(reg.data.u32);

Completed in 657 milliseconds