Searched refs:resource_get_param (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 172 device->pscreen->resource_get_param(device->pscreen, in lvp_GetImageSubresourceLayout() 183 device->pscreen->resource_get_param(device->pscreen, in lvp_GetImageSubresourceLayout() 194 device->pscreen->resource_get_param(device->pscreen, in lvp_GetImageSubresourceLayout()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 900 if (screen->resource_get_param) { in test_nv12() 910 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12() 918 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12() 926 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12() 934 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12() 942 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 179 result = screen->resource_get_param(screen, NULL, tex, 0, 0, 0, param, in noop_resource_get_param() 559 if (oscreen->resource_get_param) in noop_screen_create() 560 screen->resource_get_param = noop_resource_get_param; in noop_screen_create()
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 282 return screen->resource_get_param(screen, rb_pipe ? rb_pipe->pipe : NULL, in rbug_screen_resource_get_param() 426 SCR_INIT(resource_get_param); in rbug_screen_create()
|
/external/mesa3d/docs/relnotes/ |
D | 19.2.0.rst | 283 - gallium/ddebug: Wrap resource_get_param if available 284 - gallium/trace: Wrap resource_get_param if available 285 - gallium/rbug: Wrap resource_get_param if available 286 - gallium/noop: Implement resource_get_param
|
D | 19.2.1.rst | 120 - gallium: extend resource_get_param to be as capable as
|
D | 19.3.0.rst | 2042 - gallium/ddebug: Wrap resource_get_param if available 2043 - gallium/trace: Wrap resource_get_param if available 2044 - gallium/rbug: Wrap resource_get_param if available 2045 - gallium/noop: Implement resource_get_param 2373 - gallium: extend resource_get_param to be as capable as 2375 - radeonsi: implement pipe_screen::resource_get_param
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 281 bool (*resource_get_param)(struct pipe_screen *screen, member
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 328 return screen->resource_get_param(screen, pipe, resource, plane, layer, in dd_screen_resource_get_param() 594 SCR_INIT(resource_get_param); in ddebug_screen_create()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 427 return screen->resource_get_param(screen, tr_pipe ? tr_pipe->pipe : NULL, in trace_screen_resource_get_param() 720 SCR_INIT(resource_get_param); in trace_screen_create()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1216 if (!pscreen->resource_get_param) in dri2_resource_get_param() 1219 return pscreen->resource_get_param(pscreen, NULL, image->texture, in dri2_resource_get_param() 1231 if (!image->texture->screen->resource_get_param) in dri2_query_image_by_resource_param()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 962 screen->resource_get_param = llvmpipe_resource_get_param; in llvmpipe_init_screen_resource_funcs()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2234 pscreen->resource_get_param = iris_resource_get_param; in iris_init_screen_resource_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 2332 sscreen->b.resource_get_param = si_resource_get_param; in si_init_screen_texture_functions()
|