Home
last modified time | relevance | path

Searched refs:r600_surface (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c126 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()
Dr600_pipe.h133 struct r600_surface *rsurf;
716 struct r600_surface *surf);
718 struct r600_surface *surf);
Dr600_state.c811 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()
Devergreen_state.c1295 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()
Dr600_texture.c1524 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()
Dr600_pipe_common.h241 struct r600_surface { struct