Home
last modified time | relevance | path

Searched refs:identity_screen (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/identity/
Did_screen.c42 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_destroy()
53 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_get_name()
62 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_get_vendor()
72 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_get_param()
83 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_get_shader_param()
94 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_get_paramf()
108 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_is_format_supported()
122 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_context_create()
136 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_resource_create()
153 struct identity_screen *id_screen = identity_screen(_screen); in identity_screen_resource_from_handle()
[all …]
Did_screen.h35 struct identity_screen { struct
42 static INLINE struct identity_screen * argument
43 identity_screen(struct pipe_screen *screen) in identity_screen() function
45 return (struct identity_screen *)screen; in identity_screen()
Did_objects.h77 (void)identity_screen(_resource->screen); in identity_resource()
143 identity_resource_create(struct identity_screen *id_screen,
Did_objects.c38 identity_resource_create(struct identity_screen *id_screen, in identity_resource_create()
Did_context.c872 (void)identity_screen(_screen); in identity_context_create()