Home
last modified time | relevance | path

Searched defs:testCtx (Results 251 - 275 of 1120) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp356 tcu::TestCaseGroup* createBasicFenceTests (tcu::TestContext& testCtx, VideoCodecOperationFlags videoCodecOperationFlags) in createBasicFenceTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp113 tcu::TestCaseGroup* createLimitsTests (tcu::TestContext& testCtx) in createLimitsTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp169 FilteringAnisotropyTests (tcu::TestContext& testCtx, in FilteringAnisotropyTests() argument
203 tcu::TestCaseGroup* createFilteringAnisotropyTests (tcu::TestContext& testCtx) in createFilteringAnisotropyTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp208 inline TestCase::TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description) in TestCase() argument
213 inline TestCase::TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& description) in TestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp202 tcu::TestCaseGroup* createImageOffsetTests (tcu::TestContext& testCtx) in createImageOffsetTests() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuApp.cpp50 static void writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx) in writeCaselistsToStdout() argument
78 static void verifyAmberCapabilityCoherency (TestPackageRoot& root, TestContext& testCtx) in verifyAmberCapabilityCoherency() argument
H A DtcuTestHierarchyIterator.cpp45 DefaultHierarchyInflater::DefaultHierarchyInflater (TestContext& testCtx) in DefaultHierarchyInflater() argument
H A DtcuTestPackage.cpp36 TestPackage::TestPackage (TestContext& testCtx, const char* name, const char* description) in TestPackage() argument
145 TestPackageRoot::TestPackageRoot (TestContext& testCtx) in TestPackageRoot() argument
150 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) in TestPackageRoot() argument
155 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry) in TestPackageRoot() argument
[all...]
H A DtcuTestPackage.hpp89 virtual void deinitTestPackage (TestContext& testCtx) { DE_UNREF(testCtx); }; in deinitTestPackage() argument
92 virtual void reportDurations (tcu::TestContext& testCtx, const std::string& packageName, const deInt64& duration, const std::map<std::string, deUint64>& groupsDurationTime) { DE_UNREF(testCtx); DE_UNREF(packageName); DE_UNREF(duration); DE_UNREF(groupsDurationTime); } in reportDurations() argument
[all...]
H A DtcuTestSessionExecutor.cpp49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp46 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument
58 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument
67 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) in checkColorAttachmentParam() argument
H A Des2fRboStateQueryTests.cpp46 void checkRenderbufferComponentSize (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, int r, int g, int b, int a, int d, int s) in checkRenderbufferComponentSize() argument
83 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument
95 void checkRenderbufferParam (tcu::TestContext& testCtx, gl argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp113 BufferViewTestCase (tcu::TestContext& testCtx, in BufferViewTestCase() argument
404 tcu::TestCaseGroup* createBufferViewCreateTests (tcu::TestContext& testCtx) in createBufferViewCreateTests() argument
H A DvktApiDescriptorPoolTests.cpp350 tcu::TestCaseGroup* createDescriptorPoolTests (tcu::TestContext& testCtx) in createDescriptorPoolTests() argument
H A DvktApiDescriptorSetTests.cpp641 tcu::TestCaseGroup* createDescriptorSetLayoutLifetimeTests (tcu::TestContext& testCtx) in createDescriptorSetLayoutLifetimeTests() argument
654 tcu::TestCaseGroup* createEmptyDescriptorSetLayoutTests (tcu::TestContext& testCtx) in createEmptyDescriptorSetLayoutTests() argument
668 tcu::TestCaseGroup* createDescriptorSetLayoutBindingOrderingTests (tcu::TestContext& testCtx) in createDescriptorSetLayoutBindingOrderingTests() argument
682 tcu::TestCaseGroup* createDescriptorSetLayoutTests (tcu::TestContext& testCtx) in createDescriptorSetLayoutTests() argument
691 createDescriptorSetTests(tcu::TestContext& testCtx) createDescriptorSetTests() argument
[all...]
H A DvktApiNullHandleTests.cpp353 tcu::TestCaseGroup* createNullHandleTests (tcu::TestContext& testCtx) in createNullHandleTests() argument
H A DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp320 tcu::TestCaseGroup* createMaintenance5Tests (tcu::TestContext& testCtx) in createMaintenance5Tests() argument
H A DvktApiSmokeTests.cpp897 tcu::TestCaseGroup* createSmokeTests (tcu::TestContext& testCtx) in createSmokeTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp156 SharedVarTest::SharedVarTest (tcu::TestContext& testCtx, in SharedVarTest() argument
338 SharedVarAtomicOpTest::SharedVarAtomicOpTest (tcu::TestContext& testCtx, in SharedVarAtomicOpTest() argument
521 SSBOLocalBarrierTest::SSBOLocalBarrierTest (tcu::TestContext& testCtx, in SSBOLocalBarrierTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp323 ConditionalIgnoreTests::ConditionalIgnoreTests(tcu::TestContext &testCtx) in ConditionalIgnoreTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp429 DynamicStateClearTests::DynamicStateClearTests (tcu::TestContext& testCtx, vk::PipelineConstructionType pipelineConstructionType) in DynamicStateClearTests() argument
H A DvktDynamicStateVPTests.cpp449 DynamicStateVPTests::DynamicStateVPTests (tcu::TestContext& testCtx, vk::PipelineConstructionType pipelineConstructionType) in DynamicStateVPTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp420 void createMiscTests(tcu::TestContext& testCtx, tcu::TestCaseGroup* parentGroup) in createMiscTests() argument
434 tcu::TestContext& testCtx = group->getTestContext(); in createTests() local
457 tcu::TestContext& testCtx = parentGroup->getTestContext(); in createPipelineConstructionTypePermutations() local
489 tcu::TestContext& testCtx = parentGroup->getTestContext(); createDynamicRenderingPermutations() local
518 createTests(tcu::TestContext& testCtx, const std::string& name) createTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp89 TransferQueueCase::TransferQueueCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in TransferQueueCase() argument
288 tcu::TestCaseGroup* createTransferQueueImageTests (tcu::TestContext& testCtx) in createTransferQueueImageTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp162 PaddingTest::PaddingTest (tcu::TestContext& testCtx, const std::string& name) in PaddingTest() argument
344 tcu::TestCaseGroup* createPaddingTests (tcu::TestContext& testCtx) in createPaddingTests() argument

Completed in 16 milliseconds

1...<<11121314151617181920>>...45