Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c69 static unsigned r600_texture_get_offset(struct r600_resource_texture *rtex, in r600_texture_get_offset()
148 struct r600_resource_texture *rtex, in r600_setup_surface()
223 struct r600_resource_texture *rtex = (struct r600_resource_texture*)ptex; in r600_texture_get_handle()
247 struct r600_resource_texture *rtex = (struct r600_resource_texture*)ptex; in r600_texture_destroy()
270 struct r600_resource_texture *rtex = (struct r600_resource_texture*)texture; in si_texture_get_transfer()
361 trans->transfer.stride = ((struct r600_resource_texture *)trans->staging_texture) in si_texture_get_transfer()
381 struct r600_resource_texture *rtex = (struct r600_resource_texture*)texture; in si_texture_transfer_destroy()
412 struct r600_resource_texture *rtex = (struct r600_resource_texture*)transfer->resource; in si_texture_transfer_map()
441 struct r600_resource_texture *rtex = (struct r600_resource_texture*)transfer->resource; in si_texture_transfer_unmap()
464 static struct r600_resource_texture *
[all …]
Dr600_blit.c116 void si_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture) in si_blit_uncompress_depth()
164 struct r600_resource_texture *tex; in si_flush_depth_textures()
169 tex = (struct r600_resource_texture *)view->base.texture; in si_flush_depth_textures()
181 struct r600_resource_texture *tex; in si_flush_depth_textures()
182 tex = (struct r600_resource_texture *)rctx->framebuffer.cbufs[i]->texture; in si_flush_depth_textures()
271 struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex; in r600_compressed_to_blittable()
306 struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex; in r600_reset_blittable_to_compressed()
326 struct r600_resource_texture *rsrc = (struct r600_resource_texture*)src; in r600_resource_copy_region()
385 void r600_blit_push_depth(struct pipe_context *ctx, struct r600_resource_texture *texture) in r600_blit_push_depth()
Dr600_resource.h41 struct r600_resource_texture { struct
52 struct r600_resource_texture *flushed_depth_texture; argument
Dradeonsi_pipe.h191 void si_blit_uncompress_depth(struct pipe_context *ctx, struct r600_resource_texture *texture);
192 void r600_blit_push_depth(struct pipe_context *ctx, struct r600_resource_texture *texture);
Dsi_state.c1447 struct r600_resource_texture *rtex; in si_cb()
1461 rtex = (struct r600_resource_texture*)state->cbufs[cb]->texture; in si_cb()
1615 struct r600_resource_texture *rtex; in si_db()
1629 rtex = (struct r600_resource_texture*)surf->base.texture; in si_db()
1989 struct r600_resource_texture *tmp = (struct r600_resource_texture*)texture; in si_create_sampler_view()
2212 struct r600_resource_texture *tex = (void *)resource[i]->base.texture; in si_set_ps_sampler_view()
Dsi_state_draw.c584 ((struct r600_resource_texture *)tex)->dirty_db = TRUE; in si_draw_vbo()