HomeSort by relevance Sort by last modified time
    Searched refs:pipeline (Results 101 - 125 of 157) sorted by null

1 2 3 45 6 7

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 40 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
EditorChanSat.java 42 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 36 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
BaseFiltersManager.java 24 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 17 package com.android.gallery3d.filtershow.pipeline;
176 // Now, let's get the earliest cached result in our pipeline
ProcessingService.java 17 package com.android.gallery3d.filtershow.pipeline;
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]
  /frameworks/native/opengl/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/GLES3/
gl31.h     [all...]
  /external/oprofile/events/i386/nehalem/
events 38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline.
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
91 event:0xD4 counters:0,1,2,3 um:one minimum:6000 name:SEG_RENAME_STALLS : Counts the number of stall cycles due to the lack of renaming resources for the ES, DS, FS, and GS segment registers. If a segment is renamed but not retired and a second update to the same segment occurs, a stall occurs in the front-end of the pipeline until the renamed segment retires.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 43 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
GeometryMathUtils.java 36 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 30 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 836 return aaline_stage(draw->pipeline.aaline);
933 * into the draw module's pipeline. This will not be used if the
975 draw->pipeline.aaline = &aaline->stage;
draw_pipe_aapoint.c 820 return aapoint_stage(draw->pipeline.aapoint);
879 * into the draw module's pipeline. This will not be used if the
907 draw->pipeline.aapoint = &aapoint->stage;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 836 return aaline_stage(draw->pipeline.aaline);
933 * into the draw module's pipeline. This will not be used if the
975 draw->pipeline.aaline = &aaline->stage;
draw_pipe_aapoint.c 820 return aapoint_stage(draw->pipeline.aapoint);
879 * into the draw module's pipeline. This will not be used if the
907 draw->pipeline.aapoint = &aapoint->stage;
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl     [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl     [all...]
glwImpl.inl     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 109 import com.android.gallery3d.filtershow.pipeline.CachingPipeline;
110 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
111 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 42 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;

Completed in 1003 milliseconds

1 2 3 45 6 7