Home
last modified time | relevance | path

Searched defs:testCtx (Results 826 - 850 of 1129) sorted by relevance

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp1075 TestCaseGroup* createSubgroupsSizeControlTests (TestContext& testCtx) in createSubgroupsSizeControlTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp1122 PipelineCacheComputeTest (TestContext& testCtx, in PipelineCacheComputeTest() argument
1195 PipelineCacheGraphicTest (TestContext& testCtx, in PipelineCacheGraphicTest() argument
1287 tcu::TestCaseGroup* createInternallySynchronizedObjects (tcu::TestContext& testCtx) in createInternallySynchronizedObjects() argument
H A DvktSynchronizationOperationMultiQueueTests.cpp854 BaseTestCase (tcu::TestContext& testCtx, in BaseTestCase() argument
955 tcu::TestContext& testCtx = group->getTestContext(); in createTests() local
1022 tcu::TestCaseGroup* createSynchronizedOperationMultiQueueTests (tcu::TestContext& testCtx, SynchronizationType type, PipelineCacheData& pipelineCacheData) in createSynchronizedOperationMultiQueueTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp460 UserDefinedIOTest::UserDefinedIOTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const CaseDefinition caseDef) in UserDefinedIOTest() argument
973 tcu::TestCaseGroup* createUserDefinedIOTests (tcu::TestContext& testCtx) in createUserDefinedIOTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringTests.cpp1095 tcu::TestContext& testCtx = textureFilteringTests->getTestContext(); in populateTextureFilteringTests() local
1830 createTextureFilteringTests(tcu::TestContext& testCtx) createTextureFilteringTests() argument
[all...]
H A DvktTextureShadowTests.cpp153 bool verifyTexCompareResult (tcu::TestContext& testCtx, in verifyTexCompareResult() argument
1596 tcu::TestContext& testCtx = textureShadowTests->getTestContext(); in populateTextureShadowTests() local
1931 createTextureShadowTests(tcu::TestContext& testCtx) createTextureShadowTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp1138 tcu::TestCaseGroup* createVideoCapabilitiesTests (tcu::TestContext& testCtx) in createVideoCapabilitiesTests() argument
H A DvktVideoDecodeTests.cpp1216 tcu::TestCaseGroup* createVideoDecodeTests (tcu::TestContext& testCtx) in createVideoDecodeTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp205 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() argument
234 TestCaseExecutor::TestCaseExecutor (tcu::TestContext& testCtx) in TestCaseExecutor() argument
589 deinitTestPackage(tcu::TestContext& testCtx) deinitTestPackage() argument
638 reportDurations(tcu::TestContext& testCtx, const std::string& packageName, const deInt64& duration, const std::map<std::string, deUint64>& groupsDurationTime) reportDurations() argument
686 runTestsInSubprocess(tcu::TestContext& testCtx) runTestsInSubprocess() argument
959 tcu::TestContext& testCtx = glslTests->getTestContext(); createGlslTests() local
1038 BaseTestPackage(tcu::TestContext& testCtx, const char* name, const char* desc) BaseTestPackage() argument
1049 TestPackage(tcu::TestContext& testCtx) TestPackage() argument
1058 ExperimentalTestPackage(tcu::TestContext& testCtx) ExperimentalTestPackage() argument
1071 TestPackageSC(tcu::TestContext& testCtx) TestPackageSC() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp2289 tcu::TestContext& testCtx = group->getTestContext(); in addTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp1933 createConversionTests(tcu::TestContext& testCtx) createConversionTests() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp444 EGLContext createEGLContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, EGLContext share) in createEGLContext() argument
461 EGLSurface createEGLSurface (EglTestContext& testCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config) in createEGLSurface() argument
479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent) in TestContext() argument
938 void logAndSetResults (tcu::TestContext& testCtx, const vector<deUint64>& r) in logAndSetResults() argument
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp117 Texture2DMipmapCase::Texture2DMipmapCase (tcu::TestContext& testCtx, in Texture2DMipmapCase() argument
416 TextureCubeMipmapCase::TextureCubeMipmapCase (tcu::TestContext& testCtx, in TextureCubeMipmapCase() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp73 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument
87 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected) in checkPointerEquals() argument
99 void verifyShaderParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint shader, GLenum pname, GLenum reference) in verifyShaderParam() argument
108 verifyProgramParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference) verifyProgramParam() argument
118 verifyCurrentVertexAttribf(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) verifyCurrentVertexAttribf() argument
138 verifyCurrentVertexAttribConversion(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) verifyCurrentVertexAttribConversion() argument
189 verifyVertexAttrib(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLenum pname, GLenum reference) verifyVertexAttrib() argument
198 verifyUniformValue1f(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x) verifyUniformValue1f() argument
223 verifyUniformValue2f(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y) verifyUniformValue2f() argument
251 verifyUniformValue3f(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z) verifyUniformValue3f() argument
282 verifyUniformValue4f(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z, float w) verifyUniformValue4f() argument
316 verifyUniformValue1i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x) verifyUniformValue1i() argument
341 verifyUniformValue2i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y) verifyUniformValue2i() argument
369 verifyUniformValue3i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z) verifyUniformValue3i() argument
400 verifyUniformValue4i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w) verifyUniformValue4i() argument
435 verifyUniformValues(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values) verifyUniformValues() argument
458 verifyUniformMatrixValues(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose) verifyUniformMatrixValues() argument
484 requireShaderCompiler(tcu::TestContext& testCtx, glu::CallLogWrapper& gl) requireShaderCompiler() argument
[all...]
H A Des2fTextureMipmapTests.cpp117 Texture2DMipmapCase::Texture2DMipmapCase (tcu::TestContext& testCtx, in Texture2DMipmapCase() argument
469 TextureCubeMipmapCase::TextureCubeMipmapCase (tcu::TestContext& testCtx, in TextureCubeMipmapCase() argument
781 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, gl argument
915 TextureCubeGenMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size) TextureCubeGenMipmapCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp113 Texture2DMipmapCase::Texture2DMipmapCase (tcu::TestContext& testCtx, in Texture2DMipmapCase() argument
408 TextureCubeMipmapCase::TextureCubeMipmapCase (tcu::TestContext& testCtx, in TextureCubeMipmapCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2780 tcu::TestCaseGroup* createDeviceInitializationTests (tcu::TestContext& testCtx) in createDeviceInitializationTests() argument
2743 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, FunctionInstance0::Function testFunc) addFunctionCaseInNewSubgroup() argument
2754 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunc) addFunctionCaseInNewSubgroup() argument
2767 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseInNewSubgroup() argument
[all...]
H A DvktApiPipelineTests.cpp1804 tcu::TestCaseGroup* createrenderpassTests (tcu::TestContext& testCtx) in createrenderpassTests() argument
1816 tcu::TestCaseGroup* createPipelineLayoutLifetimeTests (tcu::TestContext& testCtx) in createPipelineLayoutLifetimeTests() argument
1829 tcu::TestCaseGroup* createPipelineLayoutTests (tcu::TestContext& testCtx) in createPipelineLayoutTests() argument
1839 tcu::TestCaseGroup* createPipelineInvalidPointersUnusedStructsTests (tcu::TestContext& testCtx) in createPipelineInvalidPointersUnusedStructsTests() argument
1852 tcu::TestCaseGroup* createPipelineTests (tcu::TestContext& testCtx) in createPipelineTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1574 tcu::TestCaseGroup* createBufferDeviceAddressTests (tcu::TestContext& testCtx) in createBufferDeviceAddressTests() argument
[all...]
H A DvktBindingDescriptorCopyTests.cpp2470 void addDescriptorCopyTests (tcu::TestContext& testCtx, in addDescriptorCopyTests() argument
2735 addSamplerCopyTests(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& group, PipelineType pipelineType, bool useUpdateAfterBind) addSamplerCopyTests() argument
2811 addSampledImageCopyTests(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& group, PipelineType pipelineType, bool useUpdateAfterBind) addSampledImageCopyTests() argument
2861 addMixedDescriptorCopyTests(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& group, PipelineType pipelineType) addMixedDescriptorCopyTests() argument
3121 createTestsForAllDescriptorTypes(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& parentGroup, PipelineType pipelineType, bool useUpdateAfterBind = false) createTestsForAllDescriptorTypes() argument
3151 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 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
1306 createDescriptorUpdateTests(tcu::TestContext& testCtx) createDescriptorUpdateTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp1691 tcu::TestContext& testCtx = clippingTestsGroup->getTestContext(); in addClippingTests() local
1869 createTests(tcu::TestContext& testCtx, const std::string& name) createTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1710 tcu::TestCaseGroup* createCooperativeMatrixTestsInternal (tcu::TestContext& testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType, UseType useType) in createCooperativeMatrixTestsInternal() argument
1975 createCooperativeMatrixTests(tcu::TestContext& testCtx, vk::ComputePipelineConstructionType computePipelineConstructionType) createCooperativeMatrixTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1624 ConditionalRenderingDrawAndClearTests::ConditionalRenderingDrawAndClearTests (tcu::TestContext &testCtx) in ConditionalRenderingDrawAndClearTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp1868 DeviceGroupTestRendering::DeviceGroupTestRendering (tcu::TestContext& testCtx, const std::string& name) in DeviceGroupTestRendering() argument
1908 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument

Completed in 65 milliseconds

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