Home
last modified time | relevance | path

Searched refs:computeOffset (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp72 void computeOffset(MachineFunction &MF,
103 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation
134 computeOffset(MF, BlockToInstOffset); in relaxBranches()
/third_party/skia/docs/examples/
H A DImageInfo_computeOffset.cpp22 size_t offset = imageInfo.computeOffset(2, 3, sizeof(pixels[0])); in REG_FIDDLE()
24 offset = imageInfo.computeOffset(5, 3, sizeof(pixels[0])); in REG_FIDDLE()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.h56 angle::Result computeOffset(const gl::Context *context,
H A DVertexDataManager.cpp143 angle::Result TranslatedAttribute::computeOffset(const gl::Context *context, in computeOffset() function in rx::TranslatedAttribute
/third_party/skia/src/core/
H A DSkImageInfo.cpp53 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const { in computeOffset() function in SkImageInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp160 ANGLE_TRY(attributes[i].computeOffset(context, start, &offset)); in applyDeclaration()
/third_party/skia/include/core/
H A DSkPixmap.h286 return (const char*)fPixels + fInfo.computeOffset(x, y, fRowBytes); in addr()
H A DSkImageInfo.h628 size_t computeOffset(int x, int y, size_t rowBytes) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1202 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPath) in computeOffset() function
1251 const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath()); in generateCompareSrc()
1350 const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath()); in generateWriteSrc()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1106 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPath) in computeOffset() function
1154 const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath()); in generateCompareSrc()
1237 const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath()); in generateWriteSrc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1202 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPath) in computeOffset() function
1251 const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath()); in generateCompareSrc()
1350 const void* valuePtr = (const deUint8*)blockPtr.ptr + computeOffset(varLayout, accessPath.getPath()); in generateWriteSrc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp3117 ANGLE_TRY(attrib.computeOffset(context, firstVertex, &vertexOffset));
3288 ANGLE_TRY(attrib.computeOffset(context, startVertex, &offset));
H A DBuffer11.cpp1582 ANGLE_TRY(attribute.computeOffset(context, startVertex, &offset)); in getBuffer()

Completed in 30 milliseconds