Searched refs:Top (Results 1 - 25 of 94) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
H A Dclip.c41 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top))
42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top );
47 ctx->ProjectionMatrixStack.Top->inv);
78 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top))
79 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top );
82 ctx->ModelviewMatrixStack.Top->inv );
H A Dmatrix.c83 _math_matrix_frustum( ctx->CurrentStack->Top,
127 _math_matrix_ortho( ctx->CurrentStack->Top,
266 stack->Top = &(stack->Stack[stack->Depth]);
304 stack->Top = &(stack->Stack[stack->Depth]);
327 _math_matrix_set_identity( ctx->CurrentStack->Top );
357 _math_matrix_loadf( ctx->CurrentStack->Top, m );
386 _math_matrix_mul_floats( ctx->CurrentStack->Top, m );
411 _math_matrix_rotate( ctx->CurrentStack->Top, angle, x, y, z);
435 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z);
458 _math_matrix_translate( ctx->CurrentStack->Top,
[all...]
H A Dtexgen.c170 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) {
171 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
174 ctx->ModelviewMatrixStack.Top->inv);
/external/clang/test/Modules/Inputs/
H A Dcategory_top.h4 @interface Foo(Top)
/external/lldb/include/lldb/Core/
H A DInputReaderStack.h38 Top ();
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/
H A Dsetrans.conf17 s5:c200.c511=Top Secret
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp202 Top.init(DAG, SchedModel);
210 delete Top.HazardRec;
212 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG);
215 delete Top.ResourceModel;
217 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel());
233 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency);
238 Top.releaseNode(SU, SU->TopReadyCycle);
491 if (Top.ResourceModel->isResourceAvailable(SU))
588 if (SUnit *SU = Top
[all...]
H A DHexagonMachineScheduler.h195 VLIWSchedBoundary Top; member in class:llvm::ConvergingVLIWScheduler
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
221 return Top.ResourceModel->getTotalPackets() +
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_normals.c62 if (_math_matrix_is_general_scale(ctx->ModelviewMatrixStack.Top))
67 store->NormalTransform( ctx->ModelviewMatrixStack.Top,
109 if (_math_matrix_has_rotation(ctx->ModelviewMatrixStack.Top)) {
H A Dt_vb_texmat.c72 ctx->TextureMatrixStack[i].Top,
H A Dt_rasterpos.c382 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj );
384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye );
436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv;
469 ctx->TextureMatrixStack[u].Top->m, tc);
/external/lldb/source/Core/
H A DInputReaderStack.cpp56 InputReaderStack::Top () function in class:InputReaderStack
/external/skia/src/images/
H A DSkMovie_gif.cpp139 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
159 if (frame->ImageDesc.Top + copyHeight > height) {
160 copyHeight = height - frame->ImageDesc.Top;
185 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
192 if (frame->ImageDesc.Top + copyHeight > height) {
193 copyHeight = height - frame->ImageDesc.Top;
297 && target->ImageDesc.Top <= covered->ImageDesc.Top
298 && covered->ImageDesc.Top + covered->ImageDesc.Height <=
299 target->ImageDesc.Top
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h76 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); local
105 NodeType *Node = Top.first.getPointer();
106 ChildItTy &It = Top.second;
107 if (!Top.first.getInt()) {
110 Top.first.setInt(1);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/v8/src/
H A Dtyping.h60 return store_.Top();
/external/llvm/lib/Analysis/
H A DCFG.cpp41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); local
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h314 // Top-Level entry points for the schedule() driver...
358 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
440 // Top-Level entry points for the schedule() driver...
848 SchedBoundary Top; member in class:llvm::GenericScheduler
854 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"),
872 Top.releaseTopNode(SU);
906 SchedBoundary Top; member in class:llvm::PostGenericScheduler
910 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ") {}
936 Top.releaseTopNode(SU);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DStringBlock.java50 private VAlign valignment = VAlign.Top;
/external/openfst/src/include/fst/
H A Dheap.h106 T Top() const { function in class:fst::Heap

Completed in 2094 milliseconds

1234