/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VertexArrayPerfTest.cpp | 43 TestMode testMode = TestMode::BufferData; member 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() argument 212 params.testMode = testMode; in VulkanNullParams()
|
H A D | BindingPerf.cpp | 53 TestMode testMode = TestMode::MultipleBindings; member 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() argument 242 params.testMode = testMode; in VulkanParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 236 const TestMode testMode, 253 const TestMode testMode, in TransientAttachmentTest() 257 , m_testMode (testMode) in TransientAttachmentTest() 341 const TestMode testMode, 356 TransientAttachmentTestInstance::TransientAttachmentTestInstance (Context& context, const TestMode testMode, const VkMemoryPropertyFlags flags, const tcu::IVec2 renderSize) in TransientAttachmentTestInstance() argument 358 , m_testMode (testMode) in TransientAttachmentTestInstance() 360 , m_aspectFlags ( testMode == TestMode::MODE_DEPTH ? VkImageAspectFlagBits::VK_IMAGE_ASPECT_DEPTH_BIT in TransientAttachmentTestInstance() 361 : testMode == TestMode::MODE_STENCIL ? VkImageAspectFlagBits::VK_IMAGE_ASPECT_STENCIL_BIT in TransientAttachmentTestInstance() 363 , m_usageFlags ( testMode == TestMode::MODE_COLOR ? VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT in TransientAttachmentTestInstance() 365 , m_testFormat ( testMode in TransientAttachmentTestInstance() 250 TransientAttachmentTest( tcu::TestContext& testCtx, const std::string name, const TestMode testMode, const VkMemoryPropertyFlags flags, const tcu::IVec2 renderSize) TransientAttachmentTest() argument 577 TestMode testMode; createTransientAttachmentTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 236 const TestMode testMode, 253 const TestMode testMode, in TransientAttachmentTest() 257 , m_testMode (testMode) in TransientAttachmentTest() 341 const TestMode testMode, 356 TransientAttachmentTestInstance::TransientAttachmentTestInstance (Context& context, const TestMode testMode, const VkMemoryPropertyFlags flags, const tcu::IVec2 renderSize) in TransientAttachmentTestInstance() argument 358 , m_testMode (testMode) in TransientAttachmentTestInstance() 360 , m_aspectFlags ( testMode == TestMode::MODE_DEPTH ? VkImageAspectFlagBits::VK_IMAGE_ASPECT_DEPTH_BIT in TransientAttachmentTestInstance() 361 : testMode == TestMode::MODE_STENCIL ? VkImageAspectFlagBits::VK_IMAGE_ASPECT_STENCIL_BIT in TransientAttachmentTestInstance() 363 , m_usageFlags ( testMode == TestMode::MODE_COLOR ? VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT in TransientAttachmentTestInstance() 365 , m_testFormat ( testMode in TransientAttachmentTestInstance() 250 TransientAttachmentTest( tcu::TestContext& testCtx, const std::string name, const TestMode testMode, const VkMemoryPropertyFlags flags, const tcu::IVec2 renderSize) TransientAttachmentTest() argument 576 TestMode testMode; createTransientAttachmentTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 93 const TestMode testMode); 115 const TestMode testMode) in GranularityInstance() 118 , m_testMode (testMode) in GranularityInstance() 427 const TestMode testMode); 440 const TestMode testMode = TestMode::NO_RENDER_PASS) in GranularityCase() 443 , m_testMode (testMode) in GranularityCase() 113 GranularityInstance(Context& context, const std::vector<AttachmentInfo>& attachments, const TestMode testMode) GranularityInstance() argument
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | SplitHandler.cpp | 282 Int32 testMode, IArchiveExtractCallback *extractCallback))
in Extract() 293 const Int32 askMode = testMode ?
in Extract() 297 if (!testMode && !outStream)
in Extract() 281 Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) Extract() argument
|
H A D | LzmaHandler.cpp | 445 Int32 testMode, IArchiveExtractCallback *extractCallback))
459 const Int32 askMode = testMode ?
463 if (!testMode && !realOutStream)
|
H A D | XzHandler.cpp | 1024 Int32 testMode, IArchiveExtractCallback *extractCallback))
in Extract() 1040 const Int32 askMode = testMode ?
in Extract() 1046 if (!testMode && !realOutStream)
in Extract() 1023 Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) Extract() argument
|
H A D | IArchive.h | 288 testMode != 0 means "test files without writing to outStream"
321 x(Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback)) \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDiscardRectanglesTests.cpp | 86 TestMode testMode; member 392 const TestMode testMode, in generateReferenceImage() 400 const Vec4 rectColor = testMode == TEST_MODE_INCLUSIVE ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : color; in generateReferenceImage() 401 const Vec4 clearColor = testMode == TEST_MODE_INCLUSIVE ? color : Vec4(0.0f, 1.0f, 0.0f, 1.0f); in generateReferenceImage() 503 const VkDiscardRectangleModeEXT discardRectangleMode = m_params.testMode == TEST_MODE_EXCLUSIVE ? VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT : VK_DISCARD_RECTANGLE_MODE_INCLUSIVE_EXT; in iterate() 677 const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), m_renderSize, m_params.testMode, m_clearColor, in iterate() 842 (TestMode)mode, // TestMode testMode; in createTests() 390 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const TestMode testMode, const Vec4& color, const deUint32 numRectangles, const std::vector<VkRect2D> rectangles, const deBool enableScissor, const VkRect2D scissor) generateReferenceImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDiscardRectanglesTests.cpp | 86 TestMode testMode; member 392 const TestMode testMode, in generateReferenceImage() 400 const Vec4 rectColor = testMode == TEST_MODE_INCLUSIVE ? Vec4(0.0f, 1.0f, 0.0f, 1.0f) : color; in generateReferenceImage() 401 const Vec4 clearColor = testMode == TEST_MODE_INCLUSIVE ? color : Vec4(0.0f, 1.0f, 0.0f, 1.0f); in generateReferenceImage() 503 const VkDiscardRectangleModeEXT discardRectangleMode = m_params.testMode == TEST_MODE_EXCLUSIVE ? VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT : VK_DISCARD_RECTANGLE_MODE_INCLUSIVE_EXT; in iterate() 677 const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), m_renderSize, m_params.testMode, m_clearColor, in iterate() 844 (TestMode)mode, // TestMode testMode; in createTests() 390 generateReferenceImage(const tcu::TextureFormat format, const UVec2& renderSize, const TestMode testMode, const Vec4& color, const deUint32 numRectangles, const std::vector<VkRect2D> rectangles, const deBool enableScissor, const VkRect2D scissor) generateReferenceImage() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 2600 const string& precision, TestType testMode) = 0; 2604 const string& precision, TestType testMode) = 0; 2878 TestType testMode) in generateVarLinkVertexShaderSrc() 2890 switch (testMode) in generateVarLinkVertexShaderSrc() 2911 const string& precision, TestType testMode) in generateVarLinkFragmentShaderSrc() 2915 switch (testMode) in generateVarLinkFragmentShaderSrc() 2950 TestType testMode) in generateVarLinkVertexShaderSrc() 2962 switch (testMode) in generateVarLinkVertexShaderSrc() 2983 const string& precision, TestType testMode) in generateVarLinkFragmentShaderSrc() 2987 switch (testMode) in generateVarLinkFragmentShaderSrc() 2877 generateVarLinkVertexShaderSrc(std::string& outVtxSrc, glu::GLSLVersion glslVersion, const string& precision, TestType testMode) generateVarLinkVertexShaderSrc() argument 2910 generateVarLinkFragmentShaderSrc(std::string& outFragSrc, glu::GLSLVersion glslVersion, const string& precision, TestType testMode) generateVarLinkFragmentShaderSrc() argument 2949 generateVarLinkVertexShaderSrc(std::string& outVtxSrc, glu::GLSLVersion glslVersion, const string& precision, TestType testMode) generateVarLinkVertexShaderSrc() argument 2982 generateVarLinkFragmentShaderSrc(std::string& outFragSrc, glu::GLSLVersion glslVersion, const string& precision, TestType testMode) generateVarLinkFragmentShaderSrc() argument 3021 generateVarLinkVertexShaderSrc(std::string& outVtxSrc, glu::GLSLVersion glslVersion, const string& precision, TestType testMode) generateVarLinkVertexShaderSrc() argument 3054 generateVarLinkFragmentShaderSrc(std::string& outFragSrc, glu::GLSLVersion glslVersion, const string& precision, TestType testMode) generateVarLinkFragmentShaderSrc() argument [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 218 const Int32 testMode = (options.TestMode && !calcCrc) ? 1: 0;
in DecompressArchive() local 224 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs);
in DecompressArchive() 230 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs);
in DecompressArchive()
|
H A D | IFileExtractCallback.h | 48 CPanel::CopyTo(), if (options->testMode)
84 virtual HRESULT BeforeOpen(const wchar_t *name, bool testMode) px \
|
H A D | ArchiveExtractCallback.h | 480 bool stdOutMode, bool testMode,
|
H A D | OpenArchive.cpp | 360 Int32 testMode, IArchiveExtractCallback *extractCallback))
in Extract() 397 const Int32 askMode = testMode ?
in Extract() 407 if (!testMode && !realOutStream)
in Extract() 359 Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) Extract() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 732 , testMode (testMode_) in TestConfig() 739 TestMode testMode; member 805 , m_testMode (config.testMode) in SampleReadTestInstance() 965 if (config.testMode == TESTMODE_ADD) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 732 , testMode (testMode_) in TestConfig() 739 TestMode testMode; member 805 , m_testMode (config.testMode) in SampleReadTestInstance() 965 if (config.testMode == TESTMODE_ADD) in init()
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 134 int testMode; member 154 ret->testMode = 0; in LZ4IO_defaultPreferences() 197 /* Default setting : testMode = 0; return : testMode (0/1) */ 200 prefs->testMode = (yes!=0); in LZ4IO_setTestMode() 201 return prefs->testMode; in LZ4IO_setTestMode() 1119 if (!prefs->testMode) in LZ4IO_decompressLZ4F() 1131 if (!prefs->testMode) LZ4IO_fwriteSparseEnd(dstFile, storedSkips); in LZ4IO_decompressLZ4F() 1256 if (!prefs->testMode && prefs->overwrite && prefs->passThrough) { in selectDecoder()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 534 HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name, bool testMode)
in BeforeOpen() argument 546 *_so << endl << (testMode ? kTesting : kExtracting);
in BeforeOpen()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 207 TestMode testMode; member 224 result << ((param.testMode == TEST_MODE_COHERENT && !param.coherentOperations) ? "barrier_" : ""); in generateTestName() 2206 if (m_param.testMode == TEST_MODE_GENERIC) 2261 testParams.testMode = TEST_MODE_GENERIC; 2291 testParams.testMode = TEST_MODE_GENERIC; 2322 testParams.testMode = TEST_MODE_COHERENT;
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 87 VkImageAspectFlagBits testModeToAspectFlags (ImageAspectTestMode testMode) in testModeToAspectFlags() argument 89 switch (testMode) in testModeToAspectFlags() 1756 TestMode testMode, 1810 TestMode testMode, in AttachmentFeedbackLoopLayoutSamplerTest() 1822 , m_testMode (testMode) in AttachmentFeedbackLoopLayoutSamplerTest() 1802 AttachmentFeedbackLoopLayoutSamplerTest(tcu::TestContext& testContext, vk::PipelineConstructionType pipelineConstructionType, const char* name, SamplerViewType imageViewType, VkFormat imageFormat, int imageSize, VkDescriptorType imageDescriptorType, float samplerLod, TestMode testMode, ImageAspectTestMode imageAspectTestMode, bool interleaveReadWriteComponents, PipelineStateMode pipelineStateMode, bool useMaintenance5) AttachmentFeedbackLoopLayoutSamplerTest() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 205 TestMode testMode; member 222 result << ((param.testMode == TEST_MODE_COHERENT && !param.coherentOperations) ? "barrier_" : ""); in generateTestName() 2186 if (m_param.testMode == TEST_MODE_GENERIC) 2240 testParams.testMode = TEST_MODE_GENERIC; 2270 testParams.testMode = TEST_MODE_GENERIC; 2301 testParams.testMode = TEST_MODE_COHERENT;
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1596 TestMode testMode, 1647 TestMode testMode, in AttachmentFeedbackLoopLayoutSamplerTest() 1657 , m_testMode (testMode) in AttachmentFeedbackLoopLayoutSamplerTest() 1638 AttachmentFeedbackLoopLayoutSamplerTest(tcu::TestContext& testContext, vk::PipelineConstructionType pipelineConstructionType, const char* name, const char* description, SamplerViewType imageViewType, VkFormat imageFormat, int imageSize, VkDescriptorType imageDescriptorType, float samplerLod, TestMode testMode, ImageAspectTestMode imageAspectTestMode, bool interleaveReadWriteComponents = false) AttachmentFeedbackLoopLayoutSamplerTest() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSampleVariableTests.cpp | 2003 SampleMaskWriteCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target, ShaderRunMode runMode, TestMode testMode); 2022 SampleMaskWriteCase::SampleMaskWriteCase (Context& context, const char* name, const char* desc, int sampleCount, RenderTarget target, ShaderRunMode runMode, TestMode testMode) 2024 , m_testMode (testMode) 2026 DE_ASSERT(testMode < TEST_LAST);
|