Home
last modified time | relevance | path

Searched refs:testFormat (Results 1 - 25 of 28) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp39 testFormat(/* par */); in runIndexedTest()
83 testFormat(/* par */); in testLocale()
94 testFormat(/* par */); in testLocale()
107 testFormat(/* par */); in testLocale()
112 void IntlTestDateFormat::testFormat(/* char* par */) in testFormat() function in IntlTestDateFormat
H A 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
H A Dtsdate.h40 void testFormat(/* char* par */);
46 * call testFormat for different DateFormat::EStyle's, etc
H A Dtsnmfmt.h34 void testFormat(/* char* par */);
52 * call testFormat for currency, percent and plain number instances
H A Ddtifmtts.h39 void testFormat();
H A Dtmsgfmt.h113 void testFormat(void);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp333 const VkFormat testFormat = (depthTestsEnabled && stencilTestsEnabled in iterate() local
339 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage; in iterate()
341 const VkImageSubresourceRange testSubresourceRange = makeImageSubresourceRange(getImageAspectFlags(testFormat), 0u, 1u, 0u, 1u); in iterate()
342 const Unique<VkImage> testImage(makeImage(vk, device, makeImageCreateInfo(m_renderSize, testFormat, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT))); in iterate()
344 const Unique<VkImageView> testImageView(makeImageView(vk, device, *testImage, VK_IMAGE_VIEW_TYPE_2D, testFormat, testSubresourceRange)); in iterate()
416 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, (depthTestsEnabled || stencilTestsEnabled), testFormat)); in iterate()
675 const VkFormat testFormat = (stencilTestsEnabled && depthTestsEnabled in checkSupport() local
689 vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT, 0u, &formatProperties); in checkSupport()
690 if (formatProperties.sampleCounts == 0 || testFormat == VK_FORMAT_UNDEFINED) in checkSupport()
691 TCU_THROW(NotSupportedError, de::toString(testFormat) in checkSupport()
[all...]
H A DvktFragmentOperationsTransientAttachmentTests.cpp315 const VkFormat testFormat = m_testMode == TestMode::MODE_DEPTH in checkSupport() local
326 vki.getPhysicalDeviceImageFormatProperties (physicalDevice, testFormat, in checkSupport()
333 if (formatProperties.sampleCounts == 0 || testFormat == VK_FORMAT_UNDEFINED) in checkSupport()
334 TCU_THROW(NotSupportedError, de::toString(testFormat) + " not supported"); in checkSupport()
H A DvktFragmentOperationsEarlyFragmentTests.cpp392 const VkFormat testFormat = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate() local
394 if (testFormat == VK_FORMAT_UNDEFINED) in iterate()
398 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage; in iterate()
400 const VkImageSubresourceRange testSubresourceRange = makeImageSubresourceRange(getImageAspectFlags(testFormat), 0u, 1u, 0u, 1u); in iterate()
401 const Unique<VkImage> testImage (makeImage(vk, device, makeImageCreateInfo(renderSize, testFormat, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT))); in iterate()
403 const Unique<VkImageView> testImageView (makeImageView(vk, device, *testImage, VK_IMAGE_VIEW_TYPE_2D, testFormat, testSubresourceRange)); in iterate()
470 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachment, testFormat)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp333 const VkFormat testFormat = (depthTestsEnabled && stencilTestsEnabled in iterate() local
339 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage; in iterate()
341 const VkImageSubresourceRange testSubresourceRange = makeImageSubresourceRange(getImageAspectFlags(testFormat), 0u, 1u, 0u, 1u); in iterate()
342 const Unique<VkImage> testImage(makeImage(vk, device, makeImageCreateInfo(m_renderSize, testFormat, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT))); in iterate()
344 const Unique<VkImageView> testImageView(makeImageView(vk, device, *testImage, VK_IMAGE_VIEW_TYPE_2D, testFormat, testSubresourceRange)); in iterate()
416 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, (depthTestsEnabled || stencilTestsEnabled), testFormat)); in iterate()
675 const VkFormat testFormat = (stencilTestsEnabled && depthTestsEnabled in checkSupport() local
689 vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT, 0u, &formatProperties); in checkSupport()
690 if (formatProperties.sampleCounts == 0 || testFormat == VK_FORMAT_UNDEFINED) in checkSupport()
691 TCU_THROW(NotSupportedError, de::toString(testFormat) in checkSupport()
[all...]
H A DvktFragmentOperationsTransientAttachmentTests.cpp315 const VkFormat testFormat = m_testMode == TestMode::MODE_DEPTH in checkSupport() local
326 vki.getPhysicalDeviceImageFormatProperties (physicalDevice, testFormat, in checkSupport()
333 if (formatProperties.sampleCounts == 0 || testFormat == VK_FORMAT_UNDEFINED) in checkSupport()
334 TCU_THROW(NotSupportedError, de::toString(testFormat) + " not supported"); in checkSupport()
H A DvktFragmentOperationsEarlyFragmentTests.cpp392 const VkFormat testFormat = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate() local
394 if (testFormat == VK_FORMAT_UNDEFINED) in iterate()
398 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage; in iterate()
400 const VkImageSubresourceRange testSubresourceRange = makeImageSubresourceRange(getImageAspectFlags(testFormat), 0u, 1u, 0u, 1u); in iterate()
401 const Unique<VkImage> testImage (makeImage(vk, device, makeImageCreateInfo(renderSize, testFormat, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT))); in iterate()
403 const Unique<VkImageView> testImageView (makeImageView(vk, device, *testImage, VK_IMAGE_VIEW_TYPE_2D, testFormat, testSubresourceRange)); in iterate()
470 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachment, testFormat)); in iterate()
/third_party/astc-encoder/Test/testlib/
H A Dimage.py56 testFormat: The test format group.
103 self.testFormat = parts[1]
143 compare = self.testFormat.lower()
145 dat = (self.testFormat, reencode)
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
H A Dokp_importKey.https.any.js83 testFormat(format, algorithm, data, vector.name, usages, extractable);
94 testFormat(format, algorithm, data, vector.name, usages, extractable);
103 function testFormat(format, algorithm, keyData, keySize, usages, extractable) { function
H A Dec_importKey.https.any.js82 testFormat(format, algorithm, data, curve, usages, extractable);
92 testFormat(format, algorithm, data, curve, usages, extractable);
104 function testFormat(format, algorithm, data, keySize, usages, extractable) { function
H A Drsa_importKey.https.any.js89 testFormat(format, algorithm, data, size, usages, extractable);
99 testFormat(format, algorithm, data, size, usages, extractable);
112 function testFormat(format, algorithm, keyData, keySize, usages, extractable) { function
H A Dsymmetric_importKey.https.any.js53 testFormat(format, algorithm, data, keyData.length * 8, usages, extractable);
68 function testFormat(format, algorithm, keyData, keySize, usages, extractable) { function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp315 tcu::TestStatus testFormat (Context& context, TestParameters params) in testFormat() function
606 addFunctionCaseWithPrograms(group, name, checkSupport, initPrograms, testFormat, TestParameters(format, size, 0u, tiling, shaderType, false, useArrayLayers)); in populatePerFormatGroup()
609 addFunctionCaseWithPrograms(group, name + "_disjoint", checkSupport, initPrograms, testFormat, TestParameters(format, size, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT, tiling, shaderType, false, useArrayLayers)); in populatePerFormatGroup()
613 addFunctionCaseWithPrograms(group, name + "_mapped", checkSupport, initPrograms, testFormat, TestParameters(format, size, 0u, tiling, shaderType, true, useArrayLayers)); in populatePerFormatGroup()
616 addFunctionCaseWithPrograms(group, name + "_disjoint_mapped", checkSupport, initPrograms, testFormat, TestParameters(format, size, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT, tiling, shaderType, true, useArrayLayers)); in populatePerFormatGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp315 tcu::TestStatus testFormat (Context& context, TestParameters params) in testFormat() function
606 addFunctionCaseWithPrograms(group, name, "", checkSupport, initPrograms, testFormat, TestParameters(format, size, 0u, tiling, shaderType, false, useArrayLayers)); in populatePerFormatGroup()
609 addFunctionCaseWithPrograms(group, name + "_disjoint", "", checkSupport, initPrograms, testFormat, TestParameters(format, size, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT, tiling, shaderType, false, useArrayLayers)); in populatePerFormatGroup()
613 addFunctionCaseWithPrograms(group, name + "_mapped", "", checkSupport, initPrograms, testFormat, TestParameters(format, size, 0u, tiling, shaderType, true, useArrayLayers)); in populatePerFormatGroup()
616 addFunctionCaseWithPrograms(group, name + "_disjoint_mapped", "", checkSupport, initPrograms, testFormat, TestParameters(format, size, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT, tiling, shaderType, true, useArrayLayers)); in populatePerFormatGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp98 for (const auto& testFormat : imageParams.formats) in createSparseResourcesShaderIntrinsicsTests()
100 caseParams.format = testFormat.format; in createSparseResourcesShaderIntrinsicsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp98 for (const auto& testFormat : imageParams.formats) in createSparseResourcesShaderIntrinsicsTests()
100 caseParams.format = testFormat.format; in createSparseResourcesShaderIntrinsicsTests()
/third_party/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c80 static const UChar testFormat[]= {0x7B, 0x31, 0x7D, 0x20, 0x7B, 0x30, 0x7D, 0}; /* {1} {0} */ variable
220 udatpg_setAppendItemFormat( dtpg, UDATPG_MONTH_FIELD, testFormat, 7 ); in TestUsage()
224 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
247 udatpg_setDateTimeFormat( dtpg, testFormat, 7 ); in TestUsage()
250 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp828 for (const auto& testFormat : dsFormats) in createBufferTests()
830 std::string formatName = de::toLower(getFormatName(testFormat)); in createBufferTests()
832 addFunctionCase(invalidBufferFeatures.get(), formatName, testDepthStencilBufferFeatures, testFormat); in createBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp827 for (const auto& testFormat : dsFormats) in createBufferTests()
829 std::string formatName = de::toLower(getFormatName(testFormat)); in createBufferTests()
831 addFunctionCase(invalidBufferFeatures.get(), formatName, formatName, testDepthStencilBufferFeatures, testFormat); in createBufferTests()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp792 Texture2DCase::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()
1142 GLenum testFormat = getUnsizedFormatFromInternalFormat(m_testFormat.format); in iterate() local
1184 glu::ShaderProgram program1(renderContext, prepareColoringProgramSources(testFormat, testType)); in iterate()
1254 (testFormat == GL_RGBA_INTEGER || testFormat == GL_RG_INTEGER || testFormat == GL_RED_INTEGER)) in iterate()

Completed in 27 milliseconds

12