Lines Matching refs:IVec2
49 using tcu::IVec2;
58 …har* name, const char* desc, deUint32 filter, const IVec2& srcSize, const IVec4& srcRect, const IV… in BlitRectCase()
94 const IVec2& size = ndx ? m_dstSize : m_srcSize; in render()
157 const IVec2 m_srcSize;
159 const IVec2 m_dstSize;
169 … context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IV…
174 … context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IV… in BlitNearestFilterConsistencyCase()
332 …ext, const char* name, const char* desc, deUint32 srcFormat, deUint32 dstFormat, const IVec2& size) in BlitColorConversionCase()
455 IVec2 m_size;
461 …int32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec4& srcRect, deUint32 dstBuffers… in BlitDepthStencilCase()
510 const IVec2& size = ndx ? m_dstSize : m_srcSize; in render()
603 IVec2 m_srcSize;
606 IVec2 m_dstSize;
749 …const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::I… in init()
976 const IVec2 srcSize(127, 119); in init()
977 const IVec2 dstSize(132, 128); in init()
1037 …d(new BlitColorConversionCase(m_context, name.c_str(), "", srcFormat, dstFormat, IVec2(127, 113))); in init()
1056 …mtName + "_basic").c_str(), "", format, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, … in init()
1057 …mtName + "_scale").c_str(), "", format, buffers, IVec2(127, 119), IVec4(10, 30, 100, 70), buffers,… in init()
1061 … + "_depth_only").c_str(), "", format, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, … in init()
1062 …+ "_stencil_only").c_str(), "", format, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, … in init()