Home
last modified time | relevance | path

Searched refs:resource_get_param (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c907 /* resource_get_param */ in test_nv12()
908 if (screen->resource_get_param) { in test_nv12()
918 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12()
921 printf("resource_get_param failed\n"); in test_nv12()
926 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12()
929 printf("resource_get_param failed\n"); in test_nv12()
934 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12()
937 printf("resource_get_param failed\n"); in test_nv12()
942 if (!screen->resource_get_param(screen, NULL, res, plane, 0, 0, in test_nv12()
945 printf("resource_get_param faile in test_nv12()
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A 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/
H A Dnoop_pipe.c196 /* resource_get_param mustn't fail. Just create something and return it. */ in noop_resource_get_param()
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/
H A 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/include/pipe/
H A Dp_screen.h328 bool (*resource_get_param)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A 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/auxiliary/driver_trace/
H A Dtr_screen.c833 trace_dump_call_begin("pipe_screen", "resource_get_param"); in trace_screen_resource_get_param()
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/drivers/etnaviv/
H A Detnaviv_resource.c703 pscreen->resource_get_param = etna_resource_get_param; in etna_resource_screen_init()
/third_party/mesa3d/src/gallium/frontends/dri/
H A 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/llvmpipe/
H A Dlp_texture.c1149 screen->resource_get_param = llvmpipe_resource_get_param; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1178 pscreen->resource_get_param = v3d_resource_get_param; in v3d_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1138 pscreen->resource_get_param = vc4_resource_get_param; in vc4_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c934 screen->base.resource_get_param = lima_resource_get_param; in lima_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c2006 pscreen->resource_get_param = crocus_resource_get_param; in crocus_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1485 pscreen->resource_get_param = panfrost_resource_get_param; in panfrost_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/
H A Diris_resource.c2708 pscreen->resource_get_param = iris_resource_get_param; in iris_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c2278 pscreen->resource_get_param = zink_resource_get_param; in zink_screen_resource_init()

Completed in 37 milliseconds