Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c98 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt]; in xmesa_st_framebuffer_copy_textures() local
102 if (!src_ptex || !dst_ptex) in xmesa_st_framebuffer_copy_textures()
109 if (src_ptex && dst_ptex) in xmesa_st_framebuffer_copy_textures()
110 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()

Completed in 1 milliseconds