Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c152 param.flags |= I915_PERF_FLAG_FD_CLOEXEC | I915_PERF_FLAG_FD_NONBLOCK; in anv_device_perf_open()
/third_party/libdrm/include/drm/
Di915_drm.h1708 #define I915_PERF_FLAG_FD_CLOEXEC (1<<0) macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h2370 #define I915_PERF_FLAG_FD_CLOEXEC (1<<0) macro
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c407 .flags = I915_PERF_FLAG_FD_CLOEXEC | in intel_perf_open()