/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pm4.c | 164 if (idx != ~0 && rctx->emitted.array[idx] == state) { in si_pm4_free_state() 165 rctx->emitted.array[idx] = NULL; in si_pm4_free_state() 181 if (!state || rctx->emitted.array[i] == state) in si_pm4_sync_flags() 196 if (!state || rctx->emitted.array[i] == state) in si_pm4_dirty_dw() 227 if (!state || rctx->emitted.array[i] == state) in si_pm4_emit_dirty() 231 rctx->emitted.array[i] = state; in si_pm4_emit_dirty() 237 memset(&rctx->emitted, 0, sizeof(rctx->emitted)); in si_pm4_reset_emitted()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | radeonsi_pm4.c | 164 if (idx != ~0 && rctx->emitted.array[idx] == state) { in si_pm4_free_state() 165 rctx->emitted.array[idx] = NULL; in si_pm4_free_state() 181 if (!state || rctx->emitted.array[i] == state) in si_pm4_sync_flags() 196 if (!state || rctx->emitted.array[i] == state) in si_pm4_dirty_dw() 227 if (!state || rctx->emitted.array[i] == state) in si_pm4_emit_dirty() 231 rctx->emitted.array[i] = state; in si_pm4_emit_dirty() 237 memset(&rctx->emitted, 0, sizeof(rctx->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/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/llvm/test/CodeGen/AArch64/ |
D | tls-dynamic-together.ll | 3 ; If the .tlsdesccall and blr parts are emitted completely separately (even with 5 ; the option). This is definitely wrong, so we make sure they are emitted
|
/external/chromium_org/third_party/mesa/src/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/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/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.
|
D | label-redefinition.ll | 2 ; RUN: not llc %s -o - 2>&1 | grep "'_foo' label emitted multiple times to assembly"
|
D | visibility2.ll | 2 ; emitted they are not treated as definitions. Test case for r132825.
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_context.h | 137 GLuint emitted; /* I810_UPLOAD_* */ member 157 i830->state.emitted &= ~flag; \
|
D | i915_context.h | 246 GLuint emitted; /* I915_UPLOAD_* */ member 271 (i915)->state.emitted &= ~(flag); \
|
D | i915_vtbl.c | 236 dirty = state->active & ~state->emitted; in get_dirty() 238 state->emitted &= ~I915_UPLOAD_TEX_ALL; in get_dirty() 239 dirty = state->active & ~state->emitted; in get_dirty() 355 state->emitted |= dirty; in i915_emit_state() 833 i915->state.emitted = 0; in i915_new_batch()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i830_context.h | 137 GLuint emitted; /* I810_UPLOAD_* */ member 157 i830->state.emitted &= ~flag; \
|
D | i915_context.h | 246 GLuint emitted; /* I915_UPLOAD_* */ member 271 (i915)->state.emitted &= ~(flag); \
|
D | i915_vtbl.c | 236 dirty = state->active & ~state->emitted; in get_dirty() 238 state->emitted &= ~I915_UPLOAD_TEX_ALL; in get_dirty() 239 dirty = state->active & ~state->emitted; in get_dirty() 355 state->emitted |= dirty; in i915_emit_state() 833 i915->state.emitted = 0; in i915_new_batch()
|
/external/dnsmasq/dbus/ |
D | DBus-interface | 120 This signal is emitted when a DHCP lease for a given IP address is created. 125 This signal is emitted when a DHCP lease for a given IP address is deleted. 130 This signal is emitted when a DHCP lease for a given IP address is updated.
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 86 Fixed-width integer values have their low bits emitted directly to the file. 104 For example, the value 27 (0x1B) is encoded as 1011 0011 when emitted as a vbr4 253 letters with values less than 32, each letter would need to be emitted as at 284 emitted. 291 few binary operators, the abbreviation does not need to be emitted. 319 the result is always a single specific value. This specific value is emitted 324 are just emitted as their code. 328 have extra data are emitted as their code, followed by the extra data. 332 * Fixed (code 1): The field should be emitted as a `fixed-width value`_, whose 335 * VBR (code 2): The field should be emitted as a `variable-width value`_, whose [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | externally_available.ll | 6 ; test_function should not be emitted to the .s file.
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 21 ; check that .cfi_offset directives are emitted for $a0-$a3. 62 ; check that .cfi_offset directives are emitted for $a0-$a3.
|
D | eh-return64.ll | 21 ; check that .cfi_offset directives are emitted for $a0-$a3. 65 ; check that .cfi_offset directives are emitted for $a0-$a3.
|
/external/llvm/test/CodeGen/Thumb/ |
D | iabs.ll | 10 ; This test just checks that 4 instructions were emitted
|
/external/llvm/test/CodeGen/ARM/ |
D | 2012-10-04-LDRB_POST_IMM-Crash.ll | 2 ; Check that LDRB_POST_IMM instruction emitted properly.
|
/external/llvm/test/MC/X86/ |
D | gnux32-dwarf-gen.s | 7 # This test checks the dwarf info section emitted to the output object by the
|