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

1 2 3 4 5 6

  /external/deqp/framework/referencerenderer/
rrFragmentPacket.hpp 52 tcu::IVec2 position; //!< Position of (0,0) fragment.
rrRasterizer.hpp 159 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
160 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
161 tcu::IVec2 m_curPos; //!< Current rasterization position.
198 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
199 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
200 tcu::IVec2 m_curPos; //!< Current rasterization position.
249 tcu::IVec2 position;
279 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
280 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
281 tcu::IVec2 m_curPos; //!< Current rasterization position
    [all...]
rrFragmentOperations.hpp 48 tcu::IVec2 pixelCoord;
54 Fragment (const tcu::IVec2& pixelCoord_, const GenericVec4& value_, deUint32 coverage_, const float* sampleDepths_)
63 Fragment (const tcu::IVec2& pixelCoord_, const GenericVec4& value_, const GenericVec4& value1_, deUint32 coverage_, const float* sampleDepths_)
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 58 using tcu::IVec2;
239 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo);
246 IVec2 m_invalidLevelSize;
248 IVec2 m_size;
251 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo)
315 Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx);
324 IVec2 m_size;
327 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx
    [all...]
es2fBufferWriteTests.cpp 43 using tcu::IVec2;
93 std::vector<tcu::IVec2>& list;
95 RangeVecBuilder (std::vector<tcu::IVec2>& list_)
100 RangeVecBuilder& operator<< (const tcu::IVec2& vec)
113 tcu::IVec2 prev = *begin;
118 tcu::IVec2 cur = *begin;
128 inline bool rangesIntersect (const tcu::IVec2& a, const tcu::IVec2& b)
134 inline tcu::IVec2 unionRanges (const tcu::IVec2& a, const tcu::IVec2& b
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 69 using tcu::IVec2;
93 IVec2 oldSize;
94 IVec2 newSize;
117 void resize (IVec2 size);
119 const IVec2 m_oldSize;
120 const IVec2 m_newSize;
208 void ResizeTest::resize (IVec2 size)
227 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color)
238 void initSurface (const glw::Functions& gl, IVec2 oldSize
    [all...]
teglSwapBuffersWithDamageTests.cpp 55 using tcu::IVec2;
86 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
87 IVec2 bottomLeft;
88 IVec2 topRight;
92 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_)
426 m_window->setSurfaceSize(IVec2(width*2, height/2));
428 m_window->setSurfaceSize(IVec2(height/2, width*2));
436 m_window->setSurfaceSize(IVec2(width*2, height/2))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 43 using tcu::IVec2;
93 std::vector<tcu::IVec2>& list;
95 RangeVecBuilder (std::vector<tcu::IVec2>& list_)
100 RangeVecBuilder& operator<< (const tcu::IVec2& vec)
113 tcu::IVec2 prev = *begin;
118 tcu::IVec2 cur = *begin;
128 inline bool rangesIntersect (const tcu::IVec2& a, const tcu::IVec2& b)
134 inline tcu::IVec2 unionRanges (const tcu::IVec2& a, const tcu::IVec2& b
    [all...]
es3fASTCDecompressionCases.cpp 64 using tcu::IVec2;
139 const IVec2& blockSize,
141 IVec2& firstFailedBlockCoordDst,
156 firstFailedBlockCoordDst = IVec2(-1, -1);
162 const IVec2 blockCoord = IVec2(x, y) / blockSize;
248 IVec2 getBlockSize (void) const { return m_blockSize; }
256 const IVec2 m_blockSize;
418 const IVec2 blockSize = m_renderer->getBlockSize();
459 IVec2 firstFailedBlockCoord
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 47 IVec2 getSize (void) const;
  /external/deqp/framework/egl/
egluNativeWindow.cpp 50 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
56 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
63 tcu::IVec2 NativeWindow::getScreenSize (void) const
egluNativeWindow.hpp 99 virtual tcu::IVec2 getSurfaceSize (void) const;
102 virtual void setSurfaceSize (tcu::IVec2 size);
105 virtual tcu::IVec2 getScreenSize (void) const;
  /external/deqp/framework/common/
tcuVectorType.hpp 44 typedef Vector<int, 2> IVec2;
tcuTexCompareVerifier.hpp 59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
tcuTexture.hpp 352 Vec4 sample1DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, const IVec2& offset) const;
356 float sample1DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, const IVec2& offset) const;
439 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float lod, const IVec2& offset);
443 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset);
446 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
447 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
520 return sampleLevelArray1DOffset(m_levels, m_numLevels, sampler, s, lod, IVec2(offset, 0));
525 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(0, 0));
530 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(offset, 0));
548 Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset) const
    [all...]
tcuTexLookupVerifier.hpp 130 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
131 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
132 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
134 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
135 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
136 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 52 using tcu::IVec2;
133 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat)
422 virtual void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const = 0;
429 MultiplePixelOffsets (const IVec2& a,
430 const IVec2& b,
431 const IVec2& c,
432 const IVec2& d)
440 void operator() (const IVec2& /* pixCoord */, IVec2 (&dst)[4]) cons
    [all...]
es31fPrimitiveBoundingBoxTests.cpp 106 static tcu::IVec4 getViewportBoundingBoxArea (const ProjectedBBox& bbox, const tcu::IVec2& viewportSize, float size = 0.0f)
515 tcu::IVec2 viewportPos;
516 tcu::IVec2 viewportSize;
532 virtual IterationConfig generateConfig (int iteration, const tcu::IVec2& renderTargetSize) const = 0;
537 IterationConfig generateRandomConfig (int seed, const tcu::IVec2& renderTargetSize) const;
538 tcu::IVec4 getViewportPatternArea (const tcu::Vec2& patternPos, const tcu::Vec2& patternSize, const tcu::IVec2& viewportSize, AABBRoundDirection roundDir) const;
608 const tcu::IVec2 renderTargetSize = (m_renderTarget == RENDERTARGET_DEFAULT) ?
609 (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight())) :
610 (tcu::IVec2(FBO_SIZE, FBO_SIZE));
727 BBoxRenderCase::IterationConfig BBoxRenderCase::generateRandomConfig (int seed, const tcu::IVec2& renderTargetSize) cons
    [all...]
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 75 IVec2 getSize (void) const;
168 IVec2 Window::getSize (void) const
170 return IVec2(m_nativeWindow.width, m_nativeWindow.height);
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 70 IVec2 getSize (void) const;
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.hpp 82 tcu::IVec2 m_viewportSize;
glsFragmentOpUtil.hpp 87 tcu::IVec2 posA;
88 tcu::IVec2 posB;
glsRasterizationTestUtil.hpp 115 CoverageType calculateTriangleCoverage (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2, const tcu::IVec2& pixel, const tcu::IVec2& viewportSize, int subpixelBits, bool multisample);
  /external/deqp/modules/internal/
ditSeedBuilderTests.cpp 30 using tcu::IVec2;
160 addChild(new SeedBuilderTest<IVec2>(m_testCtx, IVec2(0), 1111532u, "ivec2_zero", "Seed from zero vector."));
164 addChild(new SeedBuilderTest<IVec2>(m_testCtx, IVec2(1), 12819708u, "ivec2_one", "Seed from one vector."));
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 139 IVec2 getSurfaceSize (void) const;
140 void setSurfaceSize (IVec2 size);
141 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
154 IVec2 Window::getSurfaceSize (void) const
156 IVec2 ret;
161 void Window::setSurfaceSize (IVec2 size)

Completed in 370 milliseconds

1 2 3 4 5 6