Searched refs:aligned_for_cbzb (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c223 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/
H A Dr300_texture_desc.c223 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 134 milliseconds