Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_defines.h39 #define INTEL_CONTEXT_LOW_PRIORITY ((I915_CONTEXT_MIN_USER_PRIORITY-1)/2) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c309 priority = INTEL_CONTEXT_LOW_PRIORITY; in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c367 priority = INTEL_CONTEXT_LOW_PRIORITY; in iris_create_context()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2663 return INTEL_CONTEXT_LOW_PRIORITY; in vk_priority_to_gen()