Searched refs:cbzb_format (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h320 uint32_t cbzb_format; /* ZB_FORMAT. */ member in struct:r300_surface
H A Dr300_texture.c1279 surface->cbzb_format = R300_DEPTHFORMAT_24BIT_INT_Z_8BIT_STENCIL;
1281 surface->cbzb_format = R300_DEPTHFORMAT_16BIT_INT_Z;
H A Dr300_emit.c450 OUT_CS_REG(R300_ZB_FORMAT, surf->cbzb_format);
459 "CBZB clearing cbuf %08x %08x\n", surf->cbzb_format,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h320 uint32_t cbzb_format; /* ZB_FORMAT. */ member in struct:r300_surface
H A Dr300_texture.c1254 surface->cbzb_format = R300_DEPTHFORMAT_24BIT_INT_Z_8BIT_STENCIL;
1256 surface->cbzb_format = R300_DEPTHFORMAT_16BIT_INT_Z;
H A Dr300_emit.c450 OUT_CS_REG(R300_ZB_FORMAT, surf->cbzb_format);
459 "CBZB clearing cbuf %08x %08x\n", surf->cbzb_format,

Completed in 59 milliseconds