Home
last modified time | relevance | path

Searched refs:emitted (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c102 if (idx != ~0 && sctx->emitted.array[idx] == state) { in si_pm4_free_state()
103 sctx->emitted.array[idx] = NULL; in si_pm4_free_state()
132 struct si_pm4_state *state = sctx->emitted.array[i]; in si_pm4_reset_emitted()
135 sctx->emitted.array[i] = NULL; in si_pm4_reset_emitted()
142 memset(&sctx->emitted, 0, sizeof(sctx->emitted)); in si_pm4_reset_emitted()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_fence.c127 uint32_t emitted, in vmw_fences_signal() argument
140 emitted = ops->last_emitted; in vmw_fences_signal()
141 if (emitted - signaled > (1 << 30)) in vmw_fences_signal()
142 emitted = signaled; in vmw_fences_signal()
145 if (signaled == ops->last_signaled && emitted == ops->last_emitted) in vmw_fences_signal()
149 if (!vmw_fence_seq_is_signaled(fence->seqno, signaled, emitted)) in vmw_fences_signal()
156 ops->last_emitted = emitted; in vmw_fences_signal()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c268 uint64_t emitted, generated; member
312 i, ps->start[i].emitted, ps->stop[i].emitted, ps->stop[i].emitted - ps->start[i].emitted); in log_counters()
315 printf("generated %lld, emitted %lld\n", ps->result.generated, ps->result.emitted); in log_counters()
420 primitives_relocw(ring, aq, result.emitted); in primitives_emitted_pause()
421 primitives_reloc(ring, aq, result.emitted); in primitives_emitted_pause()
422 primitives_reloc(ring, aq, stop[aq->base.index].emitted); in primitives_emitted_pause()
423 primitives_reloc(ring, aq, start[aq->base.index].emitted); in primitives_emitted_pause()
434 result->u64 = ps->result.emitted; in primitives_emitted_result()
/external/llvm/test/MC/COFF/
Dcomm-align.s5 # - that -aligncomm is not emitted for 1-byte alignment
6 # - that -aligncomm is emitted for the various alignments (greater than 1)
9 # - that functions after the switch also are emitted into the correct section
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcomm-align.s5 # - that -aligncomm is not emitted for 1-byte alignment
6 # - that -aligncomm is emitted for the various alignments (greater than 1)
9 # - that functions after the switch also are emitted into the correct section
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMSA.txt37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
49 shf.w will be emitted instead.
67 the same operation and will be emitted instead.
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
83 bmnzi.b and bmzi.b and can be emitted.
/external/llvm/lib/Target/Mips/
DMSA.txt37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
49 shf.w will be emitted instead.
67 the same operation and will be emitted instead.
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
83 bmnzi.b and bmzi.b and can be emitted.
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
8 ; test_global should not be emitted to the .s file.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
8 ; test_global should not be emitted to the .s file.
/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
9 ; test_global should not be emitted to the .s file.
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c712 static void presub_nop(struct rc_instruction * emitted) { in presub_nop() argument
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) { in presub_nop()
719 if (emitted->Prev->U.P.RGB.WriteMask) in presub_nop()
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex; in presub_nop()
723 if (emitted->Prev->U.P.Alpha.WriteMask) in presub_nop()
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex; in presub_nop()
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in presub_nop()
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index); in presub_nop()
733 unsigned int index = emitted->U.P.RGB.Src[i].Index; in presub_nop()
734 if (emitted->U.P.RGB.Src[i].File == RC_FILE_TEMPORARY in presub_nop()
[all …]
/external/perfetto/protos/perfetto/trace/
Dtrace_packet.proto156 // This field is emitted at periodic intervals (~10s) and
191 // Incrementally emitted interned data, valid only on the packet's sequence
194 // it (since the last reset of interning state). It may also be emitted
203 // interned data as well as periodically emitted data like
208 // sequence will not refer to any incremental data emitted before this
209 // TracePacket. For example, previously emitted interned data will be
210 // re-emitted if it is referred to again.
229 // Default values for fields of later TracePackets emitted on this packet's
233 // Requires that any future packet emitted on the same sequence specifies
247 // When packet loss occurs, incrementally emitted data (including interned
Dclock_snapshot.proto45 // (i.e. only for TracePacket(s) emitted by the same TraceWriter
46 // that emitted the clock snapshot).
56 // from the last TracePacket's timestamp (referencing this clock) emitted by
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_global should not be emitted to the .s file.
11 ; test_function should not be emitted to the .s file.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dmdnodes-distinct-nodes-first.ll2 ; Check that distinct nodes are emitted before uniqued nodes, even if that
15 ; previously emitted records
Dmdnodes-distinct-in-post-order.ll3 ; Check that distinct nodes are emitted in post-order to avoid unnecessary
22 ; previously emitted records, but only if we have a number of record above
Dmdnodes-distinct-nodes-break-cycles.ll10 ; cheap for distinct node operands. If the distinct node is emitted first, the
26 ; previously emitted records
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_latency_info.proto26 // order we expect them to appear if they are emitted in trace in a blocking
39 // Could be emitted on both the renderer's main OR compositor.
42 // renderer's compositor and this will be emitted.
Dcounter_descriptor.proto29 // slice-type events cannot be emitted onto a counter track.
31 // Values for counters that are only emitted on a single packet sequence can
59 // (e.g. those emitted by TRACE_COUNTER macros of the client library)
77 // supported for counters that are emitted on a single packet-sequence (e.g.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfltused.ll1 ; The purpose of this test to verify that the fltused symbol is emitted when
3 ; is not emitted otherwise.
Dfltused_function_pointer.ll1 ; The purpose of this test to verify that the fltused symbol is emitted when
3 ; is not emitted otherwise.
/external/llvm/test/CodeGen/X86/
Dfltused_function_pointer.ll1 ; The purpose of this test to to verify that the fltused symbol is emitted when
3 ; is not emitted otherwise.
Dfltused.ll1 ; The purpose of this test to to verify that the fltused symbol is emitted when
3 ; is not emitted otherwise.
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c114 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted) in emit_texture() argument
123 if (emitted & (1 << const_idx)) in emit_texture()
161 texmask emitted = 0; in emit_textures() local
166 emitted |= emit_texture(ring, ctx, verttex, i, emitted); in emit_textures()
170 emitted |= emit_texture(ring, ctx, fragtex, i, emitted); in emit_textures()
/external/llvm/test/CodeGen/AArch64/
Darm64-tls-dynamic-together.ll6 ; If the .tlsdesccall and blr parts are emitted completely separately (even with
8 ; the option). This is definitely wrong, so we make sure they are emitted

12345678910>>...28