Searched defs:stage (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUNopFiller.cpp140 const InstrStage *stage = IID->beginStage(sc); local
141 unsigned FUs = stage->getUnits();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
H A DPYXWriter.java137 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
H A DParser.java1023 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:Parser
/external/skia/src/gpu/
H A DGrDrawTarget.cpp99 // can only have 1 or 0 bits set for each stage.
158 int GrDrawTarget::VertexStageCoordOffset(int stage, GrVertexLayout vertexLayout) { argument
160 if (StagePosAsTexCoordVertexLayoutBit(stage) & vertexLayout) {
163 int tcIdx = VertexTexCoordsForStage(stage, vertexLayout);
322 bool GrDrawTarget::VertexUsesStage(int stage, GrVertexLayout vertexLayout) { argument
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...]
H A DGrDrawTarget.h180 * 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) { argument
207 GrAssert(stage < GrDrawState::kNumStages);
209 return 1 << (stage
[all...]
H A DGrDrawState.h25 * 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 fo
171 setTexture(int stage, GrTexture* texture) argument
187 getTexture(int stage) argument
209 sampler(int stage) argument
[all...]
/external/chromium/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.cc280 UpgradeDetector::UpgradeNotificationAnnoyanceLevel stage = local
282 switch (stage) {
/external/opencv/cv/src/
H A Dcvcorner.cpp223 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 local
[all...]
H A Dcvhaar.cpp219 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
1553 sscanf( stage, "%d%n", &count, &dl );
1554 stage += dl;
1567 sscanf( stage, "%d%n", &classifier->count, &dl );
1568 stage += dl;
1583 sscanf( stage, "%d%n", &rects, &dl );
1584 stage += dl;
1592 sscanf( stage, "
[all...]
/external/qemu/
H A Darch_init.c252 int ram_save_live(QEMUFile *f, int stage, void *opaque) argument
259 if (stage < 0) {
269 if (stage == 1) {
322 if (stage == 3) {
336 return (stage == 2) && (expected_time <= migrate_max_downtime());
/external/quake/quake/src/QW/client/
H A Dgl_warp.c802 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) argument
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/
H A Dgl_warp.cpp851 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) argument
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/skia/src/gpu/gl/
H A DGrGLProgram.h73 static int TextureMatrixAttributeIdx(int stage) { argument
74 return 7 + GrDrawState::kMaxTexCoords + 3 * stage;
H A DGrGpuGLShaders.cpp244 // 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
353 getHWSamplerMatrix(int stage) argument
364 recordHWSamplerMatrix(int stage, const GrMatrix& matrix) argument
1042 StageDesc& stage = desc.fStages[s]; local
[all...]
H A DGrGLProgram.cpp138 inline void tex_matrix_name(int stage, GrStringBuilder* s) { argument
144 s->appendS32(stage);
147 inline void normalized_texel_size_name(int stage, GrStringBuilder* s) { argument
149 s->appendS32(stage);
152 inline void sampler_name(int stage, GrStringBuilder* s) { argument
154 s->appendS32(stage);
157 inline void radial2_param_name(int stage, GrStringBuilder* s) { argument
159 s->appendS32(stage);
162 inline void convolve_param_names(int stage, GrStringBuilder* k, GrStringBuilder* i) { argument
164 k->appendS32(stage);
169 image_increment_param_name(int stage, GrStringBuilder* i) argument
174 tex_domain_name(int stage, GrStringBuilder* s) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c2388 uint8_t stage; local
2396 stage = (uint8_t)( ( inVersion >> 8 ) & 0xFF );
2409 // Convert the version stage and non-release revision number.
2411 switch( stage )
2428 // stage) and therefore, the non-release revision should not be added to the string.
2437 dlog( kDebugLevelError, "invalid NumVersion stage (0x%02X)\n", stage );

Completed in 140 milliseconds