Searched refs:pixelBits (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | formatutils11.h | 38 DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight);
|
H A D | formatutils11.cpp | 35 DXGIFormatSize::DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight) in DXGIFormatSize() argument 36 : pixelBytes(pixelBits / 8), blockWidth(blockWidth), blockHeight(blockHeight) in DXGIFormatSize()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib2.cpp | 266 pOut->pixelBits = localIn.bpp; in ComputeSurfaceInfo() 270 UINT_32 pixelBits = pOut->pixelBits; in ComputeSurfaceInfo() local 275 &pOut->pixelBits, in ComputeSurfaceInfo() 282 &pixelBits, in ComputeSurfaceInfo() 296 &pixelBits, in ComputeSurfaceInfo()
|
H A D | addrlib1.cpp | 233 pOut->pixelBits = localIn.bpp; in ComputeSurfaceInfo()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderPrecisionTests.cpp | 400 const deUint32 pixelBits = tcu::Float32(pixels[(y*FRAMEBUFFER_WIDTH + x)*4]).bits(); in iterate() local 402 if (pixelBits != firstPixelBits) in iterate() 404 log << TestLog::Message << "ERROR: Inconsistent results, got " << tcu::toHex(pixelBits) << " at (" << x << ", " << y << ")" << TestLog::EndMessage; in iterate()
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 606 UINT_32 pixelBits; ///< Original bits per pixel, passed from input member 2507 UINT_32 pixelBits; ///< Original bits per pixel, passed from input member
|
/third_party/backends/backend/ |
H A D | epsonds.c | 2479 SANE_Int pixelBits = bitsPerSample * samplesPerPixel; in swapPixel1() local 2482 SANE_Byte temp = getBit(bytes, widthBits * y1 + x1 * pixelBits); in swapPixel1() 2484 SANE_Byte right = getBit(bytes, widthBits * y2 + x2 * pixelBits); in swapPixel1() 2485 setBit(bytes, widthBits * y1 + x1 * pixelBits, right); in swapPixel1() 2487 setBit(bytes, widthBits * y2 + x2 * pixelBits, temp); in swapPixel1()
|
Completed in 30 milliseconds