Home
last modified time | relevance | path

Searched refs:db_stencil_base (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2721 surf->db_stencil_base = (tex->buffer.gpu_address + tex->surface.u.gfx9.zs.stencil_offset) >> 8; in si_init_depth_surface()
2765 surf->db_stencil_base = in si_init_depth_surface()
3517 radeon_emit(zb->db_stencil_base); /* DB_STENCIL_READ_BASE */ in si_emit_framebuffer_state()
3519 radeon_emit(zb->db_stencil_base); /* DB_STENCIL_WRITE_BASE */ in si_emit_framebuffer_state()
3523 radeon_emit(zb->db_stencil_base >> 32); /* DB_STENCIL_READ_BASE_HI */ in si_emit_framebuffer_state()
3525 radeon_emit(zb->db_stencil_base >> 32); /* DB_STENCIL_WRITE_BASE_HI */ in si_emit_framebuffer_state()
3539 radeon_emit(zb->db_stencil_base); /* DB_STENCIL_READ_BASE */ in si_emit_framebuffer_state()
3540 radeon_emit(S_02804C_BASE_HI(zb->db_stencil_base >> 32)); /* DB_STENCIL_READ_BASE_HI */ in si_emit_framebuffer_state()
3543 radeon_emit(zb->db_stencil_base); /* DB_STENCIL_WRITE_BASE */ in si_emit_framebuffer_state()
3544 radeon_emit(S_02805C_BASE_HI(zb->db_stencil_base >> 3 in si_emit_framebuffer_state()
[all...]
H A Dsi_pipe.h479 uint64_t db_stencil_base; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.h268 uint64_t db_stencil_base; /* EG and later */ member
H A Devergreen_state.c1422 surf->db_stencil_base = stencil_offset >> 8; in evergreen_init_depth_surface()
1426 surf->db_stencil_base = offset; in evergreen_init_depth_surface()
1934 radeon_emit(cs, zb->db_stencil_base); /* R_02804C_DB_STENCIL_READ_BASE */ in evergreen_emit_framebuffer_state()
1936 radeon_emit(cs, zb->db_stencil_base); /* R_028054_DB_STENCIL_WRITE_BASE */ in evergreen_emit_framebuffer_state()

Completed in 36 milliseconds