Searched refs:tcu (Results 1 - 25 of 1187) sorted by relevance

1234567891011>>

/external/deqp/framework/platform/vanilla/
H A DtcuVanillaPlatform.cpp28 tcu::Platform* createPlatform (void)
30 return new tcu::Platform();
/external/deqp/framework/egl/
H A DegluStaticESLibrary.hpp28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_vktPackageDescriptor("dEQP-VK", createTestPackage);
/external/deqp/modules/egl/
H A DteglTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_eglPackageDescriptor("dEQP-EGL", createTestPackage);
/external/deqp/modules/gles2/
H A Dtes2TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles2PackageDescriptor("dEQP-GLES2", createTestPackage);
/external/deqp/modules/gles3/
H A Dtes3TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles3PackageDescriptor("dEQP-GLES3", createTestPackage);
/external/deqp/modules/gles31/
H A Dtes31TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_gles31PackageDescriptor("dEQP-GLES31", createTestPackage);
/external/deqp/modules/internal/
H A DditTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx)
33 tcu::TestPackageDescriptor g_ditPackageDescriptor("dE-IT", createTestPackage);
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp101 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 DvktPipelineMultisampleImageTests.hpp33 tcu::TestCaseGroup* createMultisampleSampledImageTests (tcu::TestContext& testCtx);
34 tcu::TestCaseGroup* createMultisampleStorageImageTests (tcu::TestContext& testCtx);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.hpp34 tcu::TestCaseGroup* create16BitStorageComputeGroup (tcu::TestContext& testCtx);
35 tcu::TestCaseGroup* create16BitStorageGraphicsGroup (tcu::TestContext& testCtx);
H A DvktSpvAsmVariablePointersTests.hpp34 tcu::TestCaseGroup* createVariablePointersComputeGroup (tcu::TestContext& testCtx);
35 tcu::TestCaseGroup* createVariablePointersGraphicsGroup (tcu::TestContext& testCtx);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.hpp35 tcu::TestCaseGroup* createGeometryGridRenderLimitsTests (tcu::TestContext& testCtx);
36 tcu::TestCaseGroup* createGeometryGridRenderScatterTests (tcu::TestContext& testCtx);
/external/deqp/framework/platform/lnx/
H A DtcuLnxPlatform.hpp28 tcu::Platform* createPlatform (void);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVProgram.cpp31 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 DvktApiBufferTests.hpp36 tcu::TestCaseGroup* createBufferTests (tcu::TestContext& testCtx);
H A DvktApiBufferViewAccessTests.hpp36 tcu::TestCaseGroup* createBufferViewAccessTests (tcu::TestContext& testCtx);
H A DvktApiBufferViewCreateTests.hpp36 tcu::TestCaseGroup* createBufferViewCreateTests (tcu::TestContext& testCtx);
H A DvktApiCommandBuffersTests.hpp32 tcu::TestCaseGroup* createCommandBuffersTests (tcu::TestContext& testCtx);
H A DvktApiCopiesAndBlittingTests.hpp36 tcu::TestCaseGroup* createCopiesAndBlittingTests (tcu::TestContext& testCtx);
H A DvktApiDescriptorPoolTests.hpp35 tcu::TestCaseGroup* createDescriptorPoolTests (tcu::TestContext& testCtx);
H A DvktApiDeviceInitializationTests.hpp34 tcu::TestCaseGroup* createDeviceInitializationTests (tcu::TestContext& testCtx);
H A DvktApiExternalMemoryTests.hpp32 tcu::TestCaseGroup* createExternalMemoryTests (tcu::TestContext& testCtx);
H A DvktApiFeatureInfo.hpp34 tcu::TestCaseGroup* createFeatureInfoTests (tcu::TestContext& testCtx);
H A DvktApiFillBufferTests.hpp36 tcu::TestCaseGroup* createFillAndUpdateBufferTests (tcu::TestContext& testCtx);

Completed in 9489 milliseconds

1234567891011>>