Home
last modified time | relevance | path

Searched refs:testSize (Results 1 – 21 of 21) sorted by relevance

/third_party/lz4/tests/
Dframetest.c228 size_t cSize, testSize; in basicTests() local
269 testSize = 0; in basicTests()
271 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests()
292 testSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests()
298 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, &f… in basicTests()
299 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize); in basicTests()
303 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests()
304 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize); in basicTests()
424 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests()
425 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests()
[all …]
/third_party/flutter/skia/tests/
DDescriptorTest.cpp62 const size_t testSize = 32; in DEF_TEST() local
64 sizeof(SkScalerContextRec) + effectSize + testSize; in DEF_TEST()
71 desc->addEntry(SkSetFourByteTag('t', 'e', 's', 't'), testSize, nullptr); in DEF_TEST()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1105 bool TextureSizeCase::testTextureSize (const TestSize& testSize) in testTextureSize() argument
1123 const bool isSquare = testSize.textureSize.x() == testSize.textureSize.y(); in testTextureSize()
1124 …2DLodValid = (testSize.textureSize.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.tex… in testTextureSize()
1147 const int maxLevel = testSize.lod + testSize.lodBase; in testTextureSize()
1156 gl.texParameteri(textureTarget, GL_TEXTURE_BASE_LEVEL, testSize.lodBase); in testTextureSize()
1164 …:Message << "Testing image size " << testSize.textureSize.x() << "x" << testSize.textureSize.y() <… in testTextureSize()
1165 …tContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize in testTextureSize()
1166 …estLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() … in testTextureSize()
1168 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1169 gl.uniform1iv(lodLoc, 1, &testSize.lod); in testTextureSize()
[all …]
/third_party/skia/tests/
DDescriptorTest.cpp60 const size_t testSize = 32; in DEF_TEST() local
62 sizeof(SkScalerContextRec) + effectSize + testSize; in DEF_TEST()
68 desc->addEntry(SkSetFourByteTag('t', 'e', 's', 't'), testSize, nullptr); in DEF_TEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp150 SSBOCornerCaseInstance (Context& context, int testSize);
157 SSBOCornerCaseInstance::SSBOCornerCaseInstance (Context& context, int testSize) in SSBOCornerCaseInstance() argument
159 , m_testSize (testSize) in SSBOCornerCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp1151 const UVec2& testSize = sizes[sizeNdx]; in createSurfaceInitialSizeTest() local
1152 …UniquePtr<Window> nativeWindow (NativeObjects::createWindow(*nativeDisplay, tcu::just(testSize))); in createSurfaceInitialSizeTest()
1162 results.check(capabilities.currentExtent.width == testSize.x() && in createSurfaceInitialSizeTest()
1163 capabilities.currentExtent.height == testSize.y(), in createSurfaceInitialSizeTest()
1164 …:toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize)); in createSurfaceInitialSizeTest()
1198 const UVec2 testSize = sizes[sizeNdx]; in resizeSurfaceTest() local
1202 nativeWindow->resize(testSize); in resizeSurfaceTest()
1217 results.check(capabilities.currentExtent.width == testSize.x() && in resizeSurfaceTest()
1218 capabilities.currentExtent.height == testSize.y(), in resizeSurfaceTest()
1219 …:toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize)); in resizeSurfaceTest()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMaxTextureSizeTest.cpp291 const GLint testSize = std::min(mMaxTexture2DSize, 128 * 1024); in TEST_P() local
297 std::vector<GLColor> data(testSize, testColor); in TEST_P()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_mosaic_info.cpp1711 int32 testSize = SizeForDownScale (testScale); in DownScale() local
1713 if (Abs_int32 (testSize - (int32) prefSize) <= in DownScale()
1717 bestSize = testSize; in DownScale()
1743 testSize = SizeForDownScale (testScale); in DownScale()
1745 if (Abs_int32 (testSize - (int32) prefSize) <= in DownScale()
1749 bestSize = testSize; in DownScale()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp1754 const VkDeviceSize testSize = 1024; in vkDeviceMemoryAllocateAndFreeTest() local
1768 testSize, // VkDeviceSize allocationSize; in vkDeviceMemoryAllocateAndFreeTest()
1775 … return tcu::TestStatus::fail("Unable to allocate " + de::toString(testSize) + " bytes of memory"); in vkDeviceMemoryAllocateAndFreeTest()
1800 …TCU_CHECK_MSG(record.size >= testSize, ("record.size=" + de::toString(record.size) + ", testSize="… in vkDeviceMemoryAllocateAndFreeTest()
1835 const VkDeviceSize testSize = std::numeric_limits<deUint64>::max(); in vkDeviceMemoryAllocationFailedTest() local
1848 testSize, // VkDeviceSize allocationSize; in vkDeviceMemoryAllocationFailedTest()
1872 …TCU_CHECK_MSG(record.size >= testSize, ("record.size=" + de::toString(record.size) + ", testSize="… in vkDeviceMemoryAllocationFailedTest()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessXFBTests.cpp591 is_ok &= testSize(0, 0, "glTransformFeedbackBufferBase"); in iterate()
592 is_ok &= testSize(1, s_bo_size / 2, "glTransformFeedbackBufferRange"); in iterate()
593 is_ok &= testSize(2, s_bo_size / 2, "glTransformFeedbackBufferRange"); in iterate()
871 bool BuffersTest::testSize(glw::GLuint const index, glw::GLint const expected_value, in testSize() function in gl4cts::DirectStateAccess::TransformFeedback::BuffersTest
Dgl4cDirectStateAccessTests.hpp237 bool testSize(glw::GLuint const index, glw::GLint const expected_value,
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProtobufArrayListTest.java227 public void testSize() { in testSize() method in ProtobufArrayListTest
DFloatArrayListTest.java204 public void testSize() { in testSize() method in FloatArrayListTest
DBooleanArrayListTest.java205 public void testSize() { in testSize() method in BooleanArrayListTest
DDoubleArrayListTest.java204 public void testSize() { in testSize() method in DoubleArrayListTest
DIntArrayListTest.java204 public void testSize() { in testSize() method in IntArrayListTest
DLongArrayListTest.java204 public void testSize() { in testSize() method in LongArrayListTest
DLiteralByteStringTest.java118 public void testSize() { in testSize() method in LiteralByteStringTest
DNioByteStringTest.java108 public void testSize() { in testSize() method in NioByteStringTest
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java111 public void testSize() { in testSize() method in LiteralByteStringTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp2070 bool testSize (vk::VkSampleCountFlagBits samples, const tcu::IVec3 &dim);
2159 if (!testSize(m_iterations[sampleIdx], testSizes[dimIdx])) in iterate()
2168 bool TextureSizeMSInstance::testSize (vk::VkSampleCountFlagBits samples, const tcu::IVec3 &dim) in testSize() function in vkt::sr::__anon5a8db67a0111::TextureSizeMSInstance