Home
last modified time | relevance | path

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

/external/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;
712 struct r600_surface *surf);
714 struct r600_surface *surf);
Dr600_state.c806 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()
Devergreen_state.c1290 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()
Dr600_texture.c1537 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()
Dr600_pipe_common.h239 struct r600_surface { struct