Searched refs:cbzb_height (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.c1267 surface->cbzb_height = align((surface->base.height + 1) / 2,
1273 tex->tex.stride_in_bytes[level] * surface->cbzb_height;
1286 surface->cbzb_width, surface->cbzb_height,
H A Dr300_context.h317 uint32_t cbzb_height; /* Half of the height. */ member in struct:r300_surface
H A Dr300_blit.c358 height = surf->cbzb_height;
H A Dr300_emit.c348 height = surf->cbzb_height;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.c1242 surface->cbzb_height = align((surface->base.height + 1) / 2,
1248 tex->tex.stride_in_bytes[level] * surface->cbzb_height;
1261 surface->cbzb_width, surface->cbzb_height,
H A Dr300_context.h317 uint32_t cbzb_height; /* Half of the height. */ member in struct:r300_surface
H A Dr300_blit.c359 height = surf->cbzb_height;
H A Dr300_emit.c348 height = surf->cbzb_height;

Completed in 15 milliseconds