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

1 2

  /external/skia/src/gpu/gl/
GrGpuGLShaders.h 51 const GrMatrix& getHWSamplerMatrix(int stage);
52 void recordHWSamplerMatrix(int stage, const GrMatrix& matrix);
55 void flushTextureMatrix(int stage);
58 void flushTextureDomain(int stage);
70 void flushRadial2(int stage);
73 void flushConvolution(int stage);
76 void flushTexelSize(int stage);
GrGpuGLShaders.cpp 244 // enable the stage?
258 StageDesc& stage = pdesc.fStages[s]; local
259 stage.fOptFlags = STAGE_OPTS[random_int(&random, GR_ARRAY_COUNT(STAGE_OPTS))];
260 stage.fInConfigFlags = IN_CONFIG_FLAGS[random_int(&random, GR_ARRAY_COUNT(IN_CONFIG_FLAGS))];
261 stage.fCoordMapping = random_int(&random, StageDesc::kCoordMappingCnt);
262 stage.fFetchMode = random_int(&random, StageDesc::kFetchModeCnt);
264 if (stage.fFetchMode == StageDesc::kConvolution_FetchMode ||
265 stage.fFetchMode == StageDesc::kDilate_FetchMode ||
266 stage.fFetchMode == StageDesc::kErode_FetchMode) {
267 stage.fOptFlags |= StageDesc::kNoPerspective_OptFlagBit
1042 StageDesc& stage = desc.fStages[s]; local
    [all...]
GrGLProgram.h 73 static int TextureMatrixAttributeIdx(int stage) {
74 return 7 + GrDrawState::kMaxTexCoords + 3 * stage;
GrGLProgram.cpp 138 inline void tex_matrix_name(int stage, GrStringBuilder* s) {
144 s->appendS32(stage);
147 inline void normalized_texel_size_name(int stage, GrStringBuilder* s) {
149 s->appendS32(stage);
152 inline void sampler_name(int stage, GrStringBuilder* s) {
154 s->appendS32(stage);
157 inline void radial2_param_name(int stage, GrStringBuilder* s) {
159 s->appendS32(stage);
162 inline void convolve_param_names(int stage, GrStringBuilder* k, GrStringBuilder* i) {
164 k->appendS32(stage);
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 25 * Number of texture stages. Each stage takes as input a color and
26 * 2D texture coordinates. The color input to the first enabled stage is the
29 * color from the previous enabled stage. The output color of each stage is
32 * coordinates for each stage come from the vertices based on a
34 * the last enabled stage. The presence or absence of texture coordinates
35 * for each stage in the vertex layout indicates whether a stage is enabled
166 * @param stage The texture stage for which the texture will be se
    [all...]
GrDrawTarget.h 180 * Each stage can
184 * If no texture coordinates are specified for a stage then the stage is
187 * Only one type of texture coord can be specified per stage. For
199 * Generates a bit indicating that a texture stage uses texture coordinates
201 * @param stage the stage that will use texture coordinates.
206 static int StageTexCoordVertexLayoutBit(int stage, int texCoordIdx) {
207 GrAssert(stage < GrDrawState::kNumStages);
209 return 1 << (stage + (texCoordIdx * GrDrawState::kNumStages))
    [all...]
GrDrawTarget.cpp 99 // can only have 1 or 0 bits set for each stage.
158 int GrDrawTarget::VertexStageCoordOffset(int stage, GrVertexLayout vertexLayout) {
160 if (StagePosAsTexCoordVertexLayoutBit(stage) & vertexLayout) {
163 int tcIdx = VertexTexCoordsForStage(stage, vertexLayout);
322 bool GrDrawTarget::VertexUsesStage(int stage, GrVertexLayout vertexLayout) {
323 GrAssert(stage < GrDrawState::kNumStages);
325 return !!(gStageMasks[stage] & vertexLayout);
335 int GrDrawTarget::VertexTexCoordsForStage(int stage,
337 GrAssert(stage < GrDrawState::kNumStages);
339 int bit = vertexLayout & gStageTexCoordMasks[stage];
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 127 updateStage(Stage.Introduction);
149 if (mUiStage == Stage.NeedToConfirm || mUiStage == Stage.ConfirmWrong) {
151 "null chosen pattern in stage 'need to confirm");
153 updateStage(Stage.ChoiceConfirmed);
155 updateStage(Stage.ConfirmWrong);
157 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){
159 updateStage(Stage.ChoiceTooShort);
162 updateStage(Stage.FirstChoiceValid)
    [all...]
ConfirmLockPattern.java 58 private enum Stage {
135 updateStage(Stage.NeedToUnlock);
178 updateStage(Stage.NeedToUnlock);
182 private void updateStage(Stage stage) {
184 switch (stage) {
273 updateStage(Stage.NeedToUnlockWrong);
282 updateStage(Stage.LockedOut);
300 updateStage(Stage.NeedToUnlock);
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 68 , m_minFFTSize(MinFFTSize) // First stage will have this size - successive stages will double in size each time
88 // Because we're not using direct-convolution in the leading portion, the reverb has an overall latency of half the first-stage FFT size
97 // For the last stage, it's possible that stageOffset is such that we're straddling the end
98 // of the impulse response buffer (if we use stageSize), so reduce the last stage's length...
105 OwnPtr<ReverbConvolverStage> stage(new ReverbConvolverStage(response, totalResponseLength, reverbTotalLatency, stageOffset, stageSize, fftSize, renderPhase, renderSliceSize, &m_accumulationBuffer));
110 m_backgroundStages.append(stage.release());
113 m_stages.append(stage.release());
163 // Even though it doesn't seem like every stage needs to maintain its own version of readIndex
171 // Accumulate contributions from each stage
195 // Accumulate contributions from each stage
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 140 const InstrStage *stage = IID->beginStage(sc); local
141 unsigned FUs = stage->getUnits();
  /external/opencv/cv/src/
cvcorner.cpp 223 int stage = CV_START; local
323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
326 cvPoint(0,0), stage );
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI);
406 stage = CV_MIDDLE;
519 int stage = CV_START local
    [all...]
cvhaar.cpp 219 sprintf( errorstr, "header of the stage classifier #%d is invalid "
251 "the stage classifier #%d is not inside "
1546 const char* stage = input_cascade[i]; local
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
  /external/oprofile/events/mips/sb1/
events 32 event:0x27 counters:1,2,3 um:zero minimum:500 name:INSN_STAGE4 :One or more instructions survives stage 4
35 event:0x2c counters:1,2,3 um:zero minimum:500 name:BRANCH_STAGE4 :Branch survived stage 4
71 event:0x8 counters:1,2,3 um:zero minimum:500 name:LOAD_SURVIVED_STAGE4 :Load survived stage 4
72 event:0x9 counters:1,2,3 um:zero minimum:500 name:STORE_SURVIVED_STAGE4 :Store survived stage 4
73 event:0x0 counters:1,2,3 um:zero minimum:500 name:INSN_SURVIVED_STAGE7 :Instruction survived stage 7
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 213 my ($mode, $hash, $stage, $fileName) = split(' ', $line);
215 if ($stage == 1) {
218 } elsif ($stage == 2) {
221 } elsif ($stage == 3) {
225 die "Unknown file stage: $stage";
227 system("$GIT cat-file blob :${stage}:${gitPrefix}${file} > $outputFile");
  /external/qemu/
migration.h 109 int ram_save_live(QEMUFile *f, int stage, void *opaque);
arch_init.c 252 int ram_save_live(QEMUFile *f, int stage, void *opaque)
259 if (stage < 0) {
269 if (stage == 1) {
322 if (stage == 3) {
336 return (stage == 2) && (expected_time <= migrate_max_downtime());
  /external/libvpx/vp8/encoder/x86/
dct_mmx.asm 38 ; transpose for the first stage
63 ; first stage
114 ; transpose for the second stage
  /external/oprofile/events/mips/5K/
events 35 event:0xa counters:1 um:zero minimum:500 name:CONFLICT_STALL_M_STAGE : Instruction stall in M stage due to scheduling conflicts
  /external/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 33 ;first stage
60 ;second stage
  /external/quake/quake/src/QW/client/
gl_warp.c 802 void ClipSkyPolygon (int nump, vec3_t vecs, int stage)
816 if (stage == 6)
823 norm = skyclip[stage];
844 ClipSkyPolygon (nump, vecs, stage+1);
889 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
890 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 851 void ClipSkyPolygon (int nump, vec3_t vecs, int stage)
865 if (stage == 6)
872 norm = skyclip[stage];
893 ClipSkyPolygon (nump, vecs, stage+1);
938 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
939 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
  /gdk/samples/quake/jni/
gl_warp.cpp 851 void ClipSkyPolygon (int nump, vec3_t vecs, int stage)
865 if (stage == 6)
872 norm = skyclip[stage];
893 ClipSkyPolygon (nump, vecs, stage+1);
938 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
939 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
  /external/oprofile/events/mips/74K/
events 31 event:0xd counters:0,2 um:zero minimum:500 name:DDQ0_FULL_DR_STALLS : 13-0 DR stage stall cycles due to DDQ0 (ALU out-of-order dispatch queue) full
32 event:0xe counters:0,2 um:zero minimum:500 name:ALCB_FULL_DR_STALLS : 14-0 DR stage stall cycles due to ALCB (ALU completion buffers) full
33 event:0xf counters:0,2 um:zero minimum:500 name:CLDQ_FULL_DR_STALLS : 15-0 DR stage stall cycles due to CLDQ (data comming back from FPU) full
107 event:0x40d counters:1,3 um:zero minimum:500 name:DDQ1_FULL_DR_STALLS : 13-1 DR stage stall cycles due to DDQ1 (AGEN out-of-order dispatch queue) full
108 event:0x40e counters:1,3 um:zero minimum:500 name:AGCB_FULL_DR_STALLS : 14-1 DR stage stall cycles due to AGCB (AGEN completion buffers) full
109 event:0x40f counters:1,3 um:zero minimum:500 name:IODQ_FULL_DR_STALLS : 15-1 DR stage stall cycles due to IODQ (data comming back from IO) full

Completed in 805 milliseconds

1 2