• Home
  • Raw
  • Download

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()
92 const IVec2& size = ndx ? m_dstSize : m_srcSize; in render()
155 const IVec2 m_srcSize;
157 const IVec2 m_dstSize;
167 … context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IV…
172 … context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IV… in BlitNearestFilterConsistencyCase()
330 …ext, const char* name, const char* desc, deUint32 srcFormat, deUint32 dstFormat, const IVec2& size) in BlitColorConversionCase()
453 IVec2 m_size;
459 …int32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec4& srcRect, deUint32 dstBuffers… in BlitDepthStencilCase()
508 const IVec2& size = ndx ? m_dstSize : m_srcSize; in render()
601 IVec2 m_srcSize;
604 IVec2 m_dstSize;
747 …const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::I… in init()
974 const IVec2 srcSize(127, 119); in init()
975 const IVec2 dstSize(132, 128); in init()
1035 …d(new BlitColorConversionCase(m_context, name.c_str(), "", srcFormat, dstFormat, IVec2(127, 113))); in init()
1054 …mtName + "_basic").c_str(), "", format, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, in init()
1055 …mtName + "_scale").c_str(), "", format, buffers, IVec2(127, 119), IVec4(10, 30, 100, 70), buffers,… in init()
1059 … + "_depth_only").c_str(), "", format, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, in init()
1060 …+ "_stencil_only").c_str(), "", format, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, in init()