HomeSort by relevance Sort by last modified time
    Searched refs:Phase (Results 1 - 25 of 42) 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;
  /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;
  /external/llvm/utils/release/
test-release.sh 61 echo " -no-compare-files Don't test that phase 2 and 3 files are identical."
267 Phase="$1"
305 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
310 Phase="$1"
323 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
328 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
333 Phase="$1
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.h 66 enum Phase {
85 // Holds 'installing' or 'waiting' version depending on the phase.
94 void SetPhase(Phase phase);
132 Phase phase_;
service_worker_register_job.cc 116 void ServiceWorkerRegisterJob::SetPhase(Phase phase) {
117 switch (phase) {
145 phase_ = phase;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 65 enum Phase {
82 Phase phase() const { return ensureCalculated().phase; } function in class:WebCore::AnimationNode
153 Phase phase; member in struct:WebCore::AnimationNode::CalculatedTiming
TimingCalculations.h 48 static inline AnimationNode::Phase calculatePhase(double activeDuration, double localTime, const Timing& specified)
60 static inline bool isActiveInParentPhase(AnimationNode::Phase parentPhase, Timing::FillMode fillMode)
75 static inline double calculateActiveTime(double activeDuration, Timing::FillMode fillMode, double localTime, AnimationNode::Phase parentPhase, AnimationNode::Phase phase, const Timing& specified)
78 ASSERT(phase == calculatePhase(activeDuration, localTime, specified));
80 switch (phase) {
AnimationNode.cpp 110 const Phase currentPhase = calculatePhase(activeDuration, localTime, m_timing);
112 const AnimationNode::Phase parentPhase = AnimationNode::PhaseActive;
138 const AnimationNode::Phase localCurrentPhase = calculatePhase(localActiveDuration, localLocalTime, m_timing);
152 m_calculated.phase = currentPhase;
154 m_calculated.isInPlay = phase() == PhaseActive && (!m_parent || m_parent->isInPlay());
155 m_calculated.isCurrent = phase() == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingModel.js 41 WebInspector.TracingModel.Phase = {
188 if (payload.ph !== WebInspector.TracingModel.Phase.Metadata) {
197 if (payload.ph === WebInspector.TracingModel.Phase.SnapshotObject)
260 this.phase = payload.ph;
478 if (payload.ph === WebInspector.TracingModel.Phase.End) {
487 if (payload.ph === WebInspector.TracingModel.Phase.Begin || payload.ph === WebInspector.TracingModel.Phase.Complete) {
TimelineTracingView.js 361 return record.phase === WebInspector.TracingModel.Phase.SnapshotObject;
371 if (record.phase === WebInspector.TracingModel.Phase.SnapshotObject)
460 this._timelineData.entryTotalTimes[index] = record.phase === WebInspector.TracingModel.Phase.SnapshotObject ? NaN : record.duration || 0;
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h 28 blink::WebMouseWheelEvent::Phase phase);
synthetic_web_input_event_builders.cc 50 WebMouseWheelEvent::Phase phase) {
53 result.phase = phase;
  /external/chromium_org/base/test/
trace_event_analyzer.h 39 // Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN) &&
151 char phase; member in struct:trace_analyzer::TraceEvent
191 // Compare with the given phase.
192 static Query Phase(char phase);
245 static Query EventPhaseIs(char phase) {
246 return Query(EVENT_PHASE) == Query::Phase(phase);
312 static Query OtherPhaseIs(char phase) {
313 return Query(OTHER_PHASE) == Query::Phase(phase)
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 346 enum Phase {
369 Phase phase; member in class:blink::WebMouseWheelEvent
370 Phase momentumPhase;
400 , phase(PhaseNone)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 103 enum Phase { PhaseBegin, PhaseEnd };
104 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes) :
106 phase(static_cast<Phase>(phase)),
111 Phase phase; member in class:WebCore::FINAL::GPUEvent
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate_browsertest.cc 68 void SendWheelEvent(int dx, int dy, blink::WebMouseWheelEvent::Phase phase) {
71 event.phase = phase;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 234 AnimationNode::Phase m_previousPhase;
250 AnimationNode::Phase m_previousPhase;
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 568 private Phase mPhase;
686 interface Phase {
690 final private Phase mSkipRest = new Phase() {
695 final private Phase mParseStart = new Phase() { // 5-9
712 final private Phase mParseHeader = new Phase() { // 10-13
812 final private Phase mParseCueId = new Phase() {
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmslut.c     [all...]
  /external/clang/include/clang/Driver/
Driver.h 189 // which option we used to determine the final phase.
344 /// \p Phase on the \p Input, taking in to account arguments
346 Action *ConstructPhaseAction(const llvm::opt::ArgList &Args, phases::ID Phase,
  /external/neven/
Android.mk 39 Embedded/common/src/b_BasicEm/Phase.c \

Completed in 542 milliseconds

1 2