Searched defs:r300_dsa_state (Results 1 – 1 of 1) sorted by relevance
97 struct r300_dsa_state { struct98 struct pipe_depth_stencil_alpha_state dsa;101 uint32_t cb_begin;102 uint32_t z_buffer_control; /* R300_ZB_CNTL: 0x4f00 */103 uint32_t z_stencil_control; /* R300_ZB_ZSTENCILCNTL: 0x4f04 */104 uint32_t stencil_ref_mask; /* R300_ZB_STENCILREFMASK: 0x4f08 */105 uint32_t cb_reg;106 uint32_t stencil_ref_bf; /* R500_ZB_STENCILREFMASK_BF: 0x4fd4 */107 uint32_t cb_reg1;108 uint32_t alpha_value; /* R500_FG_ALPHA_VALUE: 0x4be0 */[all …]