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

/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_st.c212 uint attachment_mask = 0; local
237 attachment_mask |= 1 << natt;
240 if (!gsurf->native->validate(gsurf->native, attachment_mask,
273 if (attachment_mask & (1 << natt)) {
276 attachment_mask &= ~(1 << natt);
H A Dnative.h141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h86 unsigned int attachment_mask; member in struct:wayland_surface
H A Dnative_wayland.c203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
212 if (!resource_surface_add_resources(surface->rsurf, attachment_mask |
213 surface->attachment_mask))
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
395 surface->attachment_mask = (1 << NATIVE_ATTACHMENT_FRONT_LEFT) |
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
194 if (!gdi_surface_update_buffers(&gsurf->base, attachment_mask))
201 resource_surface_get_resources(gsurf->rsurf, textures, attachment_mask);
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
104 if (!resource_surface_add_resources(fbsurf->rsurf, attachment_mask))
107 resource_surface_get_resources(fbsurf->rsurf, textures, attachment_mask);
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
203 if (!ximage_surface_update_buffers(&xsurf->base, attachment_mask))
210 resource_surface_get_resources(xsurf->rsurf, textures, attachment_mask);
H A Dnative_dri2.c381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
388 (dri2surf->valid_mask & attachment_mask) != attachment_mask) {
389 if (!dri2_surface_update_buffers(&dri2surf->base, attachment_mask))
399 if (native_attachment_mask_test(attachment_mask, att)) {
/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dmodeset.c38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
44 if (!resource_surface_add_resources(drmsurf->rsurf, attachment_mask))
47 resource_surface_get_resources(drmsurf->rsurf, textures, attachment_mask);
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp439 android_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
462 if (native_attachment_mask_test(attachment_mask, att)) {

Completed in 155 milliseconds