Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c107 struct r600_surface *surf = NULL; in evergreen_set_rat()
140 surf = (struct r600_surface*)pipe->ctx->framebuffer.state.cbufs[id]; in evergreen_set_rat()
653 struct r600_surface *cb = (struct r600_surface*)rctx->framebuffer.state.cbufs[i]; in compute_setup_cbs()
897 struct r600_surface **resources = (struct r600_surface **)surfaces; in evergreen_set_compute_resources()
Dr600_pipe.h132 struct r600_surface *rsurf;
698 struct r600_surface *surf);
700 struct r600_surface *surf);
Dr600_state.c807 struct r600_surface *surf, in r600_init_color_surface()
1039 struct r600_surface *surf) in r600_init_depth_surface()
1088 struct r600_surface *surf; in r600_set_framebuffer_state()
1124 surf = (struct r600_surface*)state->cbufs[i]; in r600_set_framebuffer_state()
1153 surf = (struct r600_surface*)state->cbufs[0]; in r600_set_framebuffer_state()
1166 surf = (struct r600_surface*)state->zsbuf; in r600_set_framebuffer_state()
1351 struct r600_surface **cb = (struct r600_surface**)&state->cbufs[0]; in r600_emit_framebuffer_state()
1442 struct r600_surface *surf = (struct r600_surface*)state->zsbuf; in r600_emit_framebuffer_state()
Devergreen_state.c1278 struct r600_surface *surf) in evergreen_init_color_surface_rat()
1306 struct r600_surface *surf) in evergreen_init_color_surface()
1337 struct r600_surface *surf) in evergreen_init_depth_surface()
1434 struct r600_surface *surf; in evergreen_set_framebuffer_state()
1460 surf = (struct r600_surface*)state->cbufs[i]; in evergreen_set_framebuffer_state()
1487 surf = (struct r600_surface*)state->cbufs[0]; in evergreen_set_framebuffer_state()
1505 surf = (struct r600_surface*)state->zsbuf; in evergreen_set_framebuffer_state()
1826 struct r600_surface *cb = NULL; in evergreen_emit_framebuffer_state()
1837 cb = (struct r600_surface*)state->cbufs[i]; in evergreen_emit_framebuffer_state()
1903 struct r600_surface *zb = (struct r600_surface*)state->zsbuf; in evergreen_emit_framebuffer_state()
Dr600_texture.c1523 struct r600_surface *surface = CALLOC_STRUCT(r600_surface); in r600_create_surface_custom()
1586 struct r600_surface *surf = (struct r600_surface*)surface; in r600_surface_destroy()
Dr600_pipe_common.h245 struct r600_surface { struct
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c150 struct r600_surface *surf = in si_emit_cb_render_state()
151 (struct r600_surface*)sctx->framebuffer.state.cbufs[i]; in si_emit_cb_render_state()
2229 static void si_choose_spi_color_formats(struct r600_surface *surf, in si_choose_spi_color_formats()
2347 struct r600_surface *surf) in si_initialize_color_surface()
2506 struct r600_surface *surf) in si_init_depth_surface()
2701 struct r600_surface *surf = NULL; in si_dec_framebuffer_counters()
2706 surf = (struct r600_surface*)state->cbufs[i]; in si_dec_framebuffer_counters()
2718 struct r600_surface *surf = NULL; in si_set_framebuffer_state()
2746 surf = (struct r600_surface*)state->cbufs[i]; in si_set_framebuffer_state()
2841 surf = (struct r600_surface*)state->cbufs[i]; in si_set_framebuffer_state()
[all …]
Dsi_blit.c601 struct r600_surface * surf; in si_check_render_feedback_texture()
606 surf = (struct r600_surface*)sctx->framebuffer.state.cbufs[j]; in si_check_render_feedback_texture()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h275 struct r600_surface { struct
Dr600_texture.c1991 struct r600_surface *surface = CALLOC_STRUCT(r600_surface); in si_create_surface_custom()