Searched refs:r600_texture (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_resource.h | 46 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);
|
D | r600_texture.c | 61 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 …]
|
D | r600_blit.c | 131 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 …]
|
D | Makefile.sources | 11 r600_texture.c \
|
D | compute_memory_pool.c | 44 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()
|
D | r600_state_common.c | 627 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()
|
D | r600_pipe.h | 517 struct r600_texture *texture, 518 struct r600_texture *staging, 585 unsigned r600_texture_get_offset(struct r600_texture *rtex,
|
D | r600_state.c | 1014 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()
|
D | evergreen_compute_internal.c | 500 struct r600_texture *tmp = in evergreen_set_tex_resource() 501 (struct r600_texture*)view->base.texture; in evergreen_set_tex_resource()
|
D | evergreen_state.c | 988 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/ |
D | Makefile.sources | 9 r600_texture.c \
|