Home
last modified time | relevance | path

Searched refs:layout_resource_for_modifier (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h125 int (*layout_resource_for_modifier)(struct fd_resource *rsc, member
Dfreedreno_resource.c1434 if (screen->layout_resource_for_modifier(rsc, handle->modifier) < 0) in fd_resource_from_handle()
1654 if (!screen->layout_resource_for_modifier) in fd_resource_screen_init()
1655 screen->layout_resource_for_modifier = fd_layout_resource_for_modifier; in fd_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.c306 screen->layout_resource_for_modifier = fd6_layout_resource_for_modifier; in fd6_resource_screen_init()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2738 - freedreno: Add layout_resource_for_modifier screen vfunc