Searched refs:IVec2 (Results 1 - 25 of 158) sorted by relevance

1234567

/external/deqp/framework/referencerenderer/
H A DrrFragmentPacket.hpp52 tcu::IVec2 position; //!< Position of (0,0) fragment.
H A DrrRasterizer.hpp159 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_curPo
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp58 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 siz
[all...]
H A Des2fBufferWriteTests.cpp43 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
[all...]
/external/deqp/modules/egl/
H A DteglResizeTests.cpp69 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 oldSiz
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp43 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
[all...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp88 void wrapCubemapEdge (const tcu::IVec2& coord,
89 const tcu::IVec2& size,
91 tcu::IVec2& newCoord,
93 void wrapCubemapCorner (const tcu::IVec2& coord,
94 const tcu::IVec2& size,
98 tcu::IVec2& cornerCoord0,
99 tcu::IVec2& cornerCoord1,
100 tcu::IVec2& cornerCoord2);
H A DvktSampleVerifierUtil.cpp472 void wrapCubemapEdge (const IVec2& coord,
473 const IVec2& size,
475 IVec2& newCoord,
498 const IVec2 edgeFactor = IVec2(edgeFactors[adjacentEdgeNdx][0],
500 const IVec2 edgeOffset = edgeFactor * (size - IVec2(1));
518 void wrapCubemapCorner (const IVec2& coord,
519 const IVec2& size,
523 IVec2
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.hpp47 IVec2 getSize (void) const;
/external/deqp/framework/platform/wayland/
H A DtcuWaylandEglPlatform.cpp91 IVec2 getSurfaceSize (void) const;
92 void setSurfaceSize (IVec2 size);
93 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
105 IVec2 Window::getSurfaceSize (void) const
107 IVec2 ret;
112 void Window::setSurfaceSize (IVec2 size)
/external/deqp/framework/egl/
H A DegluNativeWindow.cpp50 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
56 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
63 tcu::IVec2 NativeWindow::getScreenSize (void) const
H A DegluNativeWindow.hpp99 virtual tcu::IVec2 getSurfaceSize (void) const;
102 virtual void setSurfaceSize (tcu::IVec2 size);
105 virtual tcu::IVec2 getScreenSize (void) const;
/external/deqp/framework/common/
H A DtcuVectorType.hpp44 typedef Vector<int, 2> IVec2; typedef in namespace:tcu
H A DtcuTexCompareVerifier.hpp59 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);
H A DtcuRasterizationVerifier.hpp111 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);
H A DtcuTexture.hpp354 Vec4 sample1DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, const IVec2& offset) const;
358 float sample1DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, const IVec2& offset) const;
441 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float lod, const IVec2& offset);
445 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset);
448 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
449 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
522 return sampleLevelArray1DOffset(m_levels, m_numLevels, sampler, s, lod, IVec2(offset, 0));
527 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(0, 0));
532 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(offset, 0));
550 Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2
[all...]
H A DtcuTexLookupVerifier.hpp130 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/
H A Des31fTextureGatherTests.cpp52 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 (
800 GatherArgs(int comp, const IVec2& off0 = IVec2(), const IVec2& off1 = IVec2(), const IVec2& off2 = IVec2(), const IVec2& off3 = IVec2()) argument
[all...]
H A Des31fPrimitiveBoundingBoxTests.cpp106 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
[all...]
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp75 IVec2 getSize (void) const;
168 IVec2 Window::getSize (void) const
170 return IVec2(m_nativeWindow.width, m_nativeWindow.height);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp46 using tcu::IVec2;
467 virtual void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const = 0;
474 MultiplePixelOffsets (const IVec2& a,
475 const IVec2& b,
476 const IVec2& c,
477 const IVec2& d)
485 void operator() (const IVec2& /* pixCoord */, IVec2 (&dst)[4]) const
492 IVec2 m_offset
818 GatherArgs(int comp, const IVec2& off0 = IVec2(), const IVec2& off1 = IVec2(), const IVec2& off2 = IVec2(), const IVec2& off3 = IVec2()) argument
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.hpp70 IVec2 getSize (void) const;
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.hpp82 tcu::IVec2 m_viewportSize;
H A DglsFragmentOpUtil.hpp87 tcu::IVec2 posA;
88 tcu::IVec2 posB;
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp139 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 1215 milliseconds

1234567