Home
last modified time | relevance | path

Searched refs:resource_get_info (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dimage.c294 if (screen->resource_get_info) { in vlVaDeriveImage()
295 screen->resource_get_info(screen, surfaces[0]->texture, &stride, in vlVaDeriveImage()
327 if (screen->resource_get_info) { in vlVaDeriveImage()
328 /* resource_get_info is called above for surfaces[0]->texture and */ in vlVaDeriveImage()
330 /* screen->resource_get_info(screen, surfaces[0]->texture, &img->pitches[0],*/ in vlVaDeriveImage()
335 screen->resource_get_info(screen, surfaces[1]->texture, &img->pitches[1], in vlVaDeriveImage()
368 if (screen->resource_get_info) { in vlVaDeriveImage()
369 screen->resource_get_info(screen, surfaces[0]->texture, &img->pitches[0], in vlVaDeriveImage()
374 screen->resource_get_info(screen, surfaces[1]->texture, &img->pitches[1], in vlVaDeriveImage()
385 if(screen->resource_get_info) { in vlVaDeriveImage()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c349 screen->resource_get_info(screen, resource, stride, offset); in rbug_screen_resource_get_info()
483 SCR_INIT(resource_get_info); in rbug_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h342 void (*resource_get_info)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c342 screen->resource_get_info(screen, resource, stride, offset); in dd_screen_resource_get_info()
642 SCR_INIT(resource_get_info); in ddebug_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c864 trace_dump_call_begin("pipe_screen", "resource_get_info"); in trace_screen_resource_get_info()
868 screen->resource_get_info(screen, resource, stride, offset); in trace_screen_resource_get_info()
1434 SCR_INIT(resource_get_info); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1148 screen->resource_get_info = llvmpipe_get_resource_info; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c1942 rscreen->b.resource_get_info = r600_texture_get_info; in r600_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2375 sscreen->b.resource_get_info = si_texture_get_info; in si_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp928 pscreen->resource_get_info = d3d12_resource_get_info; in d3d12_screen_resource_init()

Completed in 16 milliseconds