Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c57 get_canonical_format(struct pipe_screen *screen, in get_canonical_format() function
66 return get_canonical_format(screen, PIPE_FORMAT_R8G8B8A8_UINT); in get_canonical_format()
76 return get_canonical_format(screen, PIPE_FORMAT_R8G8B8A8_UINT); in get_canonical_format()
83 return (screen->get_canonical_format ? \ in get_canonical_format()
84 screen->get_canonical_format(screen, format) : \ in get_canonical_format()
90 return (screen->get_canonical_format ? \ in get_canonical_format()
91 screen->get_canonical_format(screen, format) : \ in get_canonical_format()
98 return (screen->get_canonical_format ? \ in get_canonical_format()
99 screen->get_canonical_format(screen, format) : \ in get_canonical_format()
107 return (screen->get_canonical_format ? \ in get_canonical_format()
[all …]
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h179 enum pipe_format (*get_canonical_format)(struct pipe_screen *, member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c856 pscreen->get_canonical_format = v3d_screen_get_compatible_tlb_format; in v3d_screen_create()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst3298 - gallium: move get_canonical_format hook to pipe_screen