/external/deqp/framework/platform/vanilla/ |
H A D | tcuVanillaPlatform.cpp | 28 tcu::Platform* createPlatform (void) 30 return new tcu::Platform();
|
/external/deqp/framework/egl/ |
H A D | egluStaticESLibrary.hpp | 28 namespace tcu namespace 36 tcu::FunctionLibrary* createStaticESLibrary (void);
|
/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_vktPackageDescriptor("dEQP-VK", createTestPackage);
|
/external/deqp/modules/egl/ |
H A D | teglTestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_eglPackageDescriptor("dEQP-EGL", createTestPackage);
|
/external/deqp/modules/gles2/ |
H A D | tes2TestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_gles2PackageDescriptor("dEQP-GLES2", createTestPackage);
|
/external/deqp/modules/gles3/ |
H A D | tes3TestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_gles3PackageDescriptor("dEQP-GLES3", createTestPackage);
|
/external/deqp/modules/gles31/ |
H A D | tes31TestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_gles31PackageDescriptor("dEQP-GLES31", createTestPackage);
|
/external/deqp/modules/internal/ |
H A D | ditTestPackageEntry.cpp | 28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) 33 tcu::TestPackageDescriptor g_ditPackageDescriptor("dE-IT", createTestPackage);
|
/external/deqp/framework/opengl/ |
H A D | gluTextureTestUtil.hpp | 101 tcu::Vec4 w; //!< w coordinates for quad vertices. 106 tcu::Vec4 colorScale; //!< Scale for texture color values. 107 tcu::Vec4 colorBias; //!< Bias for texture color values. 132 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT) 143 tcu::Sampler sampler; 152 SamplerType getSamplerType (tcu::TextureFormat format); 153 SamplerType getFetchSamplerType (tcu::TextureFormat format); 156 void fetchTexture (const tcu::SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, const float* texCoord, const tcu [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleImageTests.hpp | 33 tcu::TestCaseGroup* createMultisampleSampledImageTests (tcu::TestContext& testCtx); 34 tcu::TestCaseGroup* createMultisampleStorageImageTests (tcu::TestContext& testCtx);
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.hpp | 34 tcu::TestCaseGroup* create16BitStorageComputeGroup (tcu::TestContext& testCtx); 35 tcu::TestCaseGroup* create16BitStorageGraphicsGroup (tcu::TestContext& testCtx);
|
H A D | vktSpvAsmVariablePointersTests.hpp | 34 tcu::TestCaseGroup* createVariablePointersComputeGroup (tcu::TestContext& testCtx); 35 tcu::TestCaseGroup* createVariablePointersGraphicsGroup (tcu::TestContext& testCtx);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.hpp | 35 tcu::TestCaseGroup* createGeometryGridRenderLimitsTests (tcu::TestContext& testCtx); 36 tcu::TestCaseGroup* createGeometryGridRenderScatterTests (tcu::TestContext& testCtx);
|
/external/deqp/framework/platform/lnx/ |
H A D | tcuLnxPlatform.hpp | 28 tcu::Platform* createPlatform (void);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | 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 [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferTests.hpp | 36 tcu::TestCaseGroup* createBufferTests (tcu::TestContext& testCtx);
|
H A D | vktApiBufferViewAccessTests.hpp | 36 tcu::TestCaseGroup* createBufferViewAccessTests (tcu::TestContext& testCtx);
|
H A D | vktApiBufferViewCreateTests.hpp | 36 tcu::TestCaseGroup* createBufferViewCreateTests (tcu::TestContext& testCtx);
|
H A D | vktApiCommandBuffersTests.hpp | 32 tcu::TestCaseGroup* createCommandBuffersTests (tcu::TestContext& testCtx);
|
H A D | vktApiCopiesAndBlittingTests.hpp | 36 tcu::TestCaseGroup* createCopiesAndBlittingTests (tcu::TestContext& testCtx);
|
H A D | vktApiDescriptorPoolTests.hpp | 35 tcu::TestCaseGroup* createDescriptorPoolTests (tcu::TestContext& testCtx);
|
H A D | vktApiDeviceInitializationTests.hpp | 34 tcu::TestCaseGroup* createDeviceInitializationTests (tcu::TestContext& testCtx);
|
H A D | vktApiExternalMemoryTests.hpp | 32 tcu::TestCaseGroup* createExternalMemoryTests (tcu::TestContext& testCtx);
|
H A D | vktApiFeatureInfo.hpp | 34 tcu::TestCaseGroup* createFeatureInfoTests (tcu::TestContext& testCtx);
|
H A D | vktApiFillBufferTests.hpp | 36 tcu::TestCaseGroup* createFillAndUpdateBufferTests (tcu::TestContext& testCtx);
|