Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c141 unsigned int gallium_usage = 0; in xa_surface_map() local
151 gallium_usage |= PIPE_MAP_READ; in xa_surface_map()
153 gallium_usage |= PIPE_MAP_WRITE; in xa_surface_map()
155 gallium_usage |= PIPE_MAP_DIRECTLY; in xa_surface_map()
157 gallium_usage |= PIPE_MAP_UNSYNCHRONIZED; in xa_surface_map()
159 gallium_usage |= PIPE_MAP_DONTBLOCK; in xa_surface_map()
161 gallium_usage |= PIPE_MAP_DISCARD_WHOLE_RESOURCE; in xa_surface_map()
163 if (!(gallium_usage & (PIPE_MAP_READ_WRITE))) in xa_surface_map()
167 gallium_usage, 0, 0, in xa_surface_map()