Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1435 unsigned srcBind; in st_CopyPixels() local
1502 srcBind = PIPE_BIND_SAMPLER_VIEW | in st_CopyPixels()
1506 srcBind)) { in st_CopyPixels()
1511 srcBind, FALSE); in st_CopyPixels()
1519 srcBind, FALSE); in st_CopyPixels()
1524 srcBind, FALSE); in st_CopyPixels()
1529 srcBind, FALSE); in st_CopyPixels()
1534 srcBind, FALSE); in st_CopyPixels()
1539 srcBind, FALSE); in st_CopyPixels()
1578 pt = alloc_texture(st, width, height, srcFormat, srcBind); in st_CopyPixels()