HomeSort by relevance Sort by last modified time
    Searched refs:testCtx (Results 476 - 500 of 649) sorted by null

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 129 bool verifyTexCompareResult (tcu::TestContext& testCtx,
138 tcu::TestLog& log = testCtx.getLog();
816 tcu::TestContext& testCtx = textureShadowTests->getTestContext();
865 de::MovePtr<tcu::TestCaseGroup> group2D (new tcu::TestCaseGroup(testCtx, "2d", "2D texture shadow lookup tests"));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineVertexInputTests.cpp     [all...]
vktPipelineStencilTests.cpp     [all...]
vktPipelineCacheTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderStructTests.cpp 41 ShaderStructCase (tcu::TestContext& testCtx,
56 ShaderStructCase::ShaderStructCase (tcu::TestContext& testCtx,
64 : ShaderRenderCase (testCtx, name, description, isVertexCase, evalFunc, new UniformSetup(setupUniformsFunc), DE_NULL)
74 static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool isVertexCase, ShaderEvalFunc evalFunc, UniformSetupFunc uniformFunc, const LineStream& shaderSrc)
128 return de::MovePtr<ShaderStructCase>(new ShaderStructCase(testCtx, name, description, isVertexCase, evalFunc, uniformFunc, vertSrc, fragSrc));
134 LocalStructTests (tcu::TestContext& testCtx)
135 : TestCaseGroup(testCtx, "local", "Local structs")
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 786 ResultCollector (TestContext& testCtx);
801 ResultCollector::ResultCollector (TestContext& testCtx)
802 : m_testCtx (testCtx)
803 , m_log (testCtx.getLog())
    [all...]
glsFboCompletenessTests.hpp 60 Context (TestContext& testCtx,
glsShaderRenderCase.hpp 207 ShaderRenderCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc);
208 ShaderRenderCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, bool isVertexCase, ShaderEvaluator& evaluator);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp 179 tcu::TestContext& testCtx = group->getTestContext();
181 const int seed = testCtx.getCommandLine().getBaseSeed();
342 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec));
366 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec));
398 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec));
425 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec));
458 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), description.c_str(), spec));
495 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec));
522 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec));
566 group->addChild(new SpvAsmComputeShaderCase(testCtx, name.c_str(), name.c_str(), spec))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 485 tcu::TestContext& testCtx = m_context.getTestContext();
508 testCtx.getLog()
515 testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
521 testCtx.getLog() << TestLog::Message << (numInvocations - numFailed) << " / " << numInvocations << " values passed" << TestLog::EndMessage;
559 tcu::TestCaseGroup* createComputeShaderBuiltinVarTests (tcu::TestContext& testCtx)
561 return new ComputeShaderBuiltinVarTests(testCtx);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 251 BinaryAtomicEndResultCase (tcu::TestContext& testCtx,
271 BinaryAtomicEndResultCase::BinaryAtomicEndResultCase (tcu::TestContext& testCtx,
279 : TestCase (testCtx, name, description)
325 BinaryAtomicIntermValuesCase (tcu::TestContext& testCtx,
345 BinaryAtomicIntermValuesCase::BinaryAtomicIntermValuesCase (TestContext& testCtx,
353 : TestCase (testCtx, name, description)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 58 BufferSparseBindingCase (tcu::TestContext& testCtx,
71 BufferSparseBindingCase::BufferSparseBindingCase (tcu::TestContext& testCtx,
76 : TestCase (testCtx, name, description)
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 78 Texture2DMipmapCase (tcu::TestContext& testCtx,
117 Texture2DMipmapCase::Texture2DMipmapCase (tcu::TestContext& testCtx,
130 : TestCase (testCtx, name, desc)
142 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES,
432 TextureCubeMipmapCase (tcu::TestContext& testCtx,
469 TextureCubeMipmapCase::TextureCubeMipmapCase (tcu::TestContext& testCtx,
481 : TestCase (testCtx, name, desc)
492 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES,
755 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
778 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 data (…)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 796 BufferViewTestCase (tcu::TestContext& testCtx,
800 : vkt::TestCase (testCtx, name, description)
    [all...]
vktApiDescriptorPoolTests.cpp 267 tcu::TestCaseGroup* createDescriptorPoolTests (tcu::TestContext& testCtx)
272 new tcu::TestCaseGroup(testCtx, "descriptor_pool", "Descriptor Pool Tests"));
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.hpp 258 ShaderRenderCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo,
260 ShaderRenderCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo,
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCBTests.cpp 168 DynamicStateCBTests::DynamicStateCBTests (tcu::TestContext& testCtx)
169 : TestCaseGroup (testCtx, "cb_state", "Tests for color blend state")
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicFenceTests.cpp 185 tcu::TestCaseGroup* createBasicFenceTests (tcu::TestContext& testCtx)
187 de::MovePtr<tcu::TestCaseGroup> basicFenceTests(new tcu::TestCaseGroup(testCtx, "fence", "Basic fence tests"));
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 55 RandomUniformBlockCase::RandomUniformBlockCase (tcu::TestContext& testCtx,
61 : UniformBlockCase (testCtx, name, description, bufferMode, LOAD_FULL_MATRIX, (features & FEATURE_OUT_OF_ORDER_OFFSETS) != 0u)
  /external/deqp/framework/common/
tcuTestHierarchyIterator.cpp 45 DefaultHierarchyInflater::DefaultHierarchyInflater (TestContext& testCtx)
46 : m_testCtx(testCtx)
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 78 Texture2DMipmapCase (tcu::TestContext& testCtx,
117 Texture2DMipmapCase::Texture2DMipmapCase (tcu::TestContext& testCtx,
130 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc)
142 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES,
379 TextureCubeMipmapCase (tcu::TestContext& testCtx,
416 TextureCubeMipmapCase::TextureCubeMipmapCase (tcu::TestContext& testCtx,
428 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc)
439 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES,
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 74 Texture2DMipmapCase (tcu::TestContext& testCtx,
113 Texture2DMipmapCase::Texture2DMipmapCase (tcu::TestContext& testCtx,
126 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc)
138 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
371 TextureCubeMipmapCase (tcu::TestContext& testCtx,
408 TextureCubeMipmapCase::TextureCubeMipmapCase (tcu::TestContext& testCtx,
420 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc)
431 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 284 OcclusionQueryTests::OcclusionQueryTests (Context& testCtx)
285 : TestCaseGroup(testCtx, "occlusion_query", "Occlusion query stress tests")

Completed in 1231 milliseconds

<<11121314151617181920>>