Searched refs:pipeMode (Results 1 – 1 of 1) sorted by relevance
176 unsigned pipeMode; in st_MapTextureImage() local179 pipeMode = 0x0; in st_MapTextureImage()181 pipeMode |= PIPE_TRANSFER_READ; in st_MapTextureImage()183 pipeMode |= PIPE_TRANSFER_WRITE; in st_MapTextureImage()185 pipeMode |= PIPE_TRANSFER_DISCARD_RANGE; in st_MapTextureImage()187 map = st_texture_image_map(st, stImage, slice, pipeMode, x, y, w, h); in st_MapTextureImage()