Home
last modified time | relevance | path

Searched refs:get_depth (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp105 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()
DesextcTextureBorderClampSamplingTexture.hpp98 inline glw::GLuint get_depth(void) const in get_depth() function in glcts::TestConfiguration
/external/angle/src/libANGLE/renderer/metal/shaders/
Dblit.metal89 uint depth = srcTexture.get_depth(options.srcLevel);
Dgen_mipmap.metal49 ushort3 mipSize = ushort3(dstMip1.get_width(), dstMip1.get_height(), dstMip1.get_depth());
Dmtl_default_shaders_src_autogen.inc376 uint depth = srcTexture.get_depth(options.srcLevel);
956 ushort3 mipSize = ushort3(dstMip1.get_width(), dstMip1.get_height(), dstMip1.get_depth());
/external/flac/include/FLAC++/
Dmetadata.h915 FLAC__uint32 get_depth() const;
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp2010 if(block.get_depth() != 0) in test_metadata_object_picture()
2017 if(block.get_depth() != 16) in test_metadata_object_picture()
/external/flac/src/libFLAC++/
Dmetadata.cpp1216 FLAC__uint32 Picture::get_depth() const in get_depth() function in FLAC::Metadata::Picture