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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1056 int hw_priority = GEN_CONTEXT_MEDIUM_PRIORITY; local in function:brwCreateContext
1060 hw_priority = GEN_CONTEXT_LOW_PRIORITY;
1063 hw_priority = GEN_CONTEXT_HIGH_PRIORITY;
1067 if (hw_priority != I915_CONTEXT_DEFAULT_PRIORITY &&
1068 brw_hw_context_set_priority(brw->bufmgr, brw->hw_ctx, hw_priority)) {
1071 ctx_config->priority, hw_priority);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1109 int hw_priority = INTEL_CONTEXT_MEDIUM_PRIORITY; local in function:brw_create_context
1113 hw_priority = INTEL_CONTEXT_LOW_PRIORITY;
1116 hw_priority = INTEL_CONTEXT_HIGH_PRIORITY;
1120 if (hw_priority != I915_CONTEXT_DEFAULT_PRIORITY &&
1121 brw_hw_context_set_priority(brw->bufmgr, brw->hw_ctx, hw_priority)) {
1124 ctx_config->priority, hw_priority);

Completed in 6 milliseconds