Home
last modified time | relevance | path

Searched refs:rtSize (Results 1 - 8 of 8) sorted by relevance

/third_party/lz4/ossfuzz/
H A Dcompress_hc_fuzzer.c38 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
39 FUZZ_ASSERT_MSG(rtSize == size, "Incorrect regenerated size"); in LLVMFuzzerTestOneInput()
53 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
54 FUZZ_ASSERT_MSG(rtSize == compressedSize, "Incorrect regenerated size"); in LLVMFuzzerTestOneInput()
H A Dcompress_fuzzer.c36 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
37 FUZZ_ASSERT_MSG(rtSize == size, "Incorrect regenerated size"); in LLVMFuzzerTestOneInput()
48 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
49 FUZZ_ASSERT_MSG(rtSize == compressedSize, "Incorrect regenerated size"); in LLVMFuzzerTestOneInput()
H A Dcompress_frame_fuzzer.c38 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput() local
39 FUZZ_ASSERT_MSG(rtSize == size, "Incorrect regenerated size"); in LLVMFuzzerTestOneInput()
H A Dround_trip_frame_fuzzer.c34 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput() local
35 FUZZ_ASSERT_MSG(rtSize == size, "Incorrect regenerated size"); in LLVMFuzzerTestOneInput()
H A Dround_trip_hc_fuzzer.c35 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
36 FUZZ_ASSERT_MSG(rtSize == size, "Incorrect size"); in LLVMFuzzerTestOneInput()
H A Dround_trip_fuzzer.c40 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
41 FUZZ_ASSERT_MSG(rtSize == size, "Incorrect size"); in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp603 c.rtSize = tcu::IVec3(128, 128, numSamples); in ConstantInterpolationTest()
613 c.rtSize = tcu::IVec3(128, 128, numSamples); in ConstantInterpolationTest()
622 c.rtSize = tcu::IVec3(129, 113, numSamples); in ConstantInterpolationTest()
631 c.rtSize = tcu::IVec3(107, 131, numSamples); in ConstantInterpolationTest()
647 c.rtSize.x() = rnd.getInt(16, 256); in ConstantInterpolationTest()
648 c.rtSize.y() = rnd.getInt(16, 256); in ConstantInterpolationTest()
649 c.rtSize.z() = rnd.choose<int>(DE_ARRAY_BEGIN(supportedMsaaLevels), DE_ARRAY_END(supportedMsaaLevels)); in ConstantInterpolationTest()
691 tcu::IVec3 rtSize; // (width, height, samples) member
703 const int width = subCase.rtSize.x(); in runCase()
704 const int height = subCase.rtSize in runCase()
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp161 SkISize rtSize, in should_tile_image_id()
173 *clippedSubset = determine_clipped_src_rect(rtSize.width(), rtSize.height(), clip, ctm, in should_tile_image_id()
207 *clippedSubset = determine_clipped_src_rect(rtSize.width(), rtSize.height(), clip, ctm, in should_tile_image_id()
160 should_tile_image_id(GrRecordingContext* context, SkISize rtSize, const GrClip* clip, uint32_t imageID, const SkISize& imageSize, const SkMatrix& ctm, const SkMatrix& srcToDst, const SkRect* src, int maxTileSize, int* tileSize, SkIRect* clippedSubset) should_tile_image_id() argument

Completed in 5 milliseconds