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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 223 boolean aligned_for_cbzb; local
243 aligned_for_cbzb = FALSE;
245 nblocksy = r300_texture_get_nblocksy(tex, i, &aligned_for_cbzb);
264 tex->tex.cbzb_allowed[i] = tex->tex.cbzb_allowed[i] && aligned_for_cbzb;
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 223 boolean aligned_for_cbzb; local
243 aligned_for_cbzb = FALSE;
245 nblocksy = r300_texture_get_nblocksy(tex, i, &aligned_for_cbzb);
264 tex->tex.cbzb_allowed[i] = tex->tex.cbzb_allowed[i] && aligned_for_cbzb;

Completed in 176 milliseconds