Searched refs:r600_surface (Results 1 – 6 of 6) sorted by relevance
126 struct r600_surface *surf = NULL; in evergreen_set_rat()160 surf = (struct r600_surface*)pipe->ctx->framebuffer.state.cbufs[id]; in evergreen_set_rat()687 struct r600_surface *cb = (struct r600_surface*)rctx->framebuffer.state.cbufs[i]; in compute_setup_cbs()957 struct r600_surface **resources = (struct r600_surface **)surfaces; in evergreen_set_compute_resources()
133 struct r600_surface *rsurf;716 struct r600_surface *surf);718 struct r600_surface *surf);
811 struct r600_surface *surf, in r600_init_color_surface()1043 struct r600_surface *surf) in r600_init_depth_surface()1092 struct r600_surface *surf; in r600_set_framebuffer_state()1129 surf = (struct r600_surface*)state->cbufs[i]; in r600_set_framebuffer_state()1160 surf = (struct r600_surface*)state->cbufs[0]; in r600_set_framebuffer_state()1173 surf = (struct r600_surface*)state->zsbuf; in r600_set_framebuffer_state()1360 struct r600_surface **cb = (struct r600_surface**)&state->cbufs[0]; in r600_emit_framebuffer_state()1451 struct r600_surface *surf = (struct r600_surface*)state->zsbuf; in r600_emit_framebuffer_state()
1295 struct r600_surface *surf) in evergreen_init_color_surface_rat()1323 struct r600_surface *surf) in evergreen_init_color_surface()1354 struct r600_surface *surf) in evergreen_init_depth_surface()1451 struct r600_surface *surf; in evergreen_set_framebuffer_state()1477 surf = (struct r600_surface*)state->cbufs[i]; in evergreen_set_framebuffer_state()1506 surf = (struct r600_surface*)state->cbufs[0]; in evergreen_set_framebuffer_state()1524 surf = (struct r600_surface*)state->zsbuf; in evergreen_set_framebuffer_state()1847 struct r600_surface *cb = NULL; in evergreen_emit_framebuffer_state()1858 cb = (struct r600_surface*)state->cbufs[i]; in evergreen_emit_framebuffer_state()1924 struct r600_surface *zb = (struct r600_surface*)state->zsbuf; in evergreen_emit_framebuffer_state()
1524 struct r600_surface *surface = CALLOC_STRUCT(r600_surface); in r600_create_surface_custom()1587 struct r600_surface *surf = (struct r600_surface*)surface; in r600_surface_destroy()
241 struct r600_surface { struct