Home | History | Annotate | Download | only in common

Lines Matching full:getformat

67 	if (tcu::isCombinedDepthStencilType(m_access.getFormat().type))
69 if (m_access.getFormat().order == tcu::TextureFormat::D)
71 else if (m_access.getFormat().order == tcu::TextureFormat::S)
76 if (m_access.getFormat().order != tcu::TextureFormat::DS)
105 DE_ASSERT(access.getFormat().order != tcu::TextureFormat::DS);
108 if (tcu::isCombinedDepthStencilType(access.getFormat().type))
110 if (access.getFormat().order == tcu::TextureFormat::D)
112 if (access.getFormat().order == tcu::TextureFormat::S)
125 if (m_access.getFormat().order != tcu::TextureFormat::DS)
238 const TextureFormat& format = access.getFormat();
244 DE_ASSERT(!tcu::isCombinedDepthStencilType(access.getFormat().type));
253 && access.getPixelPitch() == access.getFormat().getPixelSize()