Home
last modified time | relevance | path

Searched refs:resource_get_info (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
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()
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()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
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/auxiliary/driver_ddebug/
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/include/pipe/
Dp_screen.h342 void (*resource_get_info)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c868 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/
Dlp_texture.c1148 screen->resource_get_info = llvmpipe_get_resource_info; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp928 pscreen->resource_get_info = d3d12_resource_get_info; in d3d12_screen_resource_init()
/third_party/mesa3d/src/gallium/drivers/r600/
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/
Dsi_texture.c2375 sscreen->b.resource_get_info = si_texture_get_info; in si_init_screen_texture_functions()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2396 - gallium: add resource_get_info to pipe_screen
2397 - radeonsi: implement resource_get_info
2399 - r600: implement resource_get_info
2400 - st/va: check resource_get_info nullity in vlVaDeriveImage