Home
last modified time | relevance | path

Searched refs:testModes (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetClosure.java100 static final Normalizer.Mode[] testModes = { field in UnicodeSetClosure
131 for (int j = 0; j < testModes.length; ++j) { in test()
133 close(test, testModes[j], testCases[i]); in test()
225 for (mm = 0; ; ++mm) if (m == testModes[mm]) break; // find mode in close()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp466 for (const auto& testModes : testModeCases) in createMeshShaderProvokingVertexTestsEXT()
468 const auto modeName = getCaseName(testModes); in createMeshShaderProvokingVertexTestsEXT()
471 testModes, // ProvokingVertexModeVec provokingVertices; in createMeshShaderProvokingVertexTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp466 for (const auto& testModes : testModeCases) in createMeshShaderProvokingVertexTestsEXT()
468 const auto modeName = getCaseName(testModes); in createMeshShaderProvokingVertexTestsEXT()
471 testModes, // ProvokingVertexModeVec provokingVertices; in createMeshShaderProvokingVertexTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2476 testModes[] = in createAttachmentFeedbackLoopLayoutSamplerTests() local
2544 for (int testModeNdx = 0; testModeNdx < DE_LENGTH_OF_ARRAY(testModes); testModeNdx++) in createAttachmentFeedbackLoopLayoutSamplerTests()
2546 if (imageViewTypes[viewTypeNdx].readOnly && testModes[testModeNdx].mode != TEST_MODE_READ_ONLY) in createAttachmentFeedbackLoopLayoutSamplerTests()
2553 testModes[testModeNdx].mode != TEST_MODE_READ_WRITE_SAME_PIXEL) in createAttachmentFeedbackLoopLayoutSamplerTests()
2563 std::string name = getFormatCaseName(format) + imageAspectTestModes[imageAspectTestMode] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name + pipelineStateMode.suffix; in createAttachmentFeedbackLoopLayoutSamplerTests()
2564 formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionType, name.c_str(), viewType, format, outputImageSize, imageDescriptorType, 0.0f, testModes[testModeNdx].mode, imageAspectTestMode, interleaveReadWriteComponentsModes[restrictColorNdx].interleaveReadWriteComponents, pipelineStateMode.pipelineStateMode, false)); in createAttachmentFeedbackLoopLayoutSamplerTests()
2569 std::string stencilTestName = getFormatCaseName(format) + imageAspectTestModes[IMAGE_ASPECT_TEST_STENCIL] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name + pipelineStateMode.suffix; in createAttachmentFeedbackLoopLayoutSamplerTests()
2570 formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionType, stencilTestName.c_str(), viewType, format, outputImageSize, imageDescriptorType, 0.0f, testModes[testModeNdx].mode, IMAGE_ASPECT_TEST_STENCIL, interleaveReadWriteComponentsModes[restrictColorNdx].interleaveReadWriteComponents, pipelineStateMode.pipelineStateMode, false)); in createAttachmentFeedbackLoopLayoutSamplerTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2316 testModes[] = in createAttachmentFeedbackLoopLayoutSamplerTests() local
2374 for (int testModeNdx = 0; testModeNdx < DE_LENGTH_OF_ARRAY(testModes); testModeNdx++) in createAttachmentFeedbackLoopLayoutSamplerTests()
2376 if (imageViewTypes[viewTypeNdx].readOnly && testModes[testModeNdx].mode != TEST_MODE_READ_ONLY) in createAttachmentFeedbackLoopLayoutSamplerTests()
2383 testModes[testModeNdx].mode != TEST_MODE_READ_WRITE_SAME_PIXEL) in createAttachmentFeedbackLoopLayoutSamplerTests()
2391 std::string name = getFormatCaseName(format) + imageAspectTestModes[imageAspectTestMode] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name; in createAttachmentFeedbackLoopLayoutSamplerTests()
2392 formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionType, name.c_str(), "", viewType, format, outputImageSize, imageDescriptorType, 0.0f, testModes[testModeNdx].mode, imageAspectTestMode, interleaveReadWriteComponentsModes[restrictColorNdx].interleaveReadWriteComponents)); in createAttachmentFeedbackLoopLayoutSamplerTests()
2397 std::string stencilTestName = getFormatCaseName(format) + imageAspectTestModes[IMAGE_ASPECT_TEST_STENCIL] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name; in createAttachmentFeedbackLoopLayoutSamplerTests()
2398 formatTests->addChild(new AttachmentFeedbackLoopLayoutSamplerTest(testCtx, pipelineConstructionType, stencilTestName.c_str(), "", viewType, format, outputImageSize, imageDescriptorType, 0.0f, testModes[testModeNdx].mode, IMAGE_ASPECT_TEST_STENCIL, interleaveReadWriteComponentsModes[restrictColorNdx].interleaveReadWriteComponents)); in createAttachmentFeedbackLoopLayoutSamplerTests()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp3801 std::vector<StoreMode> testModes(commonCases, commonCases + DE_LENGTH_OF_ARRAY(commonCases)); in iterate()
3805 testModes.insert(testModes.end(), coreCases, coreCases + DE_LENGTH_OF_ARRAY(coreCases)); in iterate()
3807 std::vector<StoreMode>::iterator currentCase = testModes.begin(); in iterate()
3808 while (currentCase != testModes.end()) in iterate()

Completed in 15 milliseconds