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

1 2 3 4 5 6 7

  /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.
199 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
200 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
201 tcu::IVec2 m_curPos; //!< Current rasterization position.
250 tcu::IVec2 position;
280 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
281 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
282 tcu::IVec2 m_curPos; //!< Current rasterization position
    [all...]
  /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...]
  /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/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.hpp 88 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);
vktSampleVerifierUtil.cpp 472 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& cornerCoord0
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 47 IVec2 getSize (void) const;
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 95 IVec2 getSurfaceSize (void) const;
96 void setSurfaceSize (IVec2 size);
97 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
109 IVec2 Window::getSurfaceSize (void) const
111 IVec2 ret;
116 void Window::setSurfaceSize (IVec2 size)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.hpp 86 virtual void createTestImage (tcu::IVec2 size,
98 virtual void createTestImage (tcu::IVec2 size,
110 virtual void createTestImage (tcu::IVec2 size,
  /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 357 Vec4 sample1DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, const IVec2& offset) const;
361 float sample1DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, const IVec2& offset) const;
444 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float lod, const IVec2& offset);
448 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset);
451 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
452 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
525 return sampleLevelArray1DOffset(m_levels, m_numLevels, sampler, s, lod, IVec2(offset, 0));
530 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(0, 0));
535 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(offset, 0));
553 Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset) const
    [all...]
tcuTexLookupVerifier.hpp 135 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
136 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
137 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
139 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
140 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
141 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/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 46 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_offsets[4]
    [all...]
  /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;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 143 IVec2 getSurfaceSize (void) const;
144 void setSurfaceSize (IVec2 size);
145 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
158 IVec2 Window::getSurfaceSize (void) const
160 IVec2 ret;
165 void Window::setSurfaceSize (IVec2 size)

Completed in 543 milliseconds

1 2 3 4 5 6 7