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

  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 587 dsa->z_buffer_control |= R300_Z_WRITE_ENABLE;
591 dsa->z_buffer_control |= R300_Z_ENABLE;
598 dsa->z_buffer_control |= R300_Z_ENABLE;
604 dsa->z_buffer_control |= R300_STENCIL_ENABLE;
622 dsa->z_buffer_control |= R300_STENCIL_FRONT_BACK;
638 dsa->z_buffer_control |= R500_STENCIL_REFMASK_FRONT_BACK;
666 OUT_CB(dsa->z_buffer_control);
676 OUT_CB(dsa->z_buffer_control);
    [all...]
r300_context.h 100 uint32_t z_buffer_control; /* R300_ZB_CNTL: 0x4f00 */ member in struct:r300_dsa_state

Completed in 60 milliseconds