Home
last modified time | relevance | path

Searched refs:TestMode (Results 1 - 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp56 enum class TestMode class
236 const TestMode testMode,
245 const TestMode m_testMode;
253 const TestMode testMode, in TransientAttachmentTest()
292 << "layout(input_attachment_index = 0, binding = 0) uniform " << (m_testMode == TestMode::MODE_STENCIL ? "usubpassInput " : "subpassInput ") << "inputValue;\n" in initPrograms()
298 << " fragColor = " << (m_testMode == TestMode::MODE_COLOR ? "subpassLoad(inputValue);\n" in initPrograms()
299 : m_testMode == TestMode::MODE_DEPTH ? "vec4(subpassLoad(inputValue).r, 0.0, 0.0, 1.0);\n" in initPrograms()
300 : /* TestMode::MODE_STENCIL */"vec4(0.0, 0.0, float(subpassLoad(inputValue).r) / 256.0, 1.0);\n") in initPrograms()
315 const VkFormat testFormat = m_testMode == TestMode::MODE_DEPTH in checkSupport()
317 : m_testMode == TestMode in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp56 enum class TestMode class
236 const TestMode testMode,
245 const TestMode m_testMode;
253 const TestMode testMode, in TransientAttachmentTest()
292 << "layout(input_attachment_index = 0, binding = 0) uniform " << (m_testMode == TestMode::MODE_STENCIL ? "usubpassInput " : "subpassInput ") << "inputValue;\n" in initPrograms()
298 << " fragColor = " << (m_testMode == TestMode::MODE_COLOR ? "subpassLoad(inputValue);\n" in initPrograms()
299 : m_testMode == TestMode::MODE_DEPTH ? "vec4(subpassLoad(inputValue).r, 0.0, 0.0, 1.0);\n" in initPrograms()
300 : /* TestMode::MODE_STENCIL */"vec4(0.0, 0.0, float(subpassLoad(inputValue).r) / 256.0, 1.0);\n") in initPrograms()
315 const VkFormat testFormat = m_testMode == TestMode::MODE_DEPTH in checkSupport()
317 : m_testMode == TestMode in checkSupport()
[all...]
H A DvktFragmentOperationsEarlyFragmentTests.cpp339 enum TestMode enum in vkt::FragmentOperations::__anon29204::EarlyFragmentTestInstance
346 const TestMode m_testMode;
628 enum TestMode enum in vkt::FragmentOperations::__anon29204::EarlyFragmentDiscardTestInstance
635 const TestMode m_testMode;
1080 enum TestMode
1087 const TestMode m_testMode;
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils_unittest.cpp212 BeginsWithTest() : mMode(TestMode::CHAR_ARRAY) {} in BeginsWithTest()
214 enum class TestMode class in __anon19705::BeginsWithTest
221 void setMode(TestMode mode) { mMode = mode; } in setMode()
225 if (mMode == TestMode::CHAR_ARRAY) in runBeginsWith()
229 if (mMode == TestMode::STRING_AND_CHAR_ARRAY) in runBeginsWith()
249 TestMode mMode;
255 setMode(TestMode::CHAR_ARRAY); in TEST_F()
262 setMode(TestMode::STRING_AND_CHAR_ARRAY); in TEST_F()
269 setMode(TestMode::STRING); in TEST_F()
276 EndsWithTest() : mMode(TestMode
278 enum class TestMode global() class in __anon19705::EndsWithTest
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVertexArrayPerfTest.cpp18 enum class TestMode class
43 TestMode testMode = TestMode::BufferData;
58 if (testMode == TestMode::BindBuffer) in story()
62 else if (testMode == TestMode::UpdateBufferData) in story()
172 if (params.testMode == TestMode::BufferData) in drawBenchmark()
176 else if (params.testMode == TestMode::UpdateBufferData) in drawBenchmark()
208 VertexArrayParams VulkanNullParams(TestMode testMode) in VulkanNullParams()
219 VulkanNullParams(TestMode::BindBuffer),
220 VulkanNullParams(TestMode
[all...]
H A DBindingPerf.cpp25 enum TestMode enum
53 TestMode testMode = TestMode::MultipleBindings;
70 if (testMode == TestMode::VertexArray) in story()
136 if (params.testMode == TestMode::MultipleBindings) in initializeBenchmark()
204 if (params.testMode == TestMode::VertexArray) in drawBenchmark()
237 BindingsParams VulkanParams(AllocationStyle allocationStyle, TestMode testMode) in VulkanParams()
257 VulkanParams(EVERY_ITERATION, TestMode::MultipleBindings),
258 VulkanParams(AT_INITIALIZATION, TestMode::MultipleBindings),
259 VulkanParams(AT_INITIALIZATION, TestMode
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStreamTest.java24 private enum TestMode { enum in BrotliOutputStreamTest
43 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_ALL)); in suite()
44 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
45 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_BYTE)); in suite()
56 final TestMode mode;
57 StreamTestCase(String entryName, TestMode mode) { in StreamTestCase()
69 private static void run(String entryName, TestMode mode) throws Throwable { in run()
81 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) { in run()
H A DBrotliEncoderChannelTest.java27 private enum TestMode { enum in BrotliEncoderChannelTest
45 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_ALL)); in suite()
46 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
57 final TestMode mode;
58 ChannleTestCase(String entryName, TestMode mode) { in ChannleTestCase()
70 private static void run(String entryName, TestMode mode) throws Throwable { in run()
82 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) { in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp60 enum TestMode enum
74 TestMode mode,
85 TestMode m_mode;
92 TestMode mode, in DrawIndexedInstance()
319 TestMode mode,
329 const TestMode m_testMode;
335 TestMode mode, in DrawIndexedTestCase()
348 if (m_testMode == TestMode::TM_DRAW_INDEXED_INDIRECT_COUNT) in checkSupport()
350 if (m_testMode == TestMode::TM_DRAW_MULTI_INDEXED) in checkSupport()
378 if (m_testMode == TestMode in createInstance()
[all...]
/third_party/skia/gm/
H A Dconstcolorprocessor.cpp50 enum class TestMode { class in skiagm::ColorProcessor
55 ColorProcessor(TestMode mode) : fMode(mode) { in ColorProcessor()
62 case TestMode::kConstColor: return SkString("const_color_processor");
63 case TestMode::kModulateRGBA: return SkString("modulate_rgba");
126 case TestMode::kConstColor:
131 case TestMode::kModulateRGBA:
206 TestMode fMode;
216 DEF_GM(return new ColorProcessor{ColorProcessor::TestMode::kConstColor};)
217 DEF_GM(return new ColorProcessor{ColorProcessor::TestMode::kModulateRGBA};)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp57 enum class TestMode class
93 const TestMode testMode);
101 const TestMode m_testMode;
115 const TestMode testMode) in GranularityInstance()
238 if (m_testMode != TestMode::USE_DYNAMIC_RENDER_PASS) in initObjects()
309 if (m_testMode == TestMode::USE_DYNAMIC_RENDER_PASS) in iterate()
393 if (m_testMode != TestMode::USE_DYNAMIC_RENDER_PASS) in iterate()
397 if (m_testMode == TestMode::USE_RENDER_PASS) in iterate()
407 if(m_testMode == TestMode::USE_RENDER_PASS) in iterate()
411 if (m_testMode == TestMode in iterate()
437 GranularityCase(tcu::TestContext& testCtx, const std::string& name, const std::vector<AttachmentInfo>& attachments, const TestMode testMode = TestMode::NO_RENDER_PASS) GranularityCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp63 enum TestMode enum
81 TestMode mode;
92 TestMode mode,
103 TestMode m_mode;
110 TestMode mode, in DrawIndexedInstance()
341 TestMode mode,
354 const TestMode m_testMode;
360 TestMode mode, in DrawIndexedTestCase()
373 if (m_testMode == TestMode::TM_DRAW_INDEXED_INDIRECT_COUNT) in checkSupport()
375 if (m_testMode == TestMode in checkSupport()
[all...]
/third_party/skia/tests/
H A DCodecAnimTest.cpp300 enum class TestMode { in DEF_TEST() class
305 for (auto mode : { TestMode::kVector, TestMode::kIndividual }) { in DEF_TEST()
312 case TestMode::kVector: in DEF_TEST()
317 case TestMode::kIndividual: in DEF_TEST()
336 case TestMode::kVector: in DEF_TEST()
339 case TestMode::kIndividual: in DEF_TEST()
389 if (TestMode::kIndividual == mode) { in DEF_TEST()
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.h50 bool TestMode; member
69 TestMode(false) in CExtractOptions()
H A DExtract.cpp199 options.StdOutMode, options.TestMode, in DecompressArchive()
208 !options.TestMode && in DecompressArchive()
218 const Int32 testMode = (options.TestMode && !calcCrc) ? 1: 0; in DecompressArchive()
374 RINOK(extractCallback->BeforeOpen(arcPath, options.TestMode)) in Extract()
446 if (!options.TestMode) in Extract()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp26 bool TestMode; member
51 TestMode(false), in CFolderOutStream()
79 Int32 askMode = (_fileIndex == nextFileIndex) ? TestMode ? in OpenFile()
304 folderOutStream->TestMode = (testModeSpec != 0); in Extract()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp137 else if (Options->TestMode) in ProcessVirt()
196 if (!options.TestMode) in ExtractGUI()
274 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING); in ExtractGUI()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp66 enum TestMode enum
86 TestMode testMode;
392 const TestMode testMode, in generateReferenceImage()
842 (TestMode)mode, // TestMode testMode; in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp720 enum TestMode enum
730 TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType renderingType_) in TestConfig()
739 TestMode testMode;
762 const TestMode m_testMode;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp66 enum TestMode enum
86 TestMode testMode;
392 const TestMode testMode, in generateReferenceImage()
844 (TestMode)mode, // TestMode testMode; in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp720 enum TestMode enum
730 TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType renderingType_) in TestConfig()
739 TestMode testMode;
762 const TestMode m_testMode;
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp186 eo.TestMode = false; in WinMain2()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c56 typedef enum { RUNTESTS, SHOWTESTS } TestMode; typedef
82 TestMode mode);
332 TestMode mode) in iterateTestsWithLevel()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c55 typedef enum { RUNTESTS, SHOWTESTS } TestMode; typedef
81 TestMode mode);
330 TestMode mode) in iterateTestsWithLevel()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp445 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()

Completed in 31 milliseconds

12