Home
last modified time | relevance | path

Searched refs:dri_components (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c577 img->dri_components = 0; in dri2_create_image()
617 if (image->dri_components == 0) in dri2_query_image()
619 *value = image->dri_components; in dri2_query_image()
640 img->dri_components = image->dri_components; in dri2_dup_image()
666 int stride, dri_components; in dri2_from_names() local
676 dri_components = __DRI_IMAGE_COMPONENTS_RGB; in dri2_from_names()
680 dri_components = __DRI_IMAGE_COMPONENTS_RGBA; in dri2_from_names()
684 dri_components = __DRI_IMAGE_COMPONENTS_RGB; in dri2_from_names()
688 dri_components = __DRI_IMAGE_COMPONENTS_RGBA; in dri2_from_names()
692 dri_components = __DRI_IMAGE_COMPONENTS_RGB; in dri2_from_names()
[all …]
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_screen.h89 uint32_t dri_components; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1161 uint32_t dri_components; member
1369 int i, dri_components = 0; in dri2_wl_reference_buffer() local
1382 dri2_dpy->image->queryImage(img, __DRI_IMAGE_ATTRIB_COMPONENTS, &dri_components); in dri2_wl_reference_buffer()
1386 if (wl_drm_components[i].dri_components == dri_components) in dri2_wl_reference_buffer()