Home
last modified time | relevance | path

Searched defs:testCtx (Results 926 - 950 of 1129) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1685 ShaderCase::ShaderCase (tcu::TestContext& testCtx, const string& name, const ShaderCaseSpecification& spec) in ShaderCase() argument
1747 ShaderCaseFactory (tcu::TestContext& testCtx) in ShaderCaseFactory() argument
1771 ShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& filename) in ShaderLibraryGroup() argument
1803 MovePtr<tcu::TestCaseGroup> createShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& filename) in createShaderLibraryGroup() argument
H A DvktTestCase.cpp646 Context::Context (tcu::TestContext& testCtx, in Context() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2794 tcu::TestCaseGroup* createDeviceInitializationTests (tcu::TestContext& testCtx) in createDeviceInitializationTests() argument
2754 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, const std::string& subgroupDescription, FunctionInstance0::Function testFunc) addFunctionCaseInNewSubgroup() argument
2766 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, const std::string& subgroupDescription, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunc) addFunctionCaseInNewSubgroup() argument
2780 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, const std::string& subgroupDescription, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseInNewSubgroup() argument
[all...]
H A DvktApiPipelineTests.cpp1814 tcu::TestCaseGroup* createrenderpassTests (tcu::TestContext& testCtx) in createrenderpassTests() argument
1824 tcu::TestCaseGroup* createPipelineLayoutLifetimeTests (tcu::TestContext& testCtx) in createPipelineLayoutLifetimeTests() argument
1837 tcu::TestCaseGroup* createPipelineLayoutTests (tcu::TestContext& testCtx) in createPipelineLayoutTests() argument
1847 tcu::TestCaseGroup* createPipelineInvalidPointersUnusedStructsTests (tcu::TestContext& testCtx) in createPipelineInvalidPointersUnusedStructsTests() argument
1860 tcu::TestCaseGroup* createPipelineTests (tcu::TestContext& testCtx) in createPipelineTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1574 tcu::TestCaseGroup* createBufferDeviceAddressTests (tcu::TestContext& testCtx) in createBufferDeviceAddressTests() argument
[all...]
H A DvktBindingDescriptorCopyTests.cpp2471 void addDescriptorCopyTests (tcu::TestContext& testCtx, in addDescriptorCopyTests() argument
2736 addSamplerCopyTests(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& group, PipelineType pipelineType, bool useUpdateAfterBind) addSamplerCopyTests() argument
2812 addSampledImageCopyTests(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& group, PipelineType pipelineType, bool useUpdateAfterBind) addSampledImageCopyTests() argument
2862 addMixedDescriptorCopyTests(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& group, PipelineType pipelineType) addMixedDescriptorCopyTests() argument
3122 createTestsForAllDescriptorTypes(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& parentGroup, PipelineType pipelineType, bool useUpdateAfterBind = false) createTestsForAllDescriptorTypes() argument
3152 createDescriptorCopyTests(tcu::TestContext& testCtx) createDescriptorCopyTests() argument
[all...]
H A DvktBindingDescriptorUpdateTests.cpp141 tcu::TestCaseGroup* createEmptyDescriptorUpdateTests (tcu::TestContext& testCtx) in createEmptyDescriptorUpdateTests() argument
206 SamplerlessDescriptorWriteTestCase::SamplerlessDescriptorWriteTestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const SamplerlessParams& params) in SamplerlessDescriptorWriteTestCase() argument
687 tcu::TestCaseGroup* createSamplerlessWriteTests (tcu::TestContext& testCtx) in createSamplerlessWriteTests() argument
758 RandomDescriptorUpdateTestCase::RandomDescriptorUpdateTestCase (tcu::TestContext& testCtx, cons argument
1295 createRandomDescriptorUpdateTests(tcu::TestContext& testCtx) createRandomDescriptorUpdateTests() argument
1305 createDescriptorUpdateTests(tcu::TestContext& testCtx) createDescriptorUpdateTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp1612 tcu::TestContext& testCtx = clippingTestsGroup->getTestContext(); in addClippingTests() local
1782 createTests(tcu::TestContext& testCtx) createTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1598 ConditionalRenderingDrawAndClearTests::ConditionalRenderingDrawAndClearTests (tcu::TestContext &testCtx) in ConditionalRenderingDrawAndClearTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp1869 DeviceGroupTestRendering::DeviceGroupTestRendering (tcu::TestContext& testCtx) in DeviceGroupTestRendering() argument
1897 tcu::TestCaseGroup* createTests(tcu::TestContext& testCtx) in createTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktBasicDrawTests.cpp1508 tcu::TestContext& testCtx = testGroup->getTestContext(); in populateSubGroup() local
1618 tcu::TestCaseGroup* createBasicDrawTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams) in createBasicDrawTests() argument
H A DvktDrawInstancedTests.cpp273 InstancedDrawCase (tcu::TestContext& testCtx, in InstancedDrawCase() argument
1061 InstancedTests::InstancedTests(tcu::TestContext& testCtx, const SharedGroupParams groupParams) in InstancedTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp758 DynamicStateComputeCase::DynamicStateComputeCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in DynamicStateComputeCase() argument
1084 tcu::TestCaseGroup* createDynamicStateComputeTests (tcu::TestContext& testCtx) in createDynamicStateComputeTests() argument
[all...]
H A DvktDynamicStateRSTests.cpp820 DepthBiasNonZeroCase::DepthBiasNonZeroCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const DepthBiasNonZeroParams& params) in DepthBiasNonZeroCase() argument
1187 DynamicStateRSTests::DynamicStateRSTests (tcu::TestContext& testCtx, vk::PipelineConstructionType pipelineConstructionType) in DynamicStateRSTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp697 BinaryAtomicEndResultCase::BinaryAtomicEndResultCase (tcu::TestContext& testCtx, in BinaryAtomicEndResultCase() argument
829 BinaryAtomicIntermValuesCase::BinaryAtomicIntermValuesCase (TestContext& testCtx, in BinaryAtomicIntermValuesCase() argument
1932 tcu::TestCaseGroup* createImageAtomicOperationTests (tcu::TestContext& testCtx) in createImageAtomicOperationTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp2825 tcu::TestNode* imagelessColorTests (tcu::TestContext& testCtx) in imagelessColorTests() argument
2837 tcu::TestNode* imagelessDepthStencilTests (tcu::TestContext& testCtx) in imagelessDepthStencilTests() argument
2849 tcu::TestNode* imagelessColorResolveTests (tcu::TestContext& testCtx) in imagelessColorResolveTests() argument
2861 tcu::TestNode* imagelessDepthStencilResolveTests (tcu::TestContext& testCtx) in imagelessDepthStencilResolveTests() argument
2873 tcu::TestNode* imagelessMultisubpass(tcu::TestContext& testCtx) in imagelessMultisubpass() argument
2885 imagelessDifferentAttachments(tcu::TestContext& testCtx) imagelessDifferentAttachments() argument
2899 createTests(tcu::TestContext& testCtx) createTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1593 tcu::TestCaseGroup* createObjectTestsGroup (tcu::TestContext& testCtx, const char* name, const char* desc, const CaseDescriptions& cases) in createObjectTestsGroup() argument
1731 tcu::TestCaseGroup* createAddressBindingReportTests (tcu::TestContext& testCtx) in createAddressBindingReportTests() argument
H A DvktMemoryBindingTests.cpp1043 MemoryBindingTest (tcu::TestContext& testCtx, in MemoryBindingTest() argument
1079 tcu::TestCaseGroup* createMemoryBindingTests (tcu::TestContext& testCtx) in createMemoryBindingTests() argument
[all...]
H A DvktMemoryDeviceMemoryReportTests.cpp1611 tcu::TestCaseGroup* createObjectTestsGroup (tcu::TestContext& testCtx, const char* name, const char* desc, const CaseDescriptions& cases) in createObjectTestsGroup() argument
1910 tcu::TestCaseGroup* createVkDeviceMemoryTestsGroup (tcu::TestContext& testCtx, const char* name, const char* desc) in createVkDeviceMemoryTestsGroup() argument
2240 tcu::TestCaseGroup* createExternalMemoryTestsGroup (tcu::TestContext& testCtx, const char* name, const char* desc) in createExternalMemoryTestsGroup() argument
2265 tcu::TestCaseGroup* createDeviceMemoryReportTests (tcu::TestContext& testCtx) in createDeviceMemoryReportTests() argument
[all...]
H A DvktMemoryExternalMemoryHostTests.cpp1104 tcu::TestCaseGroup* createMemoryExternalMemoryHostTests (tcu::TestContext& testCtx) in createMemoryExternalMemoryHostTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1781 tcu::TestCaseGroup* createPermutedIndexTests (tcu::TestContext& testCtx) in createPermutedIndexTests() argument
1806 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp135 MeshApiCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in MeshApiCase() argument
696 tcu::TestCaseGroup* createMeshShaderApiTestsEXT (tcu::TestContext& testCtx) in createMeshShaderApiTestsEXT() argument
[all...]
H A DvktMeshShaderBuiltinTests.cpp359 MeshShaderBuiltinCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) in MeshShaderBuiltinCase() argument
537 PrimitiveIdCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool glslFrag) in PrimitiveIdCase() argument
688 LayerCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool shareVertices) in LayerCase() argument
813 ViewportIndexCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool shareVertices) in ViewportIndexCase() argument
951 PositionCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description) in PositionCase() argument
1038 PointSizeCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) PointSizeCase() argument
1114 ClipDistanceCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) ClipDistanceCase() argument
1222 CullDistanceCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) CullDistanceCase() argument
1369 WorkGroupIdCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) WorkGroupIdCase() argument
1468 LocalInvocationCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded, LocalInvocation variable) LocalInvocationCase() argument
1576 GlobalInvocationIdCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) GlobalInvocationIdCase() argument
1681 DrawIndexCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) DrawIndexCase() argument
1780 PrimitiveShadingRateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, FragmentSize topSize, FragmentSize bottomSize) PrimitiveShadingRateCase() argument
2055 createMeshShaderBuiltinTests(tcu::TestContext& testCtx) createMeshShaderBuiltinTests() argument
[all...]
H A DvktMeshShaderBuiltinTestsEXT.cpp469 MeshShaderBuiltinCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) in MeshShaderBuiltinCase() argument
665 PrimitiveIdCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool glslFrag) in PrimitiveIdCase() argument
818 LayerCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool writeVal, bool shareVertices) in LayerCase() argument
953 ViewportIndexCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool writeVal, bool shareVertices) in ViewportIndexCase() argument
1095 PositionCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description) in PositionCase() argument
1183 PointSizeCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) PointSizeCase() argument
1264 ClipDistanceCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) ClipDistanceCase() argument
1371 CullDistanceCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) CullDistanceCase() argument
1512 WorkGroupIdCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) WorkGroupIdCase() argument
1615 LocalInvocationCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded, LocalInvocation variable) LocalInvocationCase() argument
1732 NumWorkgroupsCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const tcu::Maybe<tcu::UVec3>& taskGroups, const tcu::UVec3& meshGroups) NumWorkgroupsCase() argument
1892 GlobalInvocationIdCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) GlobalInvocationIdCase() argument
2000 DrawIndexCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded) DrawIndexCase() argument
2103 ViewIndexCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) ViewIndexCase() argument
2230 PrimitiveShadingRateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, FragmentSize topSize, FragmentSize bottomSize) PrimitiveShadingRateCase() argument
2360 CullPrimitivesCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description) CullPrimitivesCase() argument
2446 createMeshShaderBuiltinTestsEXT(tcu::TestContext& testCtx) createMeshShaderBuiltinTestsEXT() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1003 RobustnessBase::RobustnessBase(tcu::TestContext& testCtx, const char* name, const char* description, in RobustnessBase() argument
1055 VertexBufferObjectsTest::VertexBufferObjectsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in VertexBufferObjectsTest() argument
1308 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, glu::ApiType apiType) in TexelFetchTest() argument
1322 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, cons argument
2362 ImageLoadStoreTest(tcu::TestContext& testCtx, glu::ApiType apiType) ImageLoadStoreTest() argument
3193 StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) StorageBufferTest() argument
3460 UniformBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) UniformBufferTest() argument
3680 RobustBufferAccessBehaviorTests(tcu::TestContext& testCtx, glu::ApiType apiType) RobustBufferAccessBehaviorTests() argument
[all...]

Completed in 69 milliseconds

1...<<31323334353637383940>>...46