Searched refs:r600_texture (Results 1 – 11 of 11) sorted by relevance
/third_party/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_blit.c | 114 struct r600_texture *texture, in r600_blit_decompress_depth() 115 struct r600_texture *staging, in r600_blit_decompress_depth() 122 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() 208 struct r600_texture *texture, in r600_blit_decompress_depth_in_place() 276 struct r600_texture *tex; in r600_decompress_depth_textures() 284 tex = (struct r600_texture *)view->texture; in r600_decompress_depth_textures() 309 struct r600_texture *tex; in r600_decompress_depth_images() 316 tex = (struct r600_texture *)view->base.resource; in r600_decompress_depth_images() 336 struct r600_texture *rtex, in r600_blit_decompress_color() 388 struct r600_texture *tex; in r600_decompress_color_textures() [all …]
|
D | r600_pipe_common.h | 196 struct r600_texture { struct 208 struct r600_texture *flushed_depth_texture; argument 593 struct r600_texture *texture, 594 struct r600_texture *staging, 744 struct r600_texture *rdst, 747 struct r600_texture *rsrc, 752 struct r600_texture *rtex, 756 struct r600_texture *rtex, 760 struct r600_texture **staging); 762 struct r600_texture *rtex, struct u_log_context *log); [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 | 632 struct r600_texture *tmp = (struct r600_texture*)view->base.texture; in texture_buffer_sampler_view() 672 struct r600_texture *tmp = (struct r600_texture*)texture; in r600_create_sampler_view_custom() 815 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in r600_init_color_surface() 1045 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in r600_init_depth_surface() 1093 struct r600_texture *rtex; in r600_set_framebuffer_state() 1133 rtex = (struct r600_texture*)surf->base.texture; in r600_set_framebuffer_state() 1555 struct r600_texture *rtex = (struct r600_texture *)a->rsurf->base.texture; in r600_emit_db_state() 2866 struct r600_texture *rsrc = (struct r600_texture*)src; in r600_dma_copy_tile() 2867 struct r600_texture *rdst = (struct r600_texture*)dst; in r600_dma_copy_tile() 2962 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() 643 struct r600_texture *tmp = (struct r600_texture*)buffer; in evergreen_fill_buffer_resource_words() 688 struct r600_texture *tmp = (struct r600_texture*)view->base.texture; in texture_buffer_sampler_view() 731 struct r600_texture *tmp = (struct r600_texture*)texture; in evergreen_fill_tex_resource_words() 920 struct r600_texture *tmp = (struct r600_texture*)texture; in evergreen_create_sampler_view_custom() 1117 struct r600_texture *rtex, in evergreen_set_color_surface_common() 1325 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in evergreen_init_color_surface() 1357 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture; in evergreen_init_depth_surface() 1448 struct r600_texture *rtex; in evergreen_set_framebuffer_state() 1479 rtex = (struct r600_texture*)surf->base.texture; in evergreen_set_framebuffer_state() [all …]
|
D | r600_state_common.c | 690 struct r600_texture *rtex = in r600_set_sampler_views() 691 (struct r600_texture*)rviews[i]->base.texture; in r600_set_sampler_views() 754 struct r600_texture *rtex = (struct r600_texture *)res; in r600_update_compressed_colortex_mask() 806 struct r600_texture *rtex = (struct r600_texture *)res; in r600_update_compressed_colortex_mask_images() 2543 struct r600_texture *rtex = (struct r600_texture *)surf->texture; in r600_draw_vbo() 2552 struct r600_texture *rtex; in r600_draw_vbo() 2558 rtex = (struct r600_texture*)surf->texture; in r600_draw_vbo()
|
D | r600_buffer_common.c | 110 struct r600_texture *rtex = (struct r600_texture*)res; in r600_init_resource_fields()
|
D | meson.build | 67 'r600_texture.c',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 3069 "../src/gallium/drivers/r600/r600_texture.c",
|