Searched defs:r300_dsa_state (Results 1 – 1 of 1) sorted by relevance
81 struct r300_dsa_state { struct82 struct pipe_depth_stencil_alpha_state dsa;85 uint32_t cb_begin;86 uint32_t z_buffer_control; /* R300_ZB_CNTL: 0x4f00 */87 uint32_t z_stencil_control; /* R300_ZB_ZSTENCILCNTL: 0x4f04 */88 uint32_t stencil_ref_mask; /* R300_ZB_STENCILREFMASK: 0x4f08 */89 uint32_t cb_reg;90 uint32_t stencil_ref_bf; /* R500_ZB_STENCILREFMASK_BF: 0x4fd4 */91 uint32_t cb_reg1;92 uint32_t alpha_value; /* R500_FG_ALPHA_VALUE: 0x4be0 */[all …]