/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/perfetto/protos/perfetto/trace/ |
D | trace_packet.proto | 45 // The root object emitted by Perfetto. A perfetto trace is just a stream of 83 // This field is emitted at periodic intervals (~10s) and 118 // Incrementally emitted interned data, valid only on the packet's sequence 121 // it (since the last reset of interning state). It may also be emitted 127 // interned data as well as periodically emitted data like 132 // sequence will not refer to any incremental data emitted before this 133 // TracePacket. For example, previously emitted interned data will be 134 // re-emitted if it is referred to again. 149 // When packet loss occurs, incrementally emitted data (including interned
|
/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/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/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/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 116 if (idx != ~0 && sctx->emitted.array[idx] == state) { in si_pm4_free_state() 117 sctx->emitted.array[idx] = NULL; in si_pm4_free_state() 151 memset(&sctx->emitted, 0, sizeof(sctx->emitted)); in si_pm4_reset_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/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/test/Transforms/GlobalDCE/ |
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/freedreno/a2xx/ |
D | fd2_emit.c | 124 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted) in emit_texture() argument 131 if (emitted & (1 << const_idx)) in emit_texture() 157 texmask emitted = 0; in emit_textures() local 162 emitted |= emit_texture(ring, ctx, verttex, i, emitted); in emit_textures() 166 emitted |= emit_texture(ring, ctx, fragtex, i, emitted); in emit_textures()
|
/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/perfetto/protos/perfetto/trace/track_event/ |
D | track_event.proto | 25 // Trace events emitted by client instrumentation library (TRACE_EVENT macros), 34 // emitted by the same producer + writer) and refers to data in preceding 35 // TracePackets emitted on the same sequence, both directly and indirectly. For 36 // example, interned data entries are emitted as part of a TracePacket and 39 // association) are emitted as part of ProcessDescriptor and ThreadDescriptor
|
D | process_descriptor.proto | 22 // Process-wide data that is periodically emitted by one thread per process. 23 // Valid for all events in packet sequences emitted by the same process.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
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/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
|
/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/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/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 28 // each TracePacket of the same packet sequence (packets emitted by the same 50 // emitted proactively in advance of referring to them in later packets. 59 // within the same tracing session, even after a reset of the emitted
|