Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/frontend/
Dapi.h91 #define ST_CONTEXT_FLAG_LOW_PRIORITY (1 << 7) macro
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c128 attribs.flags |= ST_CONTEXT_FLAG_LOW_PRIORITY; in dri_create_context()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c909 if (attribs->flags & ST_CONTEXT_FLAG_LOW_PRIORITY) in st_api_create_context()