HomeSort by relevance Sort by last modified time
    Searched defs:tcu (Results 126 - 144 of 144) sorted by null

1 2 3 4 56

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 33 namespace tcu namespace
199 tcu::TestLog& operator<< (tcu::TestLog& log, const Shader& shader);
200 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgram& program);
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 38 namespace tcu namespace
213 } // tcu
tcuWin32EGLNativeDisplayFactory.cpp 34 namespace tcu namespace
116 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
270 void NativeWindow::readScreenPixels (tcu::TextureLevel* dst) const
384 } // tcu
tcuWGL.cpp 131 namespace tcu namespace
505 } // tcu
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 31 namespace tcu namespace
34 } // tcu
51 class QualityWarning : public tcu::Exception
89 void verifyResultImageAndSetResult (const tcu::Surface& resultImage);
90 void verifyResultBuffersAndSetResult (const std::vector<tcu::Surface>& resultBuffers);
96 virtual bool verifyImage (const tcu::Surface& resultImage) = 0;
97 virtual bool verifySampleBuffers (const std::vector<tcu::Surface>& resultBuffers);
  /external/deqp/modules/glshared/
glsBufferTestUtil.hpp 34 namespace tcu namespace
55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
61 class BufferCase : public tcu::TestCase, public glu::CallLogWrapper
64 BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description);
118 BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
137 BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType);
155 BufferSubDataWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {}
167 BufferWriteMapWriter (glu::RenderContext& renderCtx, tcu::TestLog& log) : BufferWriterBase(renderCtx, log) {}
194 BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log);
204 tcu::TestLog& m_log
    [all...]
glsTextureTestUtil.hpp 46 namespace tcu namespace
88 SamplerType getSamplerType (tcu::TextureFormat format);
89 SamplerType getFetchSamplerType (tcu::TextureFormat format);
118 tcu::Vec4 w; //!< w coordinates for quad vertices.
123 tcu::Vec4 colorScale; //!< Scale for texture color values.
124 tcu::Vec4 colorBias; //!< Bias for texture color values.
192 ProgramLibrary (const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
203 tcu::TestContext& m_testCtx;
212 TextureRenderer (const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
225 tcu::TestContext& m_testCtx
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 50 namespace tcu namespace
61 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode);
69 DE_DECLARE_COMMAND_LINE_OPT(SurfaceType, tcu::SurfaceType);
70 DE_DECLARE_COMMAND_LINE_OPT(ScreenRotation, tcu::ScreenRotation);
107 static const NamedValue<tcu::RunMode> s_runModes[] =
119 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] =
126 static const NamedValue<tcu::ScreenRotation> s_screenRotations[] =
675 return groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName);
685 return tcu::checkTestCaseName(m_caseTree, caseName);
690 } // tcu
    [all...]
tcuMatrix.hpp 29 namespace tcu namespace
592 } // namespace tcu
tcuTestLog.cpp 31 namespace tcu namespace
190 tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logImageSize.x(), logImageSize.y(), 1);
224 tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logImageW, logImageH, 1);
256 tcu::clear(logImageAccess, tcu::IVec4(0x33, 0x66, 0x99, 0xff));
443 } // tcu
tcuTestLog.hpp 32 namespace tcu namespace
528 } // tcu
tcuTextureUtil.cpp 32 namespace tcu namespace
596 access.setPixel(tcu::Vec4(r, g, b, a), x, 0);
614 access.setPixel(tcu::Vec4(r, g, b, a), x, y);
636 dst.setPixel(tcu::Vec4(r, g, b, a), x, y, z);
    [all...]
tcuCompressedTexture.cpp 31 namespace tcu namespace
195 throw tcu::InternalError("3D ASTC textures not currently supported");
197 const tcu::IVec3 size(width, height, depth);
207 throw tcu::InternalError("Invalid ASTC block size " + de::toString(width) + "x" + de::toString(height) + "x" + de::toString(depth));
247 throw tcu::InternalError("3D ASTC textures not currently supported");
835 static void decompressETC1 (const tcu::PixelBufferAccess& dst, int width, int height, const deUint8* src)
878 static void decompressETC2 (const tcu::PixelBufferAccess& dst, int width, int height, const deUint8* src)
    [all...]
tcuTexLookupVerifier.cpp 31 namespace tcu namespace
220 const tcu::Vec4 minVal = min(quad) - prec.colorThreshold;
221 const tcu::Vec4 maxVal = max(quad) + prec.colorThreshold;
227 const tcu::Vec4 minVal = min(min(quad0), min(quad1)) - prec.colorThreshold;
228 const tcu::Vec4 maxVal = max(max(quad0), max(quad1)) + prec.colorThreshold;
234 const tcu::Vec4 minVal = min(min(line0), min(line1)) - prec.colorThreshold;
235 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold;
246 const tcu::Vec4 minVal = min(min(quad00), min(min(quad01), min(min(quad10), min(quad11)))) - prec.colorThreshold;
247 const tcu::Vec4 maxVal = max(max(quad00), max(max(quad01), max(max(quad10), max(quad11)))) + prec.colorThreshold;
    [all...]
tcuTexture.cpp 37 namespace tcu namespace
386 deUint32 packRGB999E5 (const tcu::Vec4& color)
415 tcu::Vec4 unpackRGB999E5 (deUint32 color)
430 return tcu::Vec4(r, g, b, 1.0f);
718 return UVec4(tcu::Float32(d).bits(), 0, 0, s).cast<int>();
    [all...]
tcuTexture.hpp 33 namespace tcu namespace
312 void setPixel (const tcu::Vec4& color, int x, int y, int z = 0) const;
313 void setPixel (const tcu::IVec4& color, int x, int y, int z = 0) const;
314 void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.cast<int>(), x, y, z); }
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 35 namespace tcu namespace
168 throw tcu::NotSupportedError("Unsupported GL version", "", __FILE__, __LINE__);
506 const tcu::Vec4 clearColor (0.0f, 0.0f, 0.0f, 1.0f); // black
507 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type);
549 const tcu::PixelBufferAccess targetAccess (transferFormat, targetRowLength, infiniteHeight, 1, targetRowPitch, 0, pixels);
552 const tcu::PixelBufferAccess targetRectAccess = tcu::getSubregion(targetAccess,
558 tcu::clear(targetRectAccess, clearColor);
586 static tcu::RenderTarget toRenderTarget (const RenderConfig& renderCfg)
598 return tcu::RenderTarget(width, height, tcu::PixelFormat(redBits, greenBits, blueBits, alphaBits), depthBits, (…)
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 38 namespace tcu namespace
52 using tcu::CommandLine;
53 using tcu::RenderTarget;
67 throw tcu::TestError("GLX call failed", expr, file, line);
174 virtual const tcu::RenderTarget& getRenderTarget (void) const;
193 tcu::print("X operation %u:%u failed: %s\n",
250 //! Throw `tcu::NotSupportedError` if `dpy` is not compatible with GLX
267 //! Throw `tcu::NotSupportedError` if `dpy` does not support extension `extName`.
686 } // tcu
  /external/qemu/target-mips/
op_helper.c 728 uint32_t tcu, tmx, tasid, tksu; local
736 tcu = (v >> CP0TCSt_TCU0) & 0xf;
741 status = tcu << CP0St_CU0;
    [all...]

Completed in 649 milliseconds

1 2 3 4 56