Home
last modified time | relevance | path

Searched refs:computeOffset (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/docs/examples/
DImageInfo_computeOffset.cpp22 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/
DHexagonBranchRelaxation.cpp61 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/
DHexagonBranchRelaxation.cpp72 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/
DHexagonBranchRelaxation.cpp72 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/
DArrayBoundCheckerV2.cpp59 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/
DArrayBoundCheckerV2.cpp62 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/
DMipsLongBranch.cpp83 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/
DSkImageInfo.cpp41 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const { in computeOffset() function in SkImageInfo
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.h56 angle::Result computeOffset(const gl::Context *context,
DVertexDataManager.cpp145 angle::Result TranslatedAttribute::computeOffset(const gl::Context *context, in computeOffset() function in rx::TranslatedAttribute
/external/skia/src/core/
DSkImageInfo.cpp52 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const { in computeOffset() function in SkImageInfo
/external/llvm-project/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp156 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/
DMipsBranchExpansion.cpp156 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/
DSkPixmap.h285 return (const char*)fPixels + fInfo.computeOffset(x, y, fRowBytes); in addr()
DSkImageInfo.h528 size_t computeOffset(int x, int y, size_t rowBytes) const;
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp160 ANGLE_TRY(attributes[i].computeOffset(context, start, &offset)); in applyDeclaration()
/external/skia/include/core/
DSkPixmap.h286 return (const char*)fPixels + fInfo.computeOffset(x, y, fRowBytes); in addr()
DSkImageInfo.h626 size_t computeOffset(int x, int y, size_t rowBytes) const;
/external/llvm-project/lld/ELF/
DThunks.cpp301 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/
DvktSSBOLayoutCase.cpp1321 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/
Des31fSSBOLayoutCase.cpp1106 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/
DSkImageInfo_Reference.bmh1877 #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/
DStateManager11.cpp3087 ANGLE_TRY(attrib.computeOffset(context, firstVertex, &vertexOffset)); in applyVertexBuffers()
3258 ANGLE_TRY(attrib.computeOffset(context, startVertex, &offset)); in updateVertexOffsetsForPointSpritesEmulation()
DBuffer11.cpp1577 ANGLE_TRY(attribute.computeOffset(context, startVertex, &offset)); in getBuffer()
/external/skqp/site/user/api/
DSkImageInfo_Reference.md980 …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

12