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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 35 unsigned char Phase[4];
radeon_dataflow_swizzles.c 49 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) {
57 mov->U.I.DstReg.WriteMask = split.Phase[phase];
63 if (!GET_BIT(split.Phase[phase], chan))
71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
74 else if (masked_negate == split.Phase[phase]
    [all...]
r300_fragprog_swizzle.c 191 split->Phase[split->NumPhases++] = best_matchmask;
r500_fragprog.c 263 split->Phase[split->NumPhases++] = negatebase[i];
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 35 unsigned char Phase[4];
radeon_dataflow_swizzles.c 49 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) {
57 mov->U.I.DstReg.WriteMask = split.Phase[phase];
63 if (!GET_BIT(split.Phase[phase], chan))
71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
74 else if (masked_negate == split.Phase[phase]
    [all...]
r300_fragprog_swizzle.c 191 split->Phase[split->NumPhases++] = best_matchmask;
r500_fragprog.c 263 split->Phase[split->NumPhases++] = negatebase[i];
  /external/llvm/utils/release/
test-release.sh 58 echo " -no-compare-files Don't test that phase 2 and 3 files are identical."
231 Phase="$1"
269 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
274 Phase="$1"
287 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
292 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
297 Phase="$1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemCalculations.h 41 static inline TimedItem::Phase calculatePhase(double activeDuration, double localTime, const Timing& specified)
53 static inline bool isActiveInParentPhase(TimedItem::Phase parentPhase, Timing::FillMode fillMode)
68 static inline double calculateActiveTime(double activeDuration, double localTime, TimedItem::Phase parentPhase, TimedItem::Phase phase, const Timing& specified)
71 ASSERT(phase == calculatePhase(activeDuration, localTime, specified));
73 switch (phase) {
TimedItem.cpp 60 const TimedItem::Phase phase = calculatePhase(activeDuration, localTime, m_specified); local
62 const TimedItem::Phase parentPhase = TimedItem::PhaseActive;
63 const double activeTime = calculateActiveTime(activeDuration, localTime, parentPhase, phase, m_specified);
80 const TimedItem::Phase phase = calculatePhase(activeDuration, newLocalTime, m_specified);
81 const double activeTime = calculateActiveTime(activeDuration, newLocalTime, parentPhase, phase, m_specified);
98 m_calculated.isInPlay = phase == PhaseActive && (!m_parent || m_parent->isInPlay());
99 m_calculated.isCurrent = phase == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent());
TimedItem.h 74 enum Phase {
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 354 enum Phase {
377 Phase phase; member in class:WebKit::WebMouseWheelEvent
378 Phase momentumPhase;
390 , phase(PhaseNone)
  /external/chromium_org/base/test/
trace_event_analyzer.h 39 // Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN) &&
149 char phase; member in struct:trace_analyzer::TraceEvent
189 // Compare with the given phase.
190 static Query Phase(char phase);
238 static Query EventPhaseIs(char phase) {
239 return Query(EVENT_PHASE) == Query::Phase(phase);
305 static Query OtherPhaseIs(char phase) {
306 return Query(OTHER_PHASE) == Query::Phase(phase)
    [all...]
trace_event_analyzer.cc 22 phase(TRACE_EVENT_PHASE_BEGIN),
45 phase = *phase_str.data();
47 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA);
48 bool require_id = (phase == TRACE_EVENT_PHASE_ASYNC_BEGIN ||
49 phase == TRACE_EVENT_PHASE_ASYNC_STEP ||
50 phase == TRACE_EVENT_PHASE_ASYNC_END);
231 Query Query::Phase(char phase) {
232 return Query(static_cast<double>(phase));
454 *num = static_cast<double>(the_event->phase);
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate_browsertest.cc 68 void SendWheelEvent(int dx, int dy, WebKit::WebMouseWheelEvent::Phase phase) {
71 event.phase = phase;
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebInputEventFactory.mm 52 - (NSEventPhase)phase;
755 static WebMouseWheelEvent::Phase phaseForNSEventPhase(NSEventPhase eventPhase)
757 uint32_t phase = WebMouseWheelEvent::PhaseNone;
759 phase |= WebMouseWheelEvent::PhaseBegan;
761 phase |= WebMouseWheelEvent::PhaseStationary;
763 phase |= WebMouseWheelEvent::PhaseChanged;
765 phase |= WebMouseWheelEvent::PhaseEnded;
767 phase |= WebMouseWheelEvent::PhaseCancelled;
769 phase |= WebMouseWheelEvent::PhaseMayBegin;
770 return static_cast<WebMouseWheelEvent::Phase>(phase)
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 564 private Phase mPhase;
682 interface Phase {
686 final private Phase mSkipRest = new Phase() {
691 final private Phase mParseStart = new Phase() { // 5-9
708 final private Phase mParseHeader = new Phase() { // 10-13
808 final private Phase mParseCueId = new Phase() {
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 187 // which option we used to determine the final phase.
346 /// \p Phase on the \p Input, taking in to account arguments
348 Action *ConstructPhaseAction(const llvm::opt::ArgList &Args, phases::ID Phase,
  /external/neven/
Android.mk 39 Embedded/common/src/b_BasicEm/Phase.c \
  /external/clang/lib/Driver/
Driver.cpp 150 // affect the phase, starting with the earliest phases, and record which
151 // option we used to determine the final phase.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/chromium_org/v8/src/
hydrogen.h 465 template<class Phase>
467 Phase phase(this);
468 phase.Run();
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 412 void SimulateWheelEventWithPhase(WebMouseWheelEvent::Phase phase) {
415 wheel_event.phase = phase;
420 EXPECT_EQ(phase, client_->sent_wheel_event().event.phase);
838 // Send a wheel phase end event before an ACK is received for the previous
843 // A gesture event should now result in the queued phase ended event being
855 ASSERT_EQ(WebMouseWheelEvent::PhaseEnded, wheel_event->phase);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 708 void SimulateWheelEventWithPhase(WebMouseWheelEvent::Phase phase) {
711 wheel_event.phase = phase;
    [all...]

Completed in 989 milliseconds

1 2