Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.h30 struct dri2_format_mapping { struct
47 const struct dri2_format_mapping * argument
50 const struct dri2_format_mapping *
61 const struct dri2_format_mapping *map);
Ddri_helpers.c383 static const struct dri2_format_mapping dri2_format_table[] = {
536 const struct dri2_format_mapping *
547 const struct dri2_format_mapping *
571 const struct dri2_format_mapping *map) in dri2_yuv_dma_buf_supported()
594 const struct dri2_format_mapping *map = &dri2_format_table[i]; in dri2_query_dma_buf_formats()
Ddri2.c729 static const struct dri2_format_mapping r8_g8b8_mapping = {
741 int width, int height, const struct dri2_format_mapping *map, in dri2_create_image_from_winsys()
863 const struct dri2_format_mapping *map = dri2_get_mapping_by_format(format); in dri2_create_image_from_name()
894 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc); in dri2_get_modifier_num_planes()
945 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc); in dri2_create_image_from_fd()
1006 const struct dri2_format_mapping *map = dri2_get_mapping_by_format(format); in dri2_create_image_common()
1124 const struct dri2_format_mapping *map; in dri2_query_image_common()
1366 const struct dri2_format_mapping *map = dri2_get_mapping_by_format(format); in dri2_from_names()
1452 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc); in dri2_query_dma_buf_modifiers()
Ddri_screen.c467 const struct dri2_format_mapping *map; in dri_get_egl_image()