HomeSort by relevance Sort by last modified time
    Searched refs:emitted (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 164 if (idx != ~0 && rctx->emitted.array[idx] == state) {
165 rctx->emitted.array[idx] = NULL;
181 if (!state || rctx->emitted.array[i] == state)
196 if (!state || rctx->emitted.array[i] == state)
227 if (!state || rctx->emitted.array[i] == state)
231 rctx->emitted.array[i] = state;
237 memset(&rctx->emitted, 0, sizeof(rctx->emitted));
radeonsi_pipe.h 186 union si_state emitted; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 164 if (idx != ~0 && rctx->emitted.array[idx] == state) {
165 rctx->emitted.array[idx] = NULL;
181 if (!state || rctx->emitted.array[i] == state)
196 if (!state || rctx->emitted.array[i] == state)
227 if (!state || rctx->emitted.array[i] == state)
231 rctx->emitted.array[i] = state;
237 memset(&rctx->emitted, 0, sizeof(rctx->emitted));
radeonsi_pipe.h 186 union si_state emitted; member in struct:r600_context
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 64 bool emitted = m_pInfoMap->process(*this); local
66 return emitted;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_context.h 137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
i915_context.h 246 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
271 (i915)->state.emitted &= ~(flag); \
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
i915_context.h 246 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
271 (i915)->state.emitted &= ~(flag); \
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 7 # This test checks the dwarf info section emitted to the output object by the
  /external/llvm/test/MC/Mips/
mips-data-directives.s 13 # Checking if the data and reloations were correctly emitted
mips_abi_flags_xx.s 10 # Checking if the Mips.abiflags were correctly emitted.
mips_abi_flags_xx_set.s 11 # Checking if the Mips.abiflags were correctly emitted.
nooddspreg-cmdarg.s 16 # Checking if the Mips.abiflags were correctly emitted.
nooddspreg.s 16 # Checking if the Mips.abiflags were correctly emitted.
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 10 # Checking if the Mips.abiflags were correctly emitted.
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 11 # Checking if the Mips.abiflags were correctly emitted.
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 10 # Checking if the Mips.abiflags were correctly emitted.
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 10 # Checking if the Mips.abiflags were correctly emitted.
  /external/llvm/test/MC/Mips/msa/
abiflags.s 11 # Checking if the Mips.abiflags were correctly emitted.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index)
    [all...]
  /cts/tools/utils/
monsoon.py 359 # 'offset' = (consumed samples) * FLAGS.hz - (emitted samples) * native_hz
361 emitted = offset = 0
367 while emitted < FLAGS.samples or FLAGS.samples == -1:
393 emitted += 1 # adjust for emitting 1 output sample
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 7 @ It is incorrect if the machine code is emitted in .ARM.exidx or .ARM.extab.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-815.js 37 // The code for the iterated-over object in for-in used to be emitted

Completed in 412 milliseconds

1 2