/third_party/vk-gl-cts/modules/egl/ |
D | teglColorClearCase.cpp | 178 tcu::Surface refFrame (width, height); in executeForContexts() local 243 renderReference(refFrame, clears, pixelFmt); in executeForContexts() 248 …xelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pix… in executeForContexts() 341 tcu::Surface refFrame (width, height); in executeForContexts() local 425 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), in executeForContexts() 436 …xelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pix… in executeForContexts()
|
D | teglRenderTests.cpp | 748 tcu::Surface refFrame (width, height); in executeForContexts() local 829 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1, subpixelBits); in executeForContexts() 833 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, fr… in executeForContexts() 955 tcu::Surface refFrame (width, height); in executeForContexts() local 1061 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1, subpixelBits); in executeForContexts() 1065 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, fr… in executeForContexts()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthTests.cpp | 138 tcu::Surface refFrame (width, height); in iterate() local 163 context.readPixels(refFrame, 0, 0, width, height); in iterate() 178 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
|
D | es2fStencilTests.cpp | 295 tcu::Surface refFrame (width, height); in iterate() local 355 context.readPixels(refFrame, 0, 0, width, height); in iterate() 365 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
|
D | es2fTextureUnitTests.cpp | 769 tcu::Surface refFrame (viewportWidth, viewportHeight); in iterate() local 811 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight); in iterate() 816 …bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gle… in iterate()
|
D | es2fFboRenderTest.cpp | 578 tcu::Surface refFrame (width, height); in iterate() local 614 render(context, refFrame); in iterate() 629 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthTests.cpp | 141 tcu::Surface refFrame (width, height); in iterate() local 166 context.readPixels(refFrame, 0, 0, width, height); in iterate() 181 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
|
D | es3fStencilTests.cpp | 298 tcu::Surface refFrame (width, height); in iterate() local 358 context.readPixels(refFrame, 0, 0, width, height); in iterate() 368 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
|
D | es3fTextureUnitTests.cpp | 999 tcu::Surface refFrame (viewportWidth, viewportHeight); in iterate() local 1043 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight); in iterate() 1048 …bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gle… in iterate()
|
D | es3fFboRenderTest.cpp | 442 tcu::Surface refFrame (width, height); in iterate() local 478 render(context, refFrame); in iterate() 492 bool imagesOk = compare(refFrame, gles3Frame); in iterate()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_av1.c | 573 uint8_t refFrame = Ref_Frame_List[i]; in set_frame_refs() local 574 if (hdr->ref_frame_idx[refFrame - AV1_LAST_FRAME] == 0xff) { in set_frame_refs() 577 hdr->ref_frame_idx[refFrame - AV1_LAST_FRAME] = ref; in set_frame_refs()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.c | 3967 gint refFrame = GST_AV1_REF_LAST_FRAME + i; in gst_av1_parse_uncompressed_frame_header() local 3970 frame_header->order_hints[refFrame] = hint; in gst_av1_parse_uncompressed_frame_header() 3972 frame_header->ref_frame_sign_bias[refFrame] = 0; in gst_av1_parse_uncompressed_frame_header() 3974 frame_header->ref_frame_sign_bias[refFrame] = in gst_av1_parse_uncompressed_frame_header()
|