Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
H A Deglapi.c861 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() local
880 if (!draw_surf || !read_surf) { in eglMakeCurrent()
890 (!read_surf && read != EGL_NO_SURFACE)) in eglMakeCurrent()
892 if (draw_surf || read_surf) in eglMakeCurrent()
901 if (read_surf && read_surf->Lost) in eglMakeCurrent()
908 if (read_surf && read_surf->ProtectedContent && in eglMakeCurrent()
912 ret = disp->Driver->MakeCurrent(disp, draw_surf, read_surf, context); in eglMakeCurrent()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2708 struct isl_surf read_surf = res->surf; in iris_create_surface() local
2727 &read_surf, &read_surf_offset_B, in iris_create_surface()
2737 assert(read_surf.dim_layout == ISL_DIM_LAYOUT_GFX4_2D); in iris_create_surface()
2738 read_surf.dim = ISL_SURF_DIM_2D; in iris_create_surface()
2810 &read_surf, read_view, read_surf_offset_B, in iris_create_surface()

Completed in 15 milliseconds