Lines Matching defs:width
1795 * @param width Mip-map width to use for the query.
1801 const unsigned int width, const unsigned int height)
1838 return texel_size * width * height;
2761 /* Make sure that cube face width matches its height */
3490 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, reference_n_levels, reference_to_internalformat, 32, /* width */
4155 * GL_TEXTURE_CUBE_MAP and original texture's width does not
4179 * GL_TEXTURE_CUBE_MAP_ARRAY and original texture's width does
6117 << "width:[" << m_reference_texture_width << "]." << tcu::TestLog::EndMessage;
6138 << "width:[" << m_reference_texture_width << "]." << tcu::TestLog::EndMessage;
6160 << "width:[" << m_reference_texture_width << "] "
6181 << "width:[" << m_reference_texture_width << "] "
6205 << "width:[" << m_reference_texture_width << "] "
6228 << "width:[" << m_reference_texture_width << "] "
6252 << "width:[" << m_reference_texture_width << "] "
6277 << "width:[" << m_reference_texture_width << "] "
7953 mipmap_data_sstream.width(2);
7954 sampled_view_data_sstream.width(2);
8689 * @param width Width of the mip-map the buffer will be used as a data source for;
8694 unsigned char* TextureViewTestCoherency::getStaticColorTextureData(unsigned int width, unsigned int height) const
8699 unsigned char* result_ptr = new unsigned char[width * height * m_texture_n_components];
8703 unsigned char* row_data_ptr = result_ptr + y * width * m_texture_n_components;
8705 for (unsigned int x = 0; x < width; ++x)
8721 * @param out_width Deref will be used to store width of the mip-map the test will