Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c990 int hw_priority = BRW_CONTEXT_MEDIUM_PRIORITY; in brwCreateContext() local
994 hw_priority = BRW_CONTEXT_LOW_PRIORITY; in brwCreateContext()
997 hw_priority = BRW_CONTEXT_HIGH_PRIORITY; in brwCreateContext()
1001 if (hw_priority != I915_CONTEXT_DEFAULT_PRIORITY && in brwCreateContext()
1002 brw_hw_context_set_priority(brw->bufmgr, brw->hw_ctx, hw_priority)) { in brwCreateContext()
1005 ctx_config->priority, hw_priority); in brwCreateContext()