Home
last modified time | relevance | path

Searched refs:testFormat (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtsdate.cpp41 testFormat(/* par */); in runIndexedTest()
85 testFormat(/* par */); in testLocale()
96 testFormat(/* par */); in testLocale()
109 testFormat(/* par */); in testLocale()
114 void IntlTestDateFormat::testFormat(/* char* par */) in testFormat() function in IntlTestDateFormat
Dtsnmfmt.cpp50 testFormat(/*par*/); in runIndexedTest()
86 testFormat(/* par */); in testLocale()
92 testFormat(/* par */); in testLocale()
98 testFormat(/* par */); in testLocale()
105 testFormat(/* par */); in testLocale()
160 IntlTestNumberFormat::testFormat(/* char* par */) in testFormat() function in IntlTestNumberFormat
Dtsnmfmt.h34 void testFormat(/* char* par */);
Dtsdate.h40 void testFormat(/* char* par */);
Dtmsgfmt.h113 void testFormat(void);
Ddtifmtts.h39 void testFormat();
Ddtifmtts.cpp50 TESTCASE_AUTO(testFormat); in runIndexedTest()
414 void DateIntervalFormatTest::testFormat() { in testFormat() function in DateIntervalFormatTest
Dtmsgfmt.cpp56 TESTCASE_AUTO(testFormat); in runIndexedTest()
1060 void TestMessageFormat::testFormat() in testFormat() function in TestMessageFormat
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp334 const VkFormat testFormat = (depthTestsEnabled && stencilTestsEnabled in iterate() local
340 …cu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog… in iterate()
342 …e testSubresourceRange = makeImageSubresourceRange(getImageAspectFlags(testFormat), 0u, 1u, 0u, 1u… in iterate()
343 …e> testImage(makeImage(vk, device, makeImageCreateInfo(m_renderSize, testFormat, VK_IMAGE_USAGE_… in iterate()
345 …ImageView(makeImageView(vk, device, *testImage, VK_IMAGE_VIEW_TYPE_2D, testFormat, testSubresource… in iterate()
429 … (makeRenderPass(vk, device, colorFormat, (depthTestsEnabled || stencilTestsEnabled), testFormat)); in iterate()
686 const VkFormat testFormat = (stencilTestsEnabled && depthTestsEnabled in checkSupport() local
700 …vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILI… in checkSupport()
701 if (formatProperties.sampleCounts == 0 || testFormat == VK_FORMAT_UNDEFINED) in checkSupport()
702 TCU_THROW(NotSupportedError, de::toString(testFormat) + " not supported"); in checkSupport()
DvktFragmentOperationsEarlyFragmentTests.cpp341 …const VkFormat testFormat = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, phy… in iterate() local
343 if (testFormat == VK_FORMAT_UNDEFINED) in iterate()
347 …cu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog… in iterate()
349 …e testSubresourceRange = makeImageSubresourceRange(getImageAspectFlags(testFormat), 0u, 1u, 0u, 1u… in iterate()
350 … testImage (makeImage(vk, device, makeImageCreateInfo(renderSize, testFormat, VK_IMAGE_USAGE_… in iterate()
352 …geView (makeImageView(vk, device, *testImage, VK_IMAGE_VIEW_TYPE_2D, testFormat, testSubresource… in iterate()
418 …nderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachment, testFormat)); in iterate()
/third_party/icu/icu4c/source/test/cintltst/
Dudatpg_test.c71 static const UChar testFormat[]= {0x7B, 0x31, 0x7D, 0x20, 0x7B, 0x30, 0x7D, 0}; /* {1} {0} */ variable
211 udatpg_setAppendItemFormat( dtpg, UDATPG_MONTH_FIELD, testFormat, 7 ); in TestUsage()
215 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
238 udatpg_setDateTimeFormat( dtpg, testFormat, 7 ); in TestUsage()
241 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp315 tcu::TestStatus testFormat (Context& context, TestParameters params) in testFormat() function
606 …addFunctionCaseWithPrograms(group, name, "", checkSupport, initPrograms, testFormat, TestParameter… in populatePerFormatGroup()
609 …ithPrograms(group, name + "_disjoint", "", checkSupport, initPrograms, testFormat, TestParameters(… in populatePerFormatGroup()
613 …addFunctionCaseWithPrograms(group, name + "_mapped", "", checkSupport, initPrograms, testFormat, T… in populatePerFormatGroup()
616 …rams(group, name + "_disjoint_mapped", "", checkSupport, initPrograms, testFormat, TestParameters(… in populatePerFormatGroup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dlit.cfg18 # testFormat: The test format to use to interpret tests.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp799 for (const auto& testFormat : dsFormats) in createBufferTests() local
801 std::string formatName = de::toLower(getFormatName(testFormat)); in createBufferTests()
803 …e(invalidBufferFeatures.get(), formatName, formatName, testDepthStencilBufferFeatures, testFormat); in createBufferTests()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp792 …se::Texture2DCase(deqp::Context& context, const std::string& name, const TextureFormat& testFormat) in Texture2DCase() argument
793 : InternalformatCaseBase(context, name.c_str()), m_testFormat(testFormat) in Texture2DCase()
1137 GLenum testFormat = getUnsizedFormatFromInternalFormat(m_testFormat.format); in iterate() local
1177 glu::ShaderProgram program1(renderContext, prepareColoringProgramSources(testFormat, testType)); in iterate()
1247 … (testFormat == GL_RGBA_INTEGER || testFormat == GL_RG_INTEGER || testFormat == GL_RED_INTEGER)) in iterate()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp207 std::string testFormat = prefix + sanitizedName; in SanitizeParamName() local
208 if (testFormat.length() > 220) { in SanitizeParamName()
213 targetLength -= testFormat.length() - 220; in SanitizeParamName()