HomeSort by relevance Sort by last modified time
    Searched refs:tcu (Results 1 - 25 of 964) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/platform/vanilla/
tcuVanillaPlatform.cpp 28 tcu::Platform* createPlatform (void)
30 return new tcu::Platform();
  /external/deqp/framework/egl/
egluStaticESLibrary.hpp 28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackageEntry.cpp 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_vktPackageDescriptor("dEQP-VK", createTestPackage);
  /external/deqp/modules/egl/
teglTestPackageEntry.cpp 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_eglPackageDescriptor("dEQP-EGL", createTestPackage);
  /external/deqp/modules/gles2/
tes2TestPackageEntry.cpp 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles2PackageDescriptor("dEQP-GLES2", createTestPackage);
  /external/deqp/modules/gles3/
tes3TestPackageEntry.cpp 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles3PackageDescriptor("dEQP-GLES3", createTestPackage);
  /external/deqp/modules/gles31/
tes31TestPackageEntry.cpp 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles31PackageDescriptor("dEQP-GLES31", createTestPackage);
  /external/deqp/modules/internal/
ditTestPackageEntry.cpp 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_ditPackageDescriptor("dE-IT", createTestPackage);
  /external/deqp/framework/platform/X11/
tcuX11Platform.hpp 28 tcu::Platform* createPlatform (void);
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVProgram.cpp 31 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVProgramInfo& shaderInfo)
33 log << tcu::TestLog::ShaderProgram(shaderInfo.compileOk , shaderInfo.infoLog)
34 << tcu::TestLog::SpirVAssemblySource(shaderInfo.source)
35 << tcu::TestLog::EndShaderProgram;
38 log << tcu::TestLog::Float( "SpirVAssemblyTime",
44 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVAsmSource& source)
46 log << tcu::TestLog::ShaderProgram(true , "")
47 << tcu::TestLog::SpirVAssemblySource(source.source
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.hpp 36 tcu::TestCaseGroup* createBufferTests (tcu::TestContext& testCtx);
vktApiBufferViewAccessTests.hpp 36 tcu::TestCaseGroup* createBufferViewAccessTests (tcu::TestContext& testCtx);
vktApiBufferViewCreateTests.hpp 36 tcu::TestCaseGroup* createBufferViewCreateTests (tcu::TestContext& testCtx);
vktApiCommandBuffersTests.hpp 32 tcu::TestCaseGroup* createCommandBuffersTests (tcu::TestContext& testCtx);
vktApiCopiesAndBlittingTests.hpp 36 tcu::TestCaseGroup* createCopiesAndBlittingTests (tcu::TestContext& testCtx);
vktApiDeviceInitializationTests.hpp 34 tcu::TestCaseGroup* createDeviceInitializationTests (tcu::TestContext& testCtx);
vktApiFeatureInfo.hpp 34 tcu::TestCaseGroup* createFeatureInfoTests (tcu::TestContext& testCtx);
vktApiObjectManagementTests.hpp 34 tcu::TestCaseGroup* createObjectManagementTests (tcu::TestContext& testCtx);
vktApiSmokeTests.hpp 34 tcu::TestCaseGroup* createSmokeTests (tcu::TestContext& testCtx);
vktApiTests.hpp 34 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx);
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingModelTests.hpp 34 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx);
vktBindingShaderAccessTests.hpp 34 tcu::TestCaseGroup* createShaderAccessTests (tcu::TestContext& testCtx);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.hpp 34 tcu::TestCaseGroup* createBasicComputeShaderTests (tcu::TestContext& testCtx);
vktComputeIndirectComputeDispatchTests.hpp 34 tcu::TestCaseGroup* createIndirectComputeDispatchTests (tcu::TestContext& testCtx);
vktComputeShaderBuiltinVarTests.hpp 33 tcu::TestCaseGroup* createComputeShaderBuiltinVarTests (tcu::TestContext& testCtx);

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>