Lines Matching refs:m_width
367 const int m_width; member in deqp::gles2::Functional::TextureSpecCase
399 , m_width (width) in TextureSpecCase()
422 DE_ASSERT(m_width <= 256 && m_height <= 256); in iterate()
423 if (renderTarget.getWidth() < m_width || renderTarget.getHeight() < m_height) in iterate()
486 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTex2D()
492 int levelW = de::max(1, m_width >> levelNdx); in verifyTex2D()
524 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTexCube()
530 int levelW = de::max(1, m_width >> levelNdx); in verifyTexCube()
631 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
645 int levelW = de::max(1, m_width >> ndx); in createTexture()
676 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
681 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
692 int levelW = de::max(1, m_width >> ndx); in createTexture()
728 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
749 int levelW = de::max(1, m_width >> levelNdx); in createTexture()
780 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
785 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
807 int levelW = de::max(1, m_width >> levelNdx); in createTexture()
845 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
858 int levelW = de::max(1, m_width >> ndx); in createTexture()
893 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
897 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
908 int levelW = de::max(1, m_width >> ndx); in createTexture()
943 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
958 int levelW = de::max(1, m_width >> ndx); in createTexture()
972 int levelW = de::max(1, m_width >> ndx); in createTexture()
1010 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
1015 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
1026 int levelW = de::max(1, m_width >> ndx); in createTexture()
1045 int levelW = de::max(1, m_width >> ndx); in createTexture()
1086 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
1101 int levelW = de::max(1, m_width >> ndx); in createTexture()
1110 int levelW = de::max(1, m_width >> ndx); in createTexture()
1141 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture()
1146 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
1158 int levelW = de::max(1, m_width >> ndx); in createTexture()
1168 int levelW = de::max(1, m_width >> ndx); in createTexture()
1219 data.resize(fmt.getPixelSize()*m_width*m_height); in createTexture()
1220 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(fmt, m_width, m_height, 1, &data[0]), Vec4(… in createTexture()
1223 glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, m_format, m_dataType, &data[0]); in createTexture()
1266 DE_ASSERT(m_width == m_height); in createTexture()
1275 data.resize(fmt.getPixelSize()*m_width*m_height); in createTexture()
1276 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(fmt, m_width, m_height, 1, &data[0]), Vec4(… in createTexture()
1280 …glTexImage2D(s_cubeMapFaces[face], 0, m_format, m_width, m_height, 0, m_format, m_dataType, &data[… in createTexture()
1322 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_heigh… in createTexture()
1339 int levelW = de::max(1, m_width >> ndx); in createTexture()
1370 int numLevels = (m_flags & MIPMAPS) ? deLog2Floor32(m_width)+1 : 1; in createTexture()
1376 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
1389 int levelW = de::max(1, m_width >> ndx); in createTexture()
1427 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_heigh… in createTexture()
1447 int levelW = de::max(1, m_width >> ndx); in createTexture()
1466 int levelW = de::max(1, m_width >> ndx); in createTexture()
1505 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_heigh… in createTexture()
1512 DE_ASSERT(m_width == m_height); // Non-square cubemaps are not supported by GLES2. in createTexture()
1526 int levelW = de::max(1, m_width >> ndx); in createTexture()
1548 int levelW = de::max(1, m_width >> ndx); in createTexture()