Searched refs:db_stencil_base (Results 1 – 4 of 4) sorted by relevance
303 uint64_t db_stencil_base; member
2529 surf->db_stencil_base = (rtex->resource.gpu_address + in si_init_depth_surface()2583 surf->db_stencil_base = (rtex->resource.gpu_address + in si_init_depth_surface()3151 radeon_emit(cs, zb->db_stencil_base); /* DB_STENCIL_READ_BASE */ in si_emit_framebuffer_state()3152 radeon_emit(cs, zb->db_stencil_base >> 32); /* DB_STENCIL_READ_BASE_HI */ in si_emit_framebuffer_state()3155 radeon_emit(cs, zb->db_stencil_base); /* DB_STENCIL_WRITE_BASE */ in si_emit_framebuffer_state()3156 radeon_emit(cs, zb->db_stencil_base >> 32); /* DB_STENCIL_WRITE_BASE_HI */ in si_emit_framebuffer_state()3170 radeon_emit(cs, zb->db_stencil_base); /* DB_STENCIL_READ_BASE */ in si_emit_framebuffer_state()3172 radeon_emit(cs, zb->db_stencil_base); /* DB_STENCIL_WRITE_BASE */ in si_emit_framebuffer_state()
279 uint64_t db_stencil_base; /* EG and later */ member
1405 surf->db_stencil_base = stencil_offset >> 8; in evergreen_init_depth_surface()1409 surf->db_stencil_base = offset; in evergreen_init_depth_surface()1918 radeon_emit(cs, zb->db_stencil_base); /* R_02804C_DB_STENCIL_READ_BASE */ in evergreen_emit_framebuffer_state()1920 radeon_emit(cs, zb->db_stencil_base); /* R_028054_DB_STENCIL_WRITE_BASE */ in evergreen_emit_framebuffer_state()