Searched refs:r600_texture (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_uvd.c | 62 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; in r600_video_buffer_create() 86 resources[0] = (struct r600_texture *) in r600_video_buffer_create() 96 resources[1] = (struct r600_texture *) in r600_video_buffer_create() 107 resources[2] = (struct r600_texture *) in r600_video_buffer_create() 162 struct r600_texture *luma = (struct r600_texture *)buf->resources[0]; in r600_uvd_set_dtb() 163 struct r600_texture *chroma = (struct r600_texture *)buf->resources[1]; in r600_uvd_set_dtb() 178 struct r600_texture *res = (struct r600_texture *)resource; in r600_vce_get_buffer()
|
D | r600_texture.c | 41 struct r600_texture *rtex); 48 struct r600_texture *rdst, in r600_prepare_for_dma_blit() 51 struct r600_texture *rsrc, in r600_prepare_for_dma_blit() 175 struct r600_texture *rtex, unsigned level, in r600_texture_get_offset() 272 struct r600_texture *rtex, in r600_texture_init_metadata() 317 struct r600_texture *rtex) in r600_eliminate_fast_color_clear() 333 struct r600_texture *rtex) in r600_texture_discard_cmask() 356 struct r600_texture *rtex, in r600_reallocate_texture_inplace() 361 struct r600_texture *new_tex; in r600_reallocate_texture_inplace() 384 new_tex = (struct r600_texture*)screen->resource_create(screen, &templ); in r600_reallocate_texture_inplace() [all …]
|
D | r600_pipe_common.h | 201 struct r600_texture { struct 213 struct r600_texture *flushed_depth_texture; argument 594 struct r600_texture *texture, 595 struct r600_texture *staging, 733 struct r600_texture *rdst, 736 struct r600_texture *rsrc, 740 struct r600_texture *rtex, 744 struct r600_texture *rtex, 748 struct r600_texture **staging); 750 struct r600_texture *rtex, struct u_log_context *log); [all …]
|
D | r600_blit.c | 112 struct r600_texture *texture, in r600_blit_decompress_depth() 113 struct r600_texture *staging, in r600_blit_decompress_depth() 120 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() 206 struct r600_texture *texture, in r600_blit_decompress_depth_in_place() 274 struct r600_texture *tex; in r600_decompress_depth_textures() 282 tex = (struct r600_texture *)view->texture; in r600_decompress_depth_textures() 307 struct r600_texture *tex; in r600_decompress_depth_images() 314 tex = (struct r600_texture *)view->base.resource; in r600_decompress_depth_images() 334 struct r600_texture *rtex, in r600_blit_decompress_color() 386 struct r600_texture *tex; in r600_decompress_color_textures() [all …]
|
D | r600_test_dma.c | 207 struct r600_texture *rdst; in r600_test_dma() 208 struct r600_texture *rsrc; in r600_test_dma() 277 rdst = (struct r600_texture*)dst; in r600_test_dma() 278 rsrc = (struct r600_texture*)src; in r600_test_dma()
|
D | r600_state.c | 627 struct r600_texture *tmp = (struct r600_texture*)view->base.texture; in texture_buffer_sampler_view() 667 struct r600_texture *tmp = (struct r600_texture*)texture; in r600_create_sampler_view_custom() 810 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in r600_init_color_surface() 1040 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in r600_init_depth_surface() 1088 struct r600_texture *rtex; in r600_set_framebuffer_state() 1128 rtex = (struct r600_texture*)surf->base.texture; in r600_set_framebuffer_state() 1552 struct r600_texture *rtex = (struct r600_texture *)a->rsurf->base.texture; in r600_emit_db_state() 2858 struct r600_texture *rsrc = (struct r600_texture*)src; in r600_dma_copy_tile() 2859 struct r600_texture *rdst = (struct r600_texture*)dst; in r600_dma_copy_tile() 2954 struct r600_texture *rsrc = (struct r600_texture*)src; in r600_dma_copy() [all …]
|
D | evergreen_state.c | 173 static unsigned r600_tex_dim(struct r600_texture *rtex, in r600_tex_dim() 638 struct r600_texture *tmp = (struct r600_texture*)buffer; in evergreen_fill_buffer_resource_words() 683 struct r600_texture *tmp = (struct r600_texture*)view->base.texture; in texture_buffer_sampler_view() 726 struct r600_texture *tmp = (struct r600_texture*)texture; in evergreen_fill_tex_resource_words() 915 struct r600_texture *tmp = (struct r600_texture*)texture; in evergreen_create_sampler_view_custom() 1112 struct r600_texture *rtex, in evergreen_set_color_surface_common() 1320 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in evergreen_init_color_surface() 1352 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in evergreen_init_depth_surface() 1447 struct r600_texture *rtex; in evergreen_set_framebuffer_state() 1478 rtex = (struct r600_texture*)surf->base.texture; in evergreen_set_framebuffer_state() [all …]
|
D | Makefile.sources | 48 r600_texture.c \
|
D | r600_state_common.c | 666 struct r600_texture *rtex = in r600_set_sampler_views() 667 (struct r600_texture*)rviews[i]->base.texture; in r600_set_sampler_views() 725 struct r600_texture *rtex = (struct r600_texture *)res; in r600_update_compressed_colortex_mask() 777 struct r600_texture *rtex = (struct r600_texture *)res; in r600_update_compressed_colortex_mask_images() 2425 struct r600_texture *rtex = (struct r600_texture *)surf->texture; in r600_draw_vbo() 2434 struct r600_texture *rtex; in r600_draw_vbo() 2440 rtex = (struct r600_texture*)surf->texture; in r600_draw_vbo()
|
D | r600_buffer_common.c | 108 struct r600_texture *rtex = (struct r600_texture*)res; in r600_init_resource_fields()
|
D | meson.build | 67 'r600_texture.c',
|