Searched refs:resource_get_info (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | image.c | 294 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/ |
D | rbug_screen.c | 349 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/ |
D | dd_screen.c | 342 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/ |
D | p_screen.h | 342 void (*resource_get_info)(struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 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/ |
D | lp_texture.c | 1148 screen->resource_get_info = llvmpipe_get_resource_info; in llvmpipe_init_screen_resource_funcs()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_resource.cpp | 928 pscreen->resource_get_info = d3d12_resource_get_info; in d3d12_screen_resource_init()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 1942 rscreen->b.resource_get_info = r600_texture_get_info; in r600_init_screen_texture_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 2375 sscreen->b.resource_get_info = si_texture_get_info; in si_init_screen_texture_functions()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2396 - 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
|