HomeSort by relevance Sort by last modified time
    Searched defs:hyperz (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 331 /* Initialize the hyperz state. */
333 struct r300_hyperz_state *hyperz = local
335 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size);
r300_blit.c 227 struct r300_hyperz_state *hyperz = local
231 uint32_t hyperz_dcv = hyperz->zb_depthclearvalue;
252 /* Need to emit HyperZ buffer regs for the first time. */
263 hyperz_dcv = hyperz->zb_depthclearvalue =
282 hyperz->zb_depthclearvalue =
335 hyperz->zb_depthclearvalue = hyperz_dcv;

Completed in 163 milliseconds