Home
last modified time | relevance | path

Searched refs:depth_fmt (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c326 uint32_t depth_fmt; in ctx_emit_cs() local
364 depth_fmt = RADEON_DEPTH_FORMAT_24BIT_INT_Z; in ctx_emit_cs()
366 depth_fmt = RADEON_DEPTH_FORMAT_16BIT_INT_Z; in ctx_emit_cs()
368 atom->cmd[CTX_RB3D_ZSTENCILCNTL] |= depth_fmt; in ctx_emit_cs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c444 uint32_t depth_fmt; in ctx_emit_cs() local
482 depth_fmt = RADEON_DEPTH_FORMAT_24BIT_INT_Z; in ctx_emit_cs()
484 depth_fmt = RADEON_DEPTH_FORMAT_16BIT_INT_Z; in ctx_emit_cs()
486 atom->cmd[CTX_RB3D_ZSTENCILCNTL] |= depth_fmt; in ctx_emit_cs()