Searched refs:m_colorBufferFormat (Results 1 – 2 of 2) sorted by relevance
1026 const tcu::TextureFormat m_colorBufferFormat; member in deqp::gles31::Functional::__anon6f1356830111::TextureGatherCase1064 , m_colorBufferFormat (tcu::TextureFormat(tcu::TextureFormat::RGBA, in TextureGatherCase()1070 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherCase()1071 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherCase()1072 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherCase()1073 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherCase()1074 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherCase()1075 DE_ASSERT(glu::isGLInternalColorFormatFilterable(glu::getInternalFormat(m_colorBufferFormat)) || in TextureGatherCase()1278 …gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x… in init()1287 << glu::getTextureFormatName(glu::getInternalFormat(m_colorBufferFormat)) in init()[all …]
1156 const tcu::TextureFormat m_colorBufferFormat; member in vkt::sr::__anonb8cd254f0111::TextureGatherInstance1166 , m_colorBufferFormat (tcu::TextureFormat(tcu::TextureFormat::RGBA, in TextureGatherInstance()1172 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherInstance()1173 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherInstance()1174 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherInstance()1175 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherInstance()1176 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherInstance()1177 DE_ASSERT(glu::isGLInternalColorFormatFilterable(glu::getInternalFormat(m_colorBufferFormat)) || in TextureGatherInstance()1182 m_colorFormat = vk::mapTextureFormat(m_colorBufferFormat); in TextureGatherInstance()1442 DE_ASSERT(m_colorBufferFormat.order == tcu::TextureFormat::RGBA); in verify()[all …]