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

1 2 3 4

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */
93 struct cull_stage *cull = cull_stage(stage); local
95 cull->cull_face = stage->draw->rasterizer->cull_face;
96 cull->front_ccw = stage->draw->rasterizer->front_ccw;
128 struct cull_stage *cull = CALLOC_STRUCT(cull_stage); local
129 if (cull == NULL)
132 cull->stage.draw = draw;
133 cull->stage.name = "cull";
134 cull->stage.next = NULL
    [all...]
draw_pipe.c 50 draw->pipeline.cull = draw_cull_stage( draw );
62 !draw->pipeline.cull ||
95 if (draw->pipeline.cull)
96 draw->pipeline.cull->destroy( draw->pipeline.cull );
  /external/clang/test/CodeGen/
complex-convert.c 14 _Complex unsigned long long cull) {
52 sc1 = cull;
53 // CHECK-NEXT: %[[VAR8:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }, { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL:[A-Za-z0-9.]+]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
74 uc1 = cull;
75 // CHECK-NEXT: %[[VAR18:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }, { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
97 sll1 = cull;
98 // CHECK-NEXT: %[[VAR29:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }, { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
119 ull1 = cull;
120 // CHECK-NEXT: %[[VAR39:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }, { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
294 cull1 = sc + cull;
    [all...]
  /frameworks/rs/
rsProgramRaster.cpp 23 ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite, RsCullMode cull)
28 mHal.state.cull = cull;
80 RsCullMode cull) {
86 if (existing->mHal.state.cull != cull) continue;
93 ProgramRaster *pr = new ProgramRaster(rsc, pointSprite, cull);
103 RsProgramRaster rsi_ProgramRasterCreate(Context * rsc, bool pointSprite, RsCullMode cull) {
104 ObjectBaseRef<ProgramRaster> pr = ProgramRaster::getProgramRaster(rsc, pointSprite, cull);
rsProgramRaster.h 44 RsCullMode cull; member in struct:android::renderscript::ProgramRaster::Hal::State
57 RsCullMode cull);
65 RsCullMode cull);
rsg.spec 18 param RsCullMode cull
  /external/valgrind/massif/tests/
