Searched defs:out_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.c157 boolean *out_aligned_for_cbzb)
181 if (out_aligned_for_cbzb) {
198 *out_aligned_for_cbzb = height % (tile_height * 2) == 0;
200 *out_aligned_for_cbzb = FALSE;
155 r300_texture_get_nblocksy(struct r300_resource *tex, unsigned level, boolean *out_aligned_for_cbzb) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c157 boolean *out_aligned_for_cbzb)
181 if (out_aligned_for_cbzb) {
198 *out_aligned_for_cbzb = height % (tile_height * 2) == 0;
200 *out_aligned_for_cbzb = FALSE;
155 r300_texture_get_nblocksy(struct r300_resource *tex, unsigned level, boolean *out_aligned_for_cbzb) argument

Completed in 140 milliseconds