/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A 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()
|
/third_party/skia/docs/examples/ |
H A D | ImageInfo_computeOffset.cpp | 22 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 D | VertexDataManager.h | 56 angle::Result computeOffset(const gl::Context *context,
|
H A D | VertexDataManager.cpp | 143 angle::Result TranslatedAttribute::computeOffset(const gl::Context *context, in computeOffset() function in rx::TranslatedAttribute
|
/third_party/skia/src/core/ |
H A D | SkImageInfo.cpp | 53 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 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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexDeclarationCache.cpp | 160 ANGLE_TRY(attributes[i].computeOffset(context, start, &offset)); in applyDeclaration()
|
/third_party/skia/include/core/ |
H A D | SkPixmap.h | 286 return (const char*)fPixels + fInfo.computeOffset(x, y, fRowBytes); in addr()
|
H A D | SkImageInfo.h | 628 size_t computeOffset(int x, int y, size_t rowBytes) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 1202 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 D | es31fSSBOLayoutCase.cpp | 1106 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 D | vktSSBOLayoutCase.cpp | 1202 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 D | StateManager11.cpp | 3117 ANGLE_TRY(attrib.computeOffset(context, firstVertex, &vertexOffset)); 3288 ANGLE_TRY(attrib.computeOffset(context, startVertex, &offset));
|
H A D | Buffer11.cpp | 1582 ANGLE_TRY(attribute.computeOffset(context, startVertex, &offset)); in getBuffer()
|