/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 102 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/ |
D | vmw_fence.c | 127 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/ |
D | fd6_query.c | 268 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/ |
D | comm-align.s | 5 # - 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/ |
D | comm-align.s | 5 # - 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/ |
D | MSA.txt | 37 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/ |
D | MSA.txt | 37 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/ |
D | externally_available.ll | 3 ; 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/ |
D | externally_available.ll | 3 ; 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/ |
D | externally_available.ll | 3 ; 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/ |
D | radeon_pair_schedule.c | 712 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/ |
D | trace_packet.proto | 156 // 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
|
D | clock_snapshot.proto | 45 // (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/ |
D | externally_available.ll | 3 ; 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/ |
D | mdnodes-distinct-nodes-first.ll | 2 ; Check that distinct nodes are emitted before uniqued nodes, even if that 15 ; previously emitted records
|
D | mdnodes-distinct-in-post-order.ll | 3 ; 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
|
D | mdnodes-distinct-nodes-break-cycles.ll | 10 ; cheap for distinct node operands. If the distinct node is emitted first, the 26 ; previously emitted records
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | chrome_latency_info.proto | 26 // 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.
|
D | counter_descriptor.proto | 29 // 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/ |
D | fltused.ll | 1 ; The purpose of this test to verify that the fltused symbol is emitted when 3 ; is not emitted otherwise.
|
D | fltused_function_pointer.ll | 1 ; The purpose of this test to verify that the fltused symbol is emitted when 3 ; is not emitted otherwise.
|
/external/llvm/test/CodeGen/X86/ |
D | fltused_function_pointer.ll | 1 ; The purpose of this test to to verify that the fltused symbol is emitted when 3 ; is not emitted otherwise.
|
D | fltused.ll | 1 ; 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/ |
D | fd2_emit.c | 114 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/ |
D | arm64-tls-dynamic-together.ll | 6 ; 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
|