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

1 2 3 4

  /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.
197 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
198 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
199 tcu::IVec2 m_curPos; //!< Current rasterization position.
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 60 using tcu::IVec2;
242 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo);
249 IVec2 m_invalidLevelSize;
251 IVec2 m_size;
254 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo)
305 Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx);
314 IVec2 m_size;
317 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 64 using tcu::IVec2;
86 IVec2 oldSize;
87 IVec2 newSize;
110 void resize (IVec2 size);
112 const IVec2 m_oldSize;
113 const IVec2 m_newSize;
193 void ResizeTest::resize (IVec2 size)
212 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color)
223 void initSurface (const glw::Functions& gl, IVec2 oldSize
    [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...]
  /external/deqp/framework/common/
tcuVectorType.hpp 42 typedef Vector<int, 2> IVec2;
tcuTexture.hpp 275 Vec4 sample1DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, const IVec2& offset) const;
279 float sample1DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, const IVec2& offset) const;
364 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float lod, const IVec2& offset);
368 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset);
371 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
372 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
445 return sampleLevelArray1DOffset(m_levels, m_numLevels, sampler, s, lod, IVec2(offset, 0));
450 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(0, 0));
455 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(offset, 0));
473 Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset) const
    [all...]
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);
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/framework/platform/win32/
tcuWin32Window.hpp 45 IVec2 getSize (void) const;
  /external/deqp/framework/egl/
egluNativeWindow.cpp 48 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
54 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
61 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;
egluUtil.hpp 54 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface);
55 tcu::IVec2 getSurfaceResolution (EGLDisplay display, EGLSurface surface);
  /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...]
es31fShaderHelperInvocationTests.cpp 55 using tcu::IVec2;
496 static const IVec2 s_neighbors[] =
498 IVec2(-1, -1),
499 IVec2( 0, -1),
500 IVec2(+1, -1),
501 IVec2(-1, 0),
502 IVec2(+1, 0),
503 IVec2(-1, +1),
504 IVec2( 0, +1),
505 IVec2(+1, +1
    [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/
tcuAndroidPlatform.cpp 66 IVec2 getScreenSize (void) const { return m_window->getSize(); }
68 void setSurfaceSize (IVec2 size);
100 setSurfaceSize(IVec2(width, height));
114 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
tcuAndroidWindow.hpp 70 IVec2 getSize (void) const;
tcuAndroidWindow.cpp 50 IVec2 Window::getSize (void) const
54 return IVec2(width, height);
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.hpp 82 tcu::IVec2 m_viewportSize;
glsFragmentOpUtil.hpp 87 tcu::IVec2 posA;
88 tcu::IVec2 posB;
glsRasterizationTestUtil.hpp 108 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/framework/platform/X11/
tcuX11EglPlatform.cpp 94 IVec2 getSurfaceSize (void) const;
95 void setSurfaceSize (IVec2 size);
96 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
109 IVec2 Window::getSurfaceSize (void) const
111 IVec2 ret;
116 void Window::setSurfaceSize (IVec2 size)

Completed in 6527 milliseconds

1 2 3 4