/external/mesa3d/src/mesa/main/ |
D | matrix.c | 83 _math_matrix_frustum( ctx->CurrentStack->Top, in _mesa_Frustum() 127 _math_matrix_ortho( ctx->CurrentStack->Top, in _mesa_Ortho() 266 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PushMatrix() 304 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PopMatrix() 327 _math_matrix_set_identity( ctx->CurrentStack->Top ); in _mesa_LoadIdentity() 357 _math_matrix_loadf( ctx->CurrentStack->Top, m ); in _mesa_LoadMatrixf() 386 _math_matrix_mul_floats( ctx->CurrentStack->Top, m ); in _mesa_MultMatrixf() 411 _math_matrix_rotate( ctx->CurrentStack->Top, angle, x, y, z); in _mesa_Rotatef() 435 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z); in _mesa_Scalef() 458 _math_matrix_translate( ctx->CurrentStack->Top, x, y, z); in _mesa_Translatef() [all …]
|
D | clip.c | 41 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top)) in _mesa_update_clip_plane() 42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); in _mesa_update_clip_plane() 47 ctx->ProjectionMatrixStack.Top->inv); in _mesa_update_clip_plane() 78 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) in _mesa_ClipPlane() 79 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); in _mesa_ClipPlane() 82 ctx->ModelviewMatrixStack.Top->inv ); in _mesa_ClipPlane()
|
D | light.c | 231 TRANSFORM_POINT(temp, ctx->ModelviewMatrixStack.Top->m, params); in _mesa_Lightfv() 236 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) { in _mesa_Lightfv() 237 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top); in _mesa_Lightfv() 239 TRANSFORM_DIRECTION(temp, params, ctx->ModelviewMatrixStack.Top->m); in _mesa_Lightfv() 959 TRANSFORM_NORMAL( ctx->_EyeZDir, eye_z, ctx->ModelviewMatrixStack.Top->m ); in compute_light_positions() 970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv, in compute_light_positions() 1007 ctx->ModelviewMatrixStack.Top->m); in compute_light_positions() 1034 if (!_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) { in update_modelview_scale() 1035 const GLfloat *m = ctx->ModelviewMatrixStack.Top->inv; in update_modelview_scale() 1064 !_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) in _mesa_update_tnl_spaces()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | matrix.c | 83 _math_matrix_frustum( ctx->CurrentStack->Top, in _mesa_Frustum() 127 _math_matrix_ortho( ctx->CurrentStack->Top, in _mesa_Ortho() 266 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PushMatrix() 304 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PopMatrix() 327 _math_matrix_set_identity( ctx->CurrentStack->Top ); in _mesa_LoadIdentity() 357 _math_matrix_loadf( ctx->CurrentStack->Top, m ); in _mesa_LoadMatrixf() 386 _math_matrix_mul_floats( ctx->CurrentStack->Top, m ); in _mesa_MultMatrixf() 411 _math_matrix_rotate( ctx->CurrentStack->Top, angle, x, y, z); in _mesa_Rotatef() 435 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z); in _mesa_Scalef() 458 _math_matrix_translate( ctx->CurrentStack->Top, x, y, z); in _mesa_Translatef() [all …]
|
D | clip.c | 41 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top)) in _mesa_update_clip_plane() 42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); in _mesa_update_clip_plane() 47 ctx->ProjectionMatrixStack.Top->inv); in _mesa_update_clip_plane() 78 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) in _mesa_ClipPlane() 79 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); in _mesa_ClipPlane() 82 ctx->ModelviewMatrixStack.Top->inv ); in _mesa_ClipPlane()
|
D | light.c | 231 TRANSFORM_POINT(temp, ctx->ModelviewMatrixStack.Top->m, params); in _mesa_Lightfv() 236 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) { in _mesa_Lightfv() 237 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top); in _mesa_Lightfv() 239 TRANSFORM_DIRECTION(temp, params, ctx->ModelviewMatrixStack.Top->m); in _mesa_Lightfv() 959 TRANSFORM_NORMAL( ctx->_EyeZDir, eye_z, ctx->ModelviewMatrixStack.Top->m ); in compute_light_positions() 970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv, in compute_light_positions() 1007 ctx->ModelviewMatrixStack.Top->m); in compute_light_positions() 1034 if (!_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) { in update_modelview_scale() 1035 const GLfloat *m = ctx->ModelviewMatrixStack.Top->inv; in update_modelview_scale() 1064 !_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) in _mesa_update_tnl_spaces()
|
/external/llvm/test/CodeGen/Generic/ |
D | select.ll | 44 br label %Top 46 Top: ; preds = %Next, %Top, %0 47 phi i32 [ 0, %0 ], [ 1, %Top ], [ 524288, %Next ] ; <i32>:1 [#uses=0] 48 …phi float [ 0.000000e+00, %0 ], [ 1.000000e+00, %Top ], [ 2.000000e+00, %Next ] ; <float>:… 49 phi double [ 5.000000e-01, %0 ], [ 1.500000e+00, %Top ], [ 2.500000e+00, %Next ] 50 phi i1 [ true, %0 ], [ false, %Top ], [ true, %Next ] ; <i1>:4 [#uses=0] 51 br i1 true, label %Top, label %Next 53 Next: ; preds = %Top 54 br label %Top 83 br label %Top [all …]
|
D | fwdtwice.ll | 17 br label %Top 19 Top: ; preds = %Top, %0 24 br i1 %cond1001, label %bb6, label %Top 26 bb6: ; preds = %Top
|
/external/llvm/test/Other/ |
D | 2003-02-19-LoopInfoNestingBug.ll | 3 ; and instead nests it just inside loop "Top" 9 br label %Top 11 Top: ; preds = %Out, %0 20 LoopHeader: ; preds = %Inner, %Top 24 br i1 false, label %Top, label %Done
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 199 Top.init(DAG, SchedModel); in initialize() 206 delete Top.HazardRec; in initialize() 208 Top.HazardRec = TM.getInstrInfo()->CreateTargetMIHazardRecognizer(Itin, DAG); in initialize() 211 delete Top.ResourceModel; in initialize() 213 Top.ResourceModel = new VLIWResourceModel(TM, DAG->getSchedModel()); in initialize() 229 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); in releaseTopNode() 234 Top.releaseNode(SU, SU->TopReadyCycle); in releaseTopNode() 489 if (Top.ResourceModel->isResourceAvailable(SU)) in SchedulingCost() 586 if (SUnit *SU = Top.pickOnlyChoice()) { in pickNodeBidrectional() 609 CandResult TopResult = pickNodeFromQueue(Top.Available, in pickNodeBidrectional() [all …]
|
D | HexagonMachineScheduler.h | 195 SchedBoundary Top; variable 207 DAG(0), SchedModel(0), Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {} in ConvergingVLIWScheduler() 220 return Top.ResourceModel->getTotalPackets() + in ReportPackets()
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup() 155 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace() 156 copyHeight = height - frame->ImageDesc.Top; in blitInterlace() 181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); in blitNormal() 188 if (frame->ImageDesc.Top + copyHeight > height) { in blitNormal() 189 copyHeight = height - frame->ImageDesc.Top; in blitNormal() 293 && target->ImageDesc.Top <= covered->ImageDesc.Top in checkIfCover() 294 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover() 295 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover() 318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkMovie_gif.cpp | 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup() 155 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace() 156 copyHeight = height - frame->ImageDesc.Top; in blitInterlace() 181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); in blitNormal() 188 if (frame->ImageDesc.Top + copyHeight > height) { in blitNormal() 189 copyHeight = height - frame->ImageDesc.Top; in blitNormal() 293 && target->ImageDesc.Top <= covered->ImageDesc.Top in checkIfCover() 294 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover() 295 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover() 318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_normals.c | 62 if (_math_matrix_is_general_scale(ctx->ModelviewMatrixStack.Top)) in run_normal_stage() 67 store->NormalTransform( ctx->ModelviewMatrixStack.Top, in run_normal_stage() 109 if (_math_matrix_has_rotation(ctx->ModelviewMatrixStack.Top)) { in validate_normal_stage()
|
D | t_rasterpos.c | 382 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj ); in _tnl_RasterPos() 384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye ); in _tnl_RasterPos() 436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv; in _tnl_RasterPos() 469 ctx->TextureMatrixStack[u].Top->m, tc); in _tnl_RasterPos()
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_vb_normals.c | 62 if (_math_matrix_is_general_scale(ctx->ModelviewMatrixStack.Top)) in run_normal_stage() 67 store->NormalTransform( ctx->ModelviewMatrixStack.Top, in run_normal_stage() 109 if (_math_matrix_has_rotation(ctx->ModelviewMatrixStack.Top)) { in validate_normal_stage()
|
D | t_rasterpos.c | 382 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj ); in _tnl_RasterPos() 384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye ); in _tnl_RasterPos() 436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv; in _tnl_RasterPos() 469 ctx->TextureMatrixStack[u].Top->m, tc); in _tnl_RasterPos()
|
/external/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext() local 104 NodeType *Node = Top.first.getPointer(); in toNext() 105 ChildItTy &It = Top.second; in toNext() 106 if (!Top.first.getInt()) { in toNext() 109 Top.first.setInt(1); in toNext()
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | ra.txt | 15 * Top level comments for the string.Tag name: test1 29 * Top level comments for TestTable. Tag name: TestTable 60 * Top level comments for Tag name: TestArray
|
/external/icu4c/test/testdata/ |
D | ra.txt | 15 * Top level comments for the string.Tag name: test1 29 * Top level comments for TestTable. Tag name: TestTable 60 * Top level comments for Tag name: TestArray
|
/external/llvm/lib/Analysis/ |
D | CFG.cpp | 42 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); in FindFunctionBackedges() local 43 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges() 44 succ_const_iterator &I = Top.second; in FindFunctionBackedges()
|
/external/chromium_org/tools/stats_viewer/ |
D | stats_viewer.Designer.cs | 106 … = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Fo… in InitializeComponent() 122 this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top; in InitializeComponent() 161 … = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Fo… in InitializeComponent() 179 this.panelControls.Dock = System.Windows.Forms.DockStyle.Top; in InitializeComponent() 187 … = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Fo… in InitializeComponent() 198 … = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Fo… in InitializeComponent() 228 … = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Fo… in InitializeComponent()
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 99 Top | Contents | Next | Previous 105 Top | Contents | Next | Previous 119 Top | Contents | Next | Previous 142 Top | Contents | Next | Previous 148 Top | Contents | Next | Previous 157 Top | Contents | Next | Previous 161 Top | Contents | Next | Previous 165 Top | Contents | Next | Previous 169 Top | Contents | Next | Previous 180 Top | Contents | Next | Previous [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | messages.properties | 7 FlyoutControlComposite_dockTop=&Top
|
/external/clang/test/Modules/Inputs/ |
D | category_top.h | 4 @interface Foo(Top)
|