HomeSort by relevance Sort by last modified time
    Searched refs:I915_PMU_SAMPLE_BITS (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/drm/
i915_drm.h 45 #define I915_PMU_SAMPLE_BITS (4)
48 #define I915_PMU_CLASS_SHIFT (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
49 #define __I915_PMU_ENGINE(class,instance,sample) ((class) << I915_PMU_CLASS_SHIFT | (instance) << I915_PMU_SAMPLE_BITS | (sample))
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 116 #define I915_PMU_SAMPLE_BITS (4)
120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
124 (instance) << I915_PMU_SAMPLE_BITS | \
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 116 #define I915_PMU_SAMPLE_BITS (4)
120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
124 (instance) << I915_PMU_SAMPLE_BITS | \
    [all...]

Completed in 57 milliseconds