Searched defs:tcu (Results 1 - 25 of 229) sorted by relevance

12345678910

/external/deqp/framework/common/
H A DtcuBilinearImageCompare.hpp28 namespace tcu namespace
37 } // tcu
H A DtcuTestHierarchyUtil.hpp29 namespace tcu namespace
36 } // tcu
H A DtcuImageIO.hpp28 namespace tcu namespace
39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
44 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName);
47 } // tcu
H A DtcuFuzzyImageCompare.hpp28 namespace tcu namespace
46 } // tcu
H A DtcuStringTemplate.hpp29 namespace tcu namespace
50 } // tcu
H A DtcuTextureUtil.cpp32 namespace tcu namespace
115 tcu::Vec4 linearToSRGBIfNeeded (const TextureFormat& format, const tcu::Vec4& color)
263 return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
289 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
330 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
344 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
785 clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_DEPTH), tcu::Vec4(depth, 0.0f, 0.0f, 0.0f));
792 clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_STENCIL), tcu::UVec4(stencil, 0u, 0u, 0u));
807 access.setPixel(tcu
[all...]
H A DtcuCPUWarmup.hpp26 namespace tcu namespace
50 } // tcu
H A DtcuImageCompare.hpp29 namespace tcu namespace
56 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode);
57 bool intThresholdPositionDeviationErrorThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode);
61 } // tcu
H A DtcuPlatform.hpp43 namespace tcu namespace
57 * executing tcu::App. See tcuMain.cpp for reference on implementing
96 * Default implementation throws tcu::NotSupportedError exception.
108 * Default implementation throws tcu::NotSupportedError exception.
117 } // tcu
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.hpp32 namespace tcu namespace
48 const tcu::CommandLine& cmdLine);
H A DvkWsiPlatform.cpp31 void Window::resize (const tcu::UVec2&) argument
/external/deqp/framework/egl/
H A DegluStaticESLibrary.hpp28 namespace tcu namespace
36 tcu::FunctionLibrary* createStaticESLibrary (void);
H A DegluUtil.hpp36 namespace tcu namespace
75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
76 tcu::IVec2 getSurfaceResolution (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
83 const NativeDisplayFactory& selectNativeDisplayFactory (const NativeDisplayFactoryRegistry& registry, const tcu::CommandLine& cmdLine);
84 const NativeWindowFactory& selectNativeWindowFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine);
85 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine);
87 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine);
/external/deqp/framework/opengl/
H A DgluPixelTransfer.hpp28 namespace tcu namespace
35 } // tcu
42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
43 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
44 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
H A DgluContextFactory.hpp31 namespace tcu namespace
45 class ContextFactory : public tcu::FactoryBase
64 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine) const = 0;
71 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
H A DgluPlatform.cpp26 namespace tcu namespace
/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.hpp29 namespace tcu namespace
38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
42 } // tcu
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.hpp32 namespace tcu namespace
37 class Win32GLES3Platform : public tcu::Platform
46 } // tcu
H A DtcuWin32EGLNativeDisplayFactory.hpp31 namespace tcu namespace
49 } // tcu
H A DtcuWin32VulkanPlatform.hpp30 namespace tcu namespace
52 } // tcu
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.hpp29 namespace tcu namespace
43 } // tcu
H A DtcuLnxX11GlxPlatform.hpp30 namespace tcu namespace
44 } // tcu
/external/deqp/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.hpp30 namespace tcu namespace
51 } // tcu
/external/deqp/framework/platform/lnx/wayland/
H A DtcuLnxWaylandEglDisplayFactory.hpp31 namespace tcu namespace
45 } // tcu
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.hpp30 namespace tcu namespace
33 class OSXPlatform : public tcu::Platform, private glu::Platform
42 } // tcu

Completed in 333 milliseconds

12345678910