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

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c111 Bool is_glamor_pixmap = FALSE; local in function:amdgpu_dri2_create_buffer2
145 is_glamor_pixmap = TRUE;
153 if (!pixmap && (is_glamor_pixmap || attachment != DRI2BufferFrontLeft)) {
171 if (is_glamor_pixmap) {
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_dri2.c117 Bool is_glamor_pixmap = FALSE; local in function:radeon_dri2_create_buffer2
151 is_glamor_pixmap = TRUE;
159 if (!pixmap && (is_glamor_pixmap || attachment != DRI2BufferFrontLeft)) {
252 } else if (is_glamor_pixmap) {

Completed in 6 milliseconds