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;712 struct r600_surface *surf);714 struct r600_surface *surf);
806 struct r600_surface *surf, in r600_init_color_surface()1038 struct r600_surface *surf) in r600_init_depth_surface()1087 struct r600_surface *surf; in r600_set_framebuffer_state()1124 surf = (struct r600_surface*)state->cbufs[i]; in r600_set_framebuffer_state()1155 surf = (struct r600_surface*)state->cbufs[0]; in r600_set_framebuffer_state()1168 surf = (struct r600_surface*)state->zsbuf; in r600_set_framebuffer_state()1355 struct r600_surface **cb = (struct r600_surface**)&state->cbufs[0]; in r600_emit_framebuffer_state()1446 struct r600_surface *surf = (struct r600_surface*)state->zsbuf; in r600_emit_framebuffer_state()
1290 struct r600_surface *surf) in evergreen_init_color_surface_rat()1318 struct r600_surface *surf) in evergreen_init_color_surface()1349 struct r600_surface *surf) in evergreen_init_depth_surface()1446 struct r600_surface *surf; in evergreen_set_framebuffer_state()1472 surf = (struct r600_surface*)state->cbufs[i]; in evergreen_set_framebuffer_state()1501 surf = (struct r600_surface*)state->cbufs[0]; in evergreen_set_framebuffer_state()1519 surf = (struct r600_surface*)state->zsbuf; in evergreen_set_framebuffer_state()1842 struct r600_surface *cb = NULL; in evergreen_emit_framebuffer_state()1853 cb = (struct r600_surface*)state->cbufs[i]; in evergreen_emit_framebuffer_state()1919 struct r600_surface *zb = (struct r600_surface*)state->zsbuf; in evergreen_emit_framebuffer_state()
1537 struct r600_surface *surface = CALLOC_STRUCT(r600_surface); in r600_create_surface_custom()1600 struct r600_surface *surf = (struct r600_surface*)surface; in r600_surface_destroy()
239 struct r600_surface { struct