Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c934 unsigned int dst_usage; in st_CopyTexSubImage() local
1031 dst_usage = PIPE_BIND_DEPTH_STENCIL; in st_CopyTexSubImage()
1036 dst_usage = PIPE_BIND_RENDER_TARGET; in st_CopyTexSubImage()
1045 dst_usage)) { in st_CopyTexSubImage()
1065 surf_tmpl.usage = dst_usage; in st_CopyTexSubImage()