culling2.stderr.exp 175 Massif: post-cull S. 0 (t:0, hp:0, ex:0, st:0)
176 Massif: post-cull S. 1 (t:48256, hp:48000, ex:256, st:0)
177 Massif: post-cull S. 2 (t:76320, hp:76000, ex:320, st:0)
178 Massif: post-cull S. 3 (t:110784, hp:110400, ex:384, st:0)
179 Massif: post-cull S. 4 (t:151648, hp:151200, ex:448, st:0)
180 Massif: post-cull S. 5 (t:198912, hp:198400, ex:512, st:0)
181 Massif: post-cull S. 6 (t:252576, hp:252000, ex:576, st:0)
182 Massif: post-cull S. 7 (t:281808, hp:281200, ex:608, st:0)
183 Massif: post-cull S. 8 (t:312640, hp:312000, ex:640, st:0)
184 Massif: post-cull S. 9 (t:345072, hp:344400, ex:672, st:0
    [all...]
culling1.stderr.exp 175 Massif: post-cull S. 0 (t:0, hp:0, ex:0, st:0)
176 Massif: post-cull S. 1 (t:64, hp:32, ex:32, st:0)
177 Massif: post-cull S. 2 (t:128, hp:64, ex:64, st:0)
178 Massif: post-cull S. 3 (t:192, hp:96, ex:96, st:0)
179 Massif: post-cull S. 4 (t:256, hp:128, ex:128, st:0)
180 Massif: post-cull S. 5 (t:320, hp:160, ex:160, st:0)
181 Massif: post-cull S. 6 (t:384, hp:192, ex:192, st:0)
182 Massif: post-cull S. 7 (t:448, hp:224, ex:224, st:0)
183 Massif: post-cull S. 8 (t:512, hp:256, ex:256, st:0)
184 Massif: post-cull S. 9 (t:576, hp:288, ex:288, st:0
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 116 boolean cull = false;
124 cull = true;
127 if (!cull) {
217 boolean cull = false;
221 cull = true;
224 return !cull;
  /external/skia/src/core/
SkMiniRecorder.cpp 33 SkMiniPicture(SkRect cull, T* op) : fCull(cull) {
87 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect& cull) {
91 return sk_make_sp<SkMiniPicture<Type>>(cull, reinterpret_cast<Type*>(fBuffer.get()))
SkBigPicture.cpp 15 SkBigPicture::SkBigPicture(const SkRect& cull,
20 : fCullRect(cull)
SkBigPicture.h 36 SkBigPicture(const SkRect& cull,
SkLiteDL.cpp 411 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint)
413 if (cull) { this->cull = *cull; }
416 SkRect cull = kUnset; member in struct:__anon29583::final
420 maybe_unset(cull), paint);
482 const SkRect* cull, const SkPaint* paint, bool has_colors)
484 if (cull) { this->cull = *cull; }
490 SkRect cull = kUnset; member in struct:__anon29583::final
    [all...]
SkLiteRecorder.cpp 119 const SkRSXform xform[], const SkRect* cull,
121 fDL->drawTextRSXform(text, bytes, xform, cull, paint);
192 const SkRect* cull,
194 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, cull, paint);
  /frameworks/rs/driver/
rsdProgramRaster.cpp 36 switch (pr->mHal.state.cull) {
49 rsc->setError(RS_ERROR_FATAL_DRIVER, "Invalid cull type");
  /external/skia/include/private/
SkMiniRecorder.h 28 sk_sp<SkPicture> detachAsPicture(const SkRect& cull);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 125 int cull = ctx->Polygon.CullFaceMode; local
137 /* Cull mode. */
140 else if (cull == GL_FRONT_AND_BACK)
143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
  /external/skia/samplecode/
SampleAtlas.cpp 22 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
24 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, cull, paint);
28 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
188 const SkRect cull = this->getBounds(); variable
190 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint);
SampleShip.cpp 27 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
29 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, cull, paint);
33 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
  /frameworks/native/opengl/libagl/
vertex.cpp 32 c->cull.enable = GL_FALSE;
33 c->cull.cullFace = GL_BACK;
34 c->cull.frontFace = GL_CCW;
99 c->arrays.cull &= clip;
144 c->arrays.cull = 0;
  /external/skia/tests/
DashPathEffectTest.cpp 35 SkRect cull = SkRect::MakeWH(1.0f, 1.0f); local
76 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
80 // On the third pass all the lines should be outside the translated cull rect
  /external/skia/src/pipe/
SkPipeCanvas.h 94 SkPipeCanvas(const SkRect& cull, SkPipeDeduper*, SkWStream*);
108 int count, SkBlendMode, const SkRect* cull, const SkPaint*) override;
120 const SkRect* cull, const SkPaint& paint) override;
SkPipeCanvas.cpp 211 SkPipeCanvas::SkPipeCanvas(const SkRect& cull, SkPipeDeduper* deduper, SkWStream* stream)
212 : INHERITED(cull.roundOut())
357 const SkRect* cull, const SkPaint* paint) {
363 if (cull) {
379 if (cull) {
380 writer.writeRect(*cull);
662 const SkRect* cull, const SkPaint& paint) {
667 if (cull) {
681 if (cull) {
682 writer.writeRect(*cull);
872 const SkRect cull = picture->cullRect(); local
    [all...]
  /external/libvorbis/vq/
make_residue_books.pl 11 # :1 res0_128_128_1.vqd, 4, nonseq cull, 0 +- 1
140 if($seqp=~/cull/){
  /external/skia/include/utils/
SkLuaCanvas.h 42 const SkRect* cull, const SkPaint& paint) override;

Completed in 261 milliseconds

1 2 3 4