Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1389 static void si_query_dmabuf_modifiers(struct pipe_screen *screen, in si_query_dmabuf_modifiers() function
1420 si_query_dmabuf_modifiers(screen, format, 0, NULL, NULL, &allowed_mod_count); in si_is_dmabuf_modifier_supported()
1435 si_query_dmabuf_modifiers(screen, format, allowed_mod_count, allowed_modifiers, in si_is_dmabuf_modifier_supported()
1494 si_query_dmabuf_modifiers(screen, templ->format, 0, NULL, NULL, &allowed_mod_count); in si_texture_create_with_modifiers()
1502 si_query_dmabuf_modifiers(screen, templ->format, allowed_mod_count, allowed_modifiers, NULL, &allowed_mod_count); in si_texture_create_with_modifiers()
1508 * preference in the list provided by si_query_dmabuf_modifiers. */ in si_texture_create_with_modifiers()
2389 sscreen->b.query_dmabuf_modifiers = si_query_dmabuf_modifiers; in si_init_screen_texture_functions()

Completed in 4 milliseconds