Searched refs:pipeMode (Results 1 – 1 of 1) sorted by relevance
257 unsigned pipeMode; in st_MapTextureImage() local261 pipeMode = 0x0; in st_MapTextureImage()263 pipeMode |= PIPE_TRANSFER_READ; in st_MapTextureImage()265 pipeMode |= PIPE_TRANSFER_WRITE; in st_MapTextureImage()267 pipeMode |= PIPE_TRANSFER_DISCARD_RANGE; in st_MapTextureImage()269 map = st_texture_image_map(st, stImage, pipeMode, x, y, slice, w, h, 1, in st_MapTextureImage()