/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8() local 960 dstPixel[0] = srcPixelRGB[0]; in decompressETC2_EAC_RGBA8() 961 dstPixel[1] = srcPixelRGB[1]; in decompressETC2_EAC_RGBA8() 962 dstPixel[2] = srcPixelRGB[2]; in decompressETC2_EAC_RGBA8() 963 dstPixel[3] = srcPixelAlpha[0]; in decompressETC2_EAC_RGBA8() 990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local 993 dstPixel[0] = srcPixel[0]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() 994 dstPixel[1] = srcPixel[1]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() 995 dstPixel[2] = srcPixel[2]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() 996 dstPixel[3] = srcPixelAlpha[0]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() [all …]
|
/external/skqp/tests/ |
D | GrAHardwareBufferTest.cpp | 80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y); in check_read() local 81 if (srcPixel != dstPixel) { in check_read() 83 x, y, srcPixel, dstPixel); in check_read()
|
D | VkHardwareBufferTest.cpp | 1038 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local 1039 if (srcPixel != dstPixel) { in check_read() 1041 x, y, srcPixel, dstPixel); in check_read() 1175 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local 1176 if (srcPixel != dstPixel) { in run_test() 1178 x, y, srcPixel, dstPixel); in run_test()
|
/external/skia/tests/ |
D | GrAHardwareBufferTest.cpp | 80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y); in check_read() local 81 if (srcPixel != dstPixel) { in check_read() 83 x, y, srcPixel, dstPixel); in check_read()
|
D | VkHardwareBufferTest.cpp | 1026 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local 1027 if (srcPixel != dstPixel) { in check_read() 1029 x, y, srcPixel, dstPixel); in check_read() 1163 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local 1164 if (srcPixel != dstPixel) { in run_test() 1166 x, y, srcPixel, dstPixel); in run_test()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 394 float dstPixel[4], in ConvertPixelToFloat() 406 dstPixel[comp] = *(float*)&def; in ConvertPixelToFloat() 454 dstPixel[FormatTraits<SrcFormat>::swizzle(comp)] = dst; in ConvertPixelToFloat() 486 dstPixel[FormatTraits<SrcFormat>::swizzle(comp)] = dst; in ConvertPixelToFloat() 492 dstPixel[FormatTraits<SrcFormat>::swizzle(comp)] = *(float*)&dst; in ConvertPixelToFloat() 514 dstPixel[FormatTraits<SrcFormat>::swizzle(comp)] = *(float*)&dst; in ConvertPixelToFloat() 546 dstPixel[FormatTraits<SrcFormat>::swizzle(comp)] = *(float*)&dst; in ConvertPixelToFloat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 512 Vec4 dstPixel (0.0f, 0.0f, 0.0f, 1.0f); in clearUndefined() local 515 dstPixel[channelNdx] = srcPixel[channelNdx]; in clearUndefined() 517 access.setPixel(dstPixel, x, y); in clearUndefined() 528 IVec4 dstPixel (0, 0, 0, (0x1u << (deUint64)bitDepth.w()) - 1); in clearUndefined() local 531 dstPixel[channelNdx] = srcPixel[channelNdx]; in clearUndefined() 533 access.setPixel(dstPixel, x, y); in clearUndefined()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1693 …tcu::Vec4 dstPixel(srcPixel.x() / 255.0f, srcPixel.y() / 255.0f, srcPixel.z() / 255.0f, srcPixel.w… in convertUInt() local 1694 dst.setPixel(dstPixel, x, y, z); in convertUInt() 1705 …tcu::Vec4 dstPixel(srcPixel.x() / 1023.0f, srcPixel.y() / 1023.0f, srcPixel.z() / 1023.0f, srcPixe… in convertUInt_2_10_10_10_rev() local 1706 dst.setPixel(dstPixel, x, y, z); in convertUInt_2_10_10_10_rev()
|