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

1 2 3

  /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 );
draw_pipe_validate.c 141 /* polygon cull - this is difficult - hardware can cull just fine
256 /* Always run the cull stage as we calculate determinant there
264 draw->pipeline.cull->next = next;
265 next = 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 24 ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite, RsCullMode cull)
29 mHal.state.cull = cull;
80 RsCullMode cull) {
86 if (existing->mHal.state.cull != cull) continue;
93 ProgramRaster *pr = new ProgramRaster(rsc, pointSprite, cull);
106 RsProgramRaster rsi_ProgramRasterCreate(Context * rsc, bool pointSprite, RsCullMode cull) {
107 ObjectBaseRef<ProgramRaster> pr = ProgramRaster::getProgramRaster(rsc, pointSprite, cull);
rsProgramRaster.h 42 RsCullMode cull; member in struct:android::renderscript::ProgramRaster::Hal::State
55 RsCullMode cull);
63 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;
  /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 30 SkPicture* detachAsPicture(const SkRect& cull);
  /external/skia/src/core/
SkMiniRecorder.cpp 35 SkMiniPicture(SkRect cull, T* op) : fCull(cull) {
104 SkPicture* SkMiniRecorder::detachAsPicture(const SkRect& cull) {
108 return new SkMiniPicture<Type>(cull, reinterpret_cast<Type*>(fBuffer.get()))
SkBigPicture.cpp 15 SkBigPicture::SkBigPicture(const SkRect& cull,
21 : fCullRect(cull)
SkBigPicture.h 37 SkBigPicture(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/tests/
DashPathEffectTest.cpp 38 SkRect cull = SkRect::MakeWH(1.0f, 1.0f); local
79 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
83 // On the third pass all the lines should be outside the translated cull rect
  /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, SkXfermode::kModulate_Mode, 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, 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, SkXfermode::kModulate_Mode, 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;
array.cpp 545 c->arrays.cull = vertex_t::CLIP_ALL;
549 if (!c->arrays.cull) {
570 c->arrays.cull = vertex_t::CLIP_ALL;
586 if (!c->arrays.cull) {
599 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL;
630 c->arrays.cull = vertex_t::CLIP_ALL;
634 if (!c->arrays.cull) {
660 c->arrays.cull = vertex_t::CLIP_ALL;
680 if (!c->arrays.cull) {
699 c->arrays.cull = v0->flags & v1->flags & vertex_t::CLIP_ALL
    [all...]
  /external/libvorbis/vq/
make_residue_books.pl 11 # :1 res0_128_128_1.vqd, 4, nonseq cull, 0 +- 1
140 if($seqp=~/cull/){
  /frameworks/rs/driver/runtime/
rs_program.c 109 return prog->mHal.state.cull;
rs_structs.h 143 rs_cull_mode cull; member in struct:ProgramRaster::__anon28909::__anon28910
  /external/skia/tools/android/
SkAndroidSDKCanvas.h 78 const SkRect* cull, const SkPaint*) override;

Completed in 566 milliseconds

1 2 3