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

12345

/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...]
/external/clang/test/Modules/Inputs/
H A Dcategory_top.h4 @interface Foo(Top)
/external/pdfium/xfa/fwl/
H A Dfwl_widgethit.h14 Top, member in class:FWL_WidgetHit
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.h26 Top:(const float)top
H A Dvideo_render_ios_channel.mm53 Top:bottom
/external/selinux/mcstrans/share/examples/pipes/
H A Dsetrans.conf17 s5:c200.c511=Top Secret
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp206 Top.init(DAG, SchedModel);
214 delete Top.HazardRec;
216 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG);
219 delete Top.ResourceModel;
221 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel());
237 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency);
242 Top.releaseNode(SU, SU->TopReadyCycle);
495 if (Top.ResourceModel->isResourceAvailable(SU))
592 if (SUnit *SU = Top
[all...]
H A DHexagonMachineScheduler.h194 VLIWSchedBoundary Top; member in class:llvm::ConvergingVLIWScheduler
206 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
220 return Top.ResourceModel->getTotalPackets() +
/external/v8/src/compiler/
H A Dstate-values-utils.cc212 StateValuesAccess::iterator::StatePos* StateValuesAccess::iterator::Top() { function in class:v8::internal::compiler::StateValuesAccess::iterator
238 Top()->index++;
243 Node* node = Top()->node;
244 int index = Top()->index;
253 Top()->index++;
267 return Top()->node->InputAt(Top()->index);
272 Node* state = Top()->node;
278 return (*types)[Top()->index];
/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)) {
/external/harfbuzz_ng/src/
H A Dgen-use-table.py114 'Top',
247 'Abv': [Top],
252 'Abv': [Top],
258 'Abv': [Top],
262 'Abv': [Top, Top_And_Bottom, Top_And_Bottom_And_Right, Top_And_Right],
268 'Abv': [Top],
274 'Abv': [Top],
316 if 0xA926 <= U <= 0xA92A: UIPC = Top
318 if U == 0x11300: UIPC = Top
322 if 0x1CF8 <= U <= 0x1CF9: UIPC = Top
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp149 SuccessorList &Top = LoopWorklist.back(); local
150 if (Top.HasNext()) {
151 MachineBasicBlock *Next = Top.Next();
165 RewriteSuccs.insert(Top.getBlock());
169 OnStack.erase(Top.getBlock());
/external/pdfium/xfa/fde/css/
H A Dfde_css.h41 Top, member in class:FDE_CSSPropertyValue
86 Top, member in class:FDE_CSSProperty
164 Top, member in class:FDE_CSSVerticalAlign
/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/lib/Support/
H A DPrettyStackTrace.cpp179 void llvm::RestorePrettyStackState(const void *Top) { argument
182 static_cast<PrettyStackTraceEntry *>(const_cast<void *>(Top));
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
/external/jline/src/src/main/native/
H A Djline_WindowsTerminal.c56 return info->srWindow.Bottom - info->srWindow.Top+1;
/external/ltp/testscripts/
H A Dltpstress.sh50 Top=0
121 S) if [ $Top -eq 0 ]; then
131 Top=1
287 if [ $Top -eq 1 ]; then
322 if [ $Top -eq 1 ]; then
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h75 // 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/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDepthFirstIterator.h75 // VisitStack - Used to maintain the ordering. Top = current block
103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); local
104 NodeType *Node = Top.first.getPointer();
105 ChildItTy &It = Top.second;
106 if (!Top.first.getInt()) {
109 Top.first.setInt(1);
/external/clang/lib/Parse/
H A DParseAST.cpp39 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) argument
41 Context, Top) {}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver

Completed in 564 milliseconds

12345