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.c1437 unsigned srcBind; in st_CopyPixels() local
1506 srcBind = PIPE_BIND_SAMPLER_VIEW | in st_CopyPixels()
1510 srcBind)) { in st_CopyPixels()
1515 srcBind, FALSE); in st_CopyPixels()
1523 srcBind, FALSE); in st_CopyPixels()
1528 srcBind, FALSE); in st_CopyPixels()
1533 srcBind, FALSE); in st_CopyPixels()
1538 srcBind, FALSE); in st_CopyPixels()
1543 srcBind, FALSE); in st_CopyPixels()
1582 pt = alloc_texture(st, width, height, srcFormat, srcBind); in st_CopyPixels()