Searched refs:r600_resource_texture (Results 1 – 6 of 6) sorted by relevance
69 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 …]
116 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()
41 struct r600_resource_texture { struct52 struct r600_resource_texture *flushed_depth_texture; argument
191 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);
1447 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()
584 ((struct r600_resource_texture *)tex)->dirty_db = TRUE; in si_draw_vbo()