Home
last modified time | relevance | path

Searched refs:resource_get_param (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/docs/relnotes/
D21.1.8.rst93 - 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
D21.2.2.rst255 - 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
D19.2.0.rst283 - 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
D19.2.1.rst120 - gallium: extend resource_get_param to be as capable as
D21.1.4.rst62 - llvmpipe: Add handle export for resource_get_param
D19.3.0.rst2042 - 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
D21.3.0.rst4010 - 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/
Du_tests.c908 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/
Dlvp_image.c218 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/
Dnoop_pipe.c201 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/
Drbug_screen.c332 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/
Ddd_screen.c330 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/
Dp_screen.h328 bool (*resource_get_param)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c843 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/
Ddri2.c1339 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/
Detnaviv_resource.c703 pscreen->resource_get_param = etna_resource_get_param; in etna_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1149 screen->resource_get_param = llvmpipe_resource_get_param; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c934 screen->base.resource_get_param = lima_resource_get_param; in lima_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1138 pscreen->resource_get_param = vc4_resource_get_param; in vc4_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1178 pscreen->resource_get_param = v3d_resource_get_param; in v3d_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1485 pscreen->resource_get_param = panfrost_resource_get_param; in panfrost_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c2006 pscreen->resource_get_param = crocus_resource_get_param; in crocus_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c2374 sscreen->b.resource_get_param = si_resource_get_param; in si_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2708 pscreen->resource_get_param = iris_resource_get_param; in iris_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c2278 pscreen->resource_get_param = zink_resource_get_param; in zink_screen_resource_init()

12