HomeSort by: relevance | last modified time | path
    Searched defs:emitted (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fence.c 366 * amdgpu_fence_count_emitted - get the count of emitted fences
370 * Get the number of fences emitted on the requested ring (all asics).
371 * Returns the number of emitted fences on the ring. Used by the
376 uint64_t emitted; local
382 emitted = 0x100000000ull;
383 emitted -= atomic_read(&ring->fence_drv.last_seq);
384 emitted += READ_ONCE(ring->fence_drv.sync_seq);
385 return lower_32_bits(emitted);
718 seq_printf(m, "Last emitted 0x%08x\n",
725 seq_printf(m, "Last emitted 0x%08x\n"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h 138 * The request queue allows us to note sequence numbers that have been emitted
212 ktime_t emitted; member in struct:i915_request::__anon5080::i915_request_duration_cb
282 /** Time at which this request was emitted, in jiffies. */
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fence.c 782 * radeon_fence_count_emitted - get the count of emitted fences
787 * Get the number of fences emitted on the requested ring (all asics).
788 * Returns the number of emitted fences on the ring. Used by the
793 uint64_t emitted; local
799 emitted = rdev->fence_drv[ring].sync_seq[ring]
802 if (emitted > 0x10000000) {
803 emitted = 0x10000000;
805 return (unsigned)emitted;
1052 seq_printf(m, "Last emitted 0x%016"PRIx64"\n",
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-services.c 292 bool emitted = false; local
349 emitted = true;
352 if (!emitted) {
  /src/external/gpl3/gcc/dist/gcc/analyzer/
diagnostic-manager.cc 983 therefore not be emitted. */
1696 If a region_creation_event should be emitted on the last statement of the
1724 bool emitted = false; local
1747 emitted = true;
1751 if (emitted)
1867 lead to state_change_events being emitted). */
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 4368 bool emitted;
4375 emitted = true;
4384 emitted = true;
4387 emitted
4390 if (emitted)
4789 decl as emitted so it is not placed in the output. Anything using
7678 emitted early enough to dominate all the possible later uses
11179 function's context, while when the statement is emitted at the
4351 bool emitted; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 780 emit an empty label for an FDE that wouldn't otherwise be emitted. We
1380 /* True if it has been emitted into .debug_loc* / .debug_loclists*
1382 unsigned char emitted : 1;
1385 /* True if .debug_loclists.dwo offset has been emitted for it already. */
1389 /* True if the range should be emitted even if begin and end
3028 debug there should be almost no types emitted so avoid enabling
3116 /* This counts the number of symbolic views emitted in this table
3240 /* If idx is equal to DW_RANGES_IDX_SKELETON, it should be emitted
3683 emitted. */
3704 /* The last file entry emitted by maybe_emit_file(). *
1379 unsigned char emitted : 1; member in struct:dw_loc_list_struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 782 emit an empty label for an FDE that wouldn't otherwise be emitted. We
1382 /* True if it has been emitted into .debug_loc* / .debug_loclists*
1384 unsigned char emitted : 1;
1387 /* True if .debug_loclists.dwo offset has been emitted for it already. */
1391 /* True if the range should be emitted even if begin and end
3030 debug there should be almost no types emitted so avoid enabling
3118 /* This counts the number of symbolic views emitted in this table
3242 /* If idx is equal to DW_RANGES_IDX_SKELETON, it should be emitted
3685 emitted. */
3706 /* The last file entry emitted by maybe_emit_file(). *
1381 unsigned char emitted : 1; member in struct:dw_loc_list_struct
    [all...]

Completed in 73 milliseconds