/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationFractionalSpacingTests.cpp | 92 struct LineData struct 94 float tessLevel; 95 float additionalSegmentLength; 96 int additionalSegmentLocation; 98 …LineData (float lev, float len, int loc) : tessLevel(lev), additionalSegmentLength(len), additiona… in LineData() function
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 375 struct LineData { struct 376 LineData() : LastLine(0) {} in LineData() argument 377 BlockLines Blocks; 378 FunctionLines Functions; 379 uint32_t LastLine;
|
/external/skqp/src/gpu/ops/ |
D | GrDashOp.cpp | 201 struct LineData { struct in DashOp 202 SkMatrix fViewMatrix; 203 SkMatrix fSrcRotInv; 204 SkPoint fPtsRot[2]; 205 SkScalar fSrcStrokeWidth; 206 SkScalar fPhase; 207 SkScalar fIntervals[2]; 208 SkScalar fParallelScale; 209 SkScalar fPerpendicularScale;
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 214 struct LineData { struct in DashOp 215 SkMatrix fViewMatrix; 216 SkMatrix fSrcRotInv; 217 SkPoint fPtsRot[2]; 218 SkScalar fSrcStrokeWidth; 219 SkScalar fPhase; 220 SkScalar fIntervals[2]; 221 SkScalar fParallelScale; 222 SkScalar fPerpendicularScale;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 401 struct LineData { struct 404 BlockLines Blocks; 405 FunctionLines Functions; 406 uint32_t LastLine = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 37 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 37 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 38 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 352 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines() local
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 190 unsigned LineData = J->getLine(); in emitLineTableForFunction() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCCodeView.cpp | 371 unsigned LineData = J->getLine(); in emitLineTableForFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 371 unsigned LineData = J->getLine(); in emitLineTableForFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 482 DWARFDataExtractor LineData(*DObj, DObj->getLineSection(), isLittleEndian(), in dump() local 492 DWARFDataExtractor LineData(*DObj, DObj->getLineDWOSection(), in dump() local
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 549 DWARFDataExtractor LineData(*DObj, DObj->getLineSection(), isLittleEndian(), in dump() local 558 DWARFDataExtractor LineData(*DObj, DObj->getLineDWOSection(), in dump() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1363 struct LineData struct 1365 float tessLevel; 1366 float additionalSegmentLength; 1367 int additionalSegmentLocation; 1368 …LineData (float lev, float len, int loc) : tessLevel(lev), additionalSegmentLength(len), additiona… in LineData() function
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 110 DWARFDataExtractor LineData; member
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 911 uint32_t PC = DE.getU32(&Offset), LineData = DE.getU32(&Offset); in printCodeViewSymbolSection() local
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1789 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2994 StringRef LineData = OrigDwarf.getLineSection().Data; in patchLineTableForUnit() local
|