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

1 2

  /external/chromium_org/third_party/mesa/src/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/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) {
45 sc1 = cull;
46 // CHECK-NEXT: %[[VAR8:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL:[A-Za-z0-9.]+]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
67 uc1 = cull;
68 // CHECK-NEXT: %[[VAR18:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
90 sll1 = cull;
91 // CHECK-NEXT: %[[VAR29:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
112 ull1 = cull;
113 // CHECK-NEXT: %[[VAR39:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0
287 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/main/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");
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramRasterTest.java 30 for (CullMode cull : CullMode.values()) {
31 b.setCullMode(cull);
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
renderer9_utils.cpp 126 D3DCULL cull = D3DCULL_CCW; local
130 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW);
133 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW);
136 cull = D3DCULL_NONE; // culling will be handled during draw
141 return cull;
renderer11_utils.cpp 84 D3D11_CULL_MODE cull = D3D11_CULL_NONE; local
90 case GL_FRONT: cull = D3D11_CULL_FRONT; break;
91 case GL_BACK: cull = D3D11_CULL_BACK; break;
92 case GL_FRONT_AND_BACK: cull = D3D11_CULL_NONE; break;
98 cull = D3D11_CULL_NONE;
101 return 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 541 c->arrays.cull = vertex_t::CLIP_ALL;
545 if (!c->arrays.cull) {
566 c->arrays.cull = vertex_t::CLIP_ALL;
582 if (!c->arrays.cull) {
595 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL;
626 c->arrays.cull = vertex_t::CLIP_ALL;
630 if (!c->arrays.cull) {
656 c->arrays.cull = vertex_t::CLIP_ALL;
676 if (!c->arrays.cull) {
695 c->arrays.cull = v0->flags & v1->flags & vertex_t::CLIP_ALL
    [all...]
  /frameworks/rs/driver/runtime/
rs_structs.h 123 rs_cull_mode cull; member in struct:ProgramRaster::__anon32459::__anon32460
rs_program.c 107 return prog->mHal.state.cull;
  /external/libvorbis/vq/
make_residue_books.pl 11 # :1 res0_128_128_1.vqd, 4, nonseq cull, 0 +- 1
140 if($seqp=~/cull/){
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 64 public void setCullType(int cull) {
65 mData.cullType = cull;

Completed in 433 milliseconds

1 2