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.c1079 int hw_priority = GEN_CONTEXT_MEDIUM_PRIORITY; in brwCreateContext() local
1083 hw_priority = GEN_CONTEXT_LOW_PRIORITY; in brwCreateContext()
1086 hw_priority = GEN_CONTEXT_HIGH_PRIORITY; in brwCreateContext()
1090 if (hw_priority != I915_CONTEXT_DEFAULT_PRIORITY && in brwCreateContext()
1091 brw_hw_context_set_priority(brw->bufmgr, brw->hw_ctx, hw_priority)) { in brwCreateContext()
1094 ctx_config->priority, hw_priority); in brwCreateContext()