Home
last modified time | relevance | path

Searched defs:pipe_screen (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h89 struct pipe_screen { struct
98 int (*get_screen_fd)(struct pipe_screen *); argument
112 void (*destroy)(struct pipe_screen *); argument
114 const char *(*get_name)(struct pipe_screen *); argument
116 const char *(*get_vendor)(struct pipe_screen *); argument
124 const char *(*get_device_vendor)(struct pipe_screen *); argument
131 const char *(*get_cl_cts_version)(struct pipe_screen *); argument
137 int (*get_param)(struct pipe_screen *, enum pipe_cap param); argument
143 float (*get_paramf)(struct pipe_screen *, enum pipe_capf param); argument
149 int (*get_shader_param)(struct pipe_screen *, enum pipe_shader_type shader, argument
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs104 fn screen(&self) -> &pipe_screen { in screen()