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