/third_party/mesa3d/docs/relnotes/ |
D | 21.1.8.rst | 93 - etnaviv: add stride, offset and modifier to resource_get_param 94 - panfrost: implement resource_get_param 95 - vc4: implement resource_get_param 96 - v3d: implement resource_get_param
|
D | 21.2.2.rst | 255 - etnaviv: add stride, offset and modifier to resource_get_param 256 - panfrost: implement resource_get_param 257 - vc4: implement resource_get_param 258 - v3d: implement resource_get_param
|
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 | 21.1.4.rst | 62 - llvmpipe: Add handle export for resource_get_param
|
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
|
D | 21.3.0.rst | 4010 - etnaviv: add stride, offset and modifier to resource_get_param 4011 - panfrost: implement resource_get_param 4012 - vc4: implement resource_get_param 4013 - v3d: implement resource_get_param
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 908 if (screen->resource_get_param) { 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() 950 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 218 device->pscreen->resource_get_param(device->pscreen, in lvp_GetImageSubresourceLayout() 229 device->pscreen->resource_get_param(device->pscreen, in lvp_GetImageSubresourceLayout() 240 device->pscreen->resource_get_param(device->pscreen, in lvp_GetImageSubresourceLayout()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 201 result = screen->resource_get_param(screen, NULL, tex, 0, 0, 0, param, in noop_resource_get_param() 784 if (oscreen->resource_get_param) in noop_screen_create() 785 screen->resource_get_param = noop_resource_get_param; in noop_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 332 return screen->resource_get_param(screen, rb_pipe ? rb_pipe->pipe : NULL, in rbug_screen_resource_get_param() 482 SCR_INIT(resource_get_param); in rbug_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 330 return screen->resource_get_param(screen, pipe, resource, plane, layer, in dd_screen_resource_get_param() 641 SCR_INIT(resource_get_param); in ddebug_screen_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 328 bool (*resource_get_param)(struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 843 result = screen->resource_get_param(screen, pipe, in trace_screen_resource_get_param() 1433 SCR_INIT(resource_get_param); in trace_screen_create()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1339 if (!pscreen->resource_get_param) in dri2_resource_get_param() 1345 return pscreen->resource_get_param(pscreen, NULL, image->texture, in dri2_resource_get_param() 1357 if (!image->texture->screen->resource_get_param) in dri2_query_image_by_resource_param()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_resource.c | 703 pscreen->resource_get_param = etna_resource_get_param; in etna_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 1149 screen->resource_get_param = llvmpipe_resource_get_param; in llvmpipe_init_screen_resource_funcs()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 934 screen->base.resource_get_param = lima_resource_get_param; in lima_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 1138 pscreen->resource_get_param = vc4_resource_get_param; in vc4_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 1178 pscreen->resource_get_param = v3d_resource_get_param; in v3d_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 1485 pscreen->resource_get_param = panfrost_resource_get_param; in panfrost_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 2006 pscreen->resource_get_param = crocus_resource_get_param; in crocus_init_screen_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 2374 sscreen->b.resource_get_param = si_resource_get_param; in si_init_screen_texture_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2708 pscreen->resource_get_param = iris_resource_get_param; in iris_init_screen_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 2278 pscreen->resource_get_param = zink_resource_get_param; in zink_screen_resource_init()
|