Searched refs:get_depth (Results 1 – 8 of 8) sorted by relevance
105 m_depth = configuration.get_depth(); in TestConfiguration()245 m_test_configuration.get_depth() * m_test_configuration.get_n_in_components(); in setInitData()271 …t_configuration.get_width() * m_test_configuration.get_height() * m_test_configuration.get_depth(); in createTextures()325 m_test_configuration.get_depth()); /* depth */ in createTextures()337 m_test_configuration.get_depth(), /* depth */ in createTextures()355 m_test_configuration.get_depth(), /* depth */ in createTextures()548 if (i > -1 && i < (glw::GLint)m_test_configuration.get_depth()) in iterate()1134 return m_test_configuration.get_depth(); in getLastLayerIndex()1137 return m_test_configuration.get_depth() + 1; in getLastLayerIndex()1161 …urn static_cast<glw::GLfloat>(index) / static_cast<glw::GLfloat>(m_test_configuration.get_depth()); in getCoordinateValue()
98 inline glw::GLuint get_depth(void) const in get_depth() function in glcts::TestConfiguration
89 uint depth = srcTexture.get_depth(options.srcLevel);
49 ushort3 mipSize = ushort3(dstMip1.get_width(), dstMip1.get_height(), dstMip1.get_depth());
376 uint depth = srcTexture.get_depth(options.srcLevel);956 ushort3 mipSize = ushort3(dstMip1.get_width(), dstMip1.get_height(), dstMip1.get_depth());
915 FLAC__uint32 get_depth() const;
2010 if(block.get_depth() != 0) in test_metadata_object_picture()2017 if(block.get_depth() != 16) in test_metadata_object_picture()
1216 FLAC__uint32 Picture::get_depth() const in get_depth() function in FLAC::Metadata::Picture