Searched refs:m_colorBufferFormat (Results 1 – 2 of 2) sorted by relevance
1025 const tcu::TextureFormat m_colorBufferFormat; member in deqp::gles31::Functional::__anonb02207ad0111::TextureGatherCase1063 , m_colorBufferFormat (tcu::TextureFormat(tcu::TextureFormat::RGBA, in TextureGatherCase()1069 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherCase()1070 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherCase()1071 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherCase()1072 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherCase()1073 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherCase()1074 DE_ASSERT(glu::isGLInternalColorFormatFilterable(glu::getInternalFormat(m_colorBufferFormat)) || in TextureGatherCase()1276 …gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x… in init()1285 << glu::getTextureFormatName(glu::getInternalFormat(m_colorBufferFormat)) in init()[all …]
1128 const tcu::TextureFormat m_colorBufferFormat; member in vkt::sr::__anonf1da81390111::TextureGatherInstance1138 , m_colorBufferFormat (tcu::TextureFormat(tcu::TextureFormat::RGBA, in TextureGatherInstance()1144 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherInstance()1145 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherInstance()1146 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherInstance()1147 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherInstance()1148 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherInstance()1149 DE_ASSERT(glu::isGLInternalColorFormatFilterable(glu::getInternalFormat(m_colorBufferFormat)) || in TextureGatherInstance()1154 m_colorFormat = vk::mapTextureFormat(m_colorBufferFormat); in TextureGatherInstance()1341 DE_ASSERT(m_colorBufferFormat.order == tcu::TextureFormat::RGBA); in verify()[all …]