Searched refs:m_dstRect (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 64 , m_dstRect (dstRect) in BlitRectCase() 141 …(), m_srcRect.y(), m_srcRect.z(), m_srcRect.w(), m_dstRect.x(), m_dstRect.y(), m_dstRect.z(), m_ds… in render() 160 const IVec4 m_dstRect; member in deqp::gles3::Functional::BlitRectCase 186 DE_ASSERT(de::min(m_dstRect.x(), m_dstRect.z()) >= 0); in compare() 187 DE_ASSERT(de::min(m_dstRect.y(), m_dstRect.w()) >= 0); in compare() 192 …const tcu::IVec4 destinationArea = tcu::IVec4(de::clamp(de::min(m_dstRect.x(), m_dstRect.z()), 0, … in compare() 193 de::clamp(de::min(m_dstRect.y(), m_dstRect.w()), 0, result.getHeight()), in compare() 194 de::clamp(de::max(m_dstRect.x(), m_dstRect.z()), 0, result.getWidth()), in compare() 195 de::clamp(de::max(m_dstRect.y(), m_dstRect.w()), 0, result.getHeight())); in compare() 210 << "Verifying consistency of NEAREST filtering. Verifying rect " << m_dstRect << ".\n" in compare() [all …]
|