Home
last modified time | relevance | path

Searched defs:pitchP (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.cpp132 int pitchP = surface->getInternalPitchP(); in setTextureLevel() local
DSampler.hpp39 int4 pitchP; member
DSurface.hpp269 int pitchP; member
DSurface.cpp1217 …nt depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0) in SurfaceImplementation()
1782 int Surface::pitchP(int width, int border, Format format, bool target) in pitchP() function in sw::Surface
/external/swiftshader/src/OpenGL/common/
DImage.hpp115 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image()
DImage.cpp1167 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in ImageImplementation()
1203 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in create()
1233 int ClientBuffer::pitchP() const in pitchP() function in egl::ClientBuffer
/external/swiftshader/src/Shader/
DSamplerCore.cpp1232 Int4 pitchP = *Pointer<Int4>(mipmap + OFFSET(Mipmap, pitchP), 16); in sampleFloat2D() local
1301 Int4 pitchP = *Pointer<Int4>(mipmap + OFFSET(Mipmap, pitchP), 16); in sampleFloat3D() local