Home
last modified time | relevance | path

Searched refs:r600_texture (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.h46 struct r600_texture { struct
56 struct r600_texture *flushed_depth_texture; argument
123 struct r600_texture *rtex,
127 struct r600_texture *rtex,
142 struct r600_texture **staging);
Dr600_texture.c61 unsigned r600_texture_get_offset(struct r600_texture *rtex, in r600_texture_get_offset()
161 struct r600_texture *rtex, in r600_setup_surface()
209 struct r600_texture *rtex = (struct r600_texture*)ptex; in r600_texture_get_handle()
233 struct r600_texture *rtex = (struct r600_texture*)ptex; in r600_texture_destroy()
257 struct r600_texture *rtex, in r600_texture_get_fmask_info()
308 struct r600_texture *rtex) in r600_texture_allocate_fmask()
327 struct r600_texture *rtex, in r600_texture_get_cmask_info()
360 struct r600_texture *rtex) in r600_texture_allocate_cmask()
378 static struct r600_texture *
386 struct r600_texture *rtex; in r600_texture_create_object()
[all …]
Dr600_blit.c131 struct r600_texture *texture, in r600_blit_decompress_depth()
132 struct r600_texture *staging, in r600_blit_decompress_depth()
139 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth()
238 struct r600_texture *tex; in r600_decompress_depth_textures()
245 tex = (struct r600_texture *)view->texture; in r600_decompress_depth_textures()
256 struct r600_texture *rtex, in r600_blit_decompress_color()
318 struct r600_texture *tex; in r600_decompress_color_textures()
325 tex = (struct r600_texture *)view->texture; in r600_decompress_color_textures()
338 struct r600_texture *rsrc = (struct r600_texture*)info->src.res; in r600_copy_first_sample()
390 struct r600_texture *dst = (struct r600_texture*)info->dst.res; in is_simple_resolve()
[all …]
DMakefile.sources11 r600_texture.c \
Dcompute_memory_pool.c44 static struct r600_texture * create_pool_texture(struct r600_screen * screen, in create_pool_texture()
49 struct r600_texture * tex; in create_pool_texture()
65 tex = (struct r600_texture *)r600_texture_create( in create_pool_texture()
Dr600_state_common.c627 struct r600_texture *rtex = in r600_set_sampler_views()
628 (struct r600_texture*)rviews[i]->base.texture; in r600_set_sampler_views()
1290 struct r600_texture *rtex = (struct r600_texture *)surf->texture; in r600_draw_vbo()
1296 struct r600_texture *rtex; in r600_draw_vbo()
1302 rtex = (struct r600_texture*)surf->texture; in r600_draw_vbo()
Dr600_pipe.h517 struct r600_texture *texture,
518 struct r600_texture *staging,
585 unsigned r600_texture_get_offset(struct r600_texture *rtex,
Dr600_state.c1014 struct r600_texture *tmp = (struct r600_texture*)texture; in r600_create_sampler_view()
1259 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in r600_init_color_surface()
1479 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in r600_init_depth_surface()
1587 struct r600_texture *rtex; in r600_set_framebuffer_state()
1616 rtex = (struct r600_texture*)res; in r600_set_framebuffer_state()
Devergreen_compute_internal.c500 struct r600_texture *tmp = in evergreen_set_tex_resource()
501 (struct r600_texture*)view->base.texture; in evergreen_set_tex_resource()
Devergreen_state.c988 struct r600_texture *tmp = (struct r600_texture*)texture; in evergreen_create_sampler_view()
1243 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in evergreen_init_color_surface()
1438 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in evergreen_init_depth_surface()
1699 struct r600_texture *rtex; in evergreen_set_framebuffer_state()
1722 rtex = (struct r600_texture*)res; in evergreen_set_framebuffer_state()
1764 if (i == 1 && !((struct r600_texture*)res)->is_rat) { in evergreen_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
DMakefile.sources9 r600_texture.c \