/external/skia/docs/examples/ |
D | ImageInfo_computeOffset.cpp | 22 size_t offset = imageInfo.computeOffset(2, 3, sizeof(pixels[0])); in draw() 24 offset = imageInfo.computeOffset(5, 3, sizeof(pixels[0])); in draw()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 61 void computeOffset(MachineFunction &MF, 93 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation 122 computeOffset(MF, BlockToInstOffset); in relaxBranches()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 72 void computeOffset(MachineFunction &MF, 103 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation 134 computeOffset(MF, BlockToInstOffset); in relaxBranches()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 72 void computeOffset(MachineFunction &MF, 103 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation 134 computeOffset(MF, BlockToInstOffset); in relaxBranches()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 59 static RegionRawOffsetV2 computeOffset(ProgramStateRef state, 102 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation() 256 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, in computeOffset() function in RegionRawOffsetV2
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 62 static RegionRawOffsetV2 computeOffset(ProgramStateRef state, 133 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation() 307 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, in computeOffset() function in RegionRawOffsetV2
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 83 int64_t computeOffset(const MachineInstr *Br); 195 int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) { in computeOffset() function in MipsLongBranch 494 int64_t Offset = computeOffset(I->Br) / ShVal; in runOnMachineFunction()
|
/external/skqp/src/core/ |
D | SkImageInfo.cpp | 41 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const { in computeOffset() function in SkImageInfo
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.h | 56 angle::Result computeOffset(const gl::Context *context,
|
D | VertexDataManager.cpp | 145 angle::Result TranslatedAttribute::computeOffset(const gl::Context *context, in computeOffset() function in rx::TranslatedAttribute
|
/external/skia/src/core/ |
D | SkImageInfo.cpp | 52 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const { in computeOffset() function in SkImageInfo
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 156 int64_t computeOffset(const MachineInstr *Br); 304 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { in computeOffset() function in MipsBranchExpansion 804 int64_t Offset = computeOffset(&*Br); in handlePossibleLongBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 156 int64_t computeOffset(const MachineInstr *Br); 304 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { in computeOffset() function in MipsBranchExpansion 795 int64_t Offset = computeOffset(&*Br); in handlePossibleLongBranch()
|
/external/skqp/include/core/ |
D | SkPixmap.h | 285 return (const char*)fPixels + fInfo.computeOffset(x, y, fRowBytes); in addr()
|
D | SkImageInfo.h | 528 size_t computeOffset(int x, int y, size_t rowBytes) const;
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexDeclarationCache.cpp | 160 ANGLE_TRY(attributes[i].computeOffset(context, start, &offset)); in applyDeclaration()
|
/external/skia/include/core/ |
D | SkPixmap.h | 286 return (const char*)fPixels + fInfo.computeOffset(x, y, fRowBytes); in addr()
|
D | SkImageInfo.h | 626 size_t computeOffset(int x, int y, size_t rowBytes) const;
|
/external/llvm-project/lld/ELF/ |
D | Thunks.cpp | 301 if (!isInt<26>(computeOffset())) { in getMayUseShortThunk() 316 int64_t computeOffset() const { in computeOffset() function in __anon90be16450111::PPC64R2SaveStub 919 const int64_t offset = computeOffset(); in writeTo()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1321 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPat… in computeOffset() function 1370 …const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.get… in generateCompareSrc() 1469 …const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.get… in generateWriteSrc()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1106 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPat… in computeOffset() function 1154 …const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.get… in generateCompareSrc() 1237 …const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.get… in generateWriteSrc()
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 1877 #Method size_t computeOffset(int x, int y, size_t rowBytes) const 1898 size_t offset = imageInfo.computeOffset(2, 3, sizeof(pixels[0])); 1900 offset = imageInfo.computeOffset(5, 3, sizeof(pixels[0]));
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 3087 ANGLE_TRY(attrib.computeOffset(context, firstVertex, &vertexOffset)); in applyVertexBuffers() 3258 ANGLE_TRY(attrib.computeOffset(context, startVertex, &offset)); in updateVertexOffsetsForPointSpritesEmulation()
|
D | Buffer11.cpp | 1577 ANGLE_TRY(attribute.computeOffset(context, startVertex, &offset)); in getBuffer()
|
/external/skqp/site/user/api/ |
D | SkImageInfo_Reference.md | 980 …size_t <a href='#SkImageInfo_computeOffset'>computeOffset</a>(int x, int y, size_t rowBytes) const; 1990 size_t <a href='#SkImageInfo_computeOffset'>computeOffset</a>(int x, int y, size_t rowBytes)const
|