Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_defines.h41 #define INTEL_CONTEXT_HIGH_PRIORITY ((I915_CONTEXT_MAX_USER_PRIORITY+1)/2) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c307 priority = INTEL_CONTEXT_HIGH_PRIORITY; in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c365 priority = INTEL_CONTEXT_HIGH_PRIORITY; in iris_create_context()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c860 INTEL_CONTEXT_HIGH_PRIORITY, in anv_physical_device_try_create()
2667 return INTEL_CONTEXT_HIGH_PRIORITY; in vk_priority_to_gen()