Home
last modified time | relevance | path

Searched refs:cbzb_height (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c1259 surface->cbzb_height = align((surface->base.height + 1) / 2, in r300_create_surface_custom()
1265 tex->tex.stride_in_bytes[level] * surface->cbzb_height; in r300_create_surface_custom()
1278 surface->cbzb_width, surface->cbzb_height, in r300_create_surface_custom()
Dr300_context.h317 uint32_t cbzb_height; /* Half of the height. */ member
Dr300_blit.c358 height = surf->cbzb_height; in r300_clear()
Dr300_emit.c348 height = surf->cbzb_height; in r300_emit_gpu_flush()