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

  /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);
  /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...]
state.cpp 156 c->cull.enable = enabled;
265 c->cull.cullFace = mode;
279 c->cull.frontFace = mode;
context.h 203 uint16_t cull; member in struct:android::gl::array_machine_t
611 culling_t cull; member in struct:android::gl::ogles_context_t
primitives.cpp 828 if (ggl_likely(c->cull.enable)) {
830 const GLenum face = (winding == c->cull.frontFace) ? GL_FRONT : GL_BACK;
831 if (face == c->cull.cullFace)
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 118 rs_cull_mode cull; member in struct:ProgramRaster::__anon19917::__anon19918
rs_program.c 107 return prog->mHal.state.cull;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 513 D3DCULL cull = D3DCULL_CCW; local
517 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW);
520 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW);
523 cull = D3DCULL_NONE; // culling will be handled during draw
528 return 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;
SceneManager.java 482 mCullScript = new ScriptC_cull(rs, res, R.raw.cull);
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 675 milliseconds