Home
last modified time | relevance | path

Searched defs:numLevels (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/framework/opengl/
DgluTexture.cpp129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D()
187 void Texture2D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::Tex… in loadCompressed()
214 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* c… in create()
275 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::ve… in create()
288 …reCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::Co… in TextureCube()
375 void TextureCube::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::T… in loadCompressed()
405 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* c… in create()
427 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::ve… in create()
441 …DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLevels) in Texture1DArray()
452 …rray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) in Texture1DArray()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create()
324 unsigned numLevels; in radeon_miptree_matches_texture() local
371 GLuint numLevels; in radeon_try_alloc_miptree() local
481 const unsigned numLevels = lastLevel - firstLevel + 1; in get_biggest_matching_miptree() local
Dradeon_mipmap_tree.h72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */ member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create()
324 unsigned numLevels; in radeon_miptree_matches_texture() local
371 GLuint numLevels; in radeon_try_alloc_miptree() local
481 const unsigned numLevels = lastLevel - firstLevel + 1; in get_biggest_matching_miptree() local
Dradeon_mipmap_tree.h72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */ member
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp482 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTex2D() local
520 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTexCube() local
627 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
669 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
718 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
767 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
829 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
874 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
921 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
985 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local
[all …]
Des2fTextureCompletenessTests.cpp282 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
351 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
404 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
510 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
614 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
686 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
755 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
868 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
Des2fTextureSizeTests.cpp99 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
232 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
Des2fTextureUnitTests.cpp645 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; in init() local
854 …int numLevels = mipmaps ? deLog2Floor32(de::max(texture->getWidth(), texture->getHeight()))+1… in render() local
876 int numLevels = mipmaps ? deLog2Floor32(texture->getSize())+1 : 1; in render() local
Des2fTextureMipmapTests.cpp162 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local
512 int numLevels = deLog2Floor32(m_size)+1; in init() local
818 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in iterate() local
956 const int numLevels = deLog2Floor32(m_size)+1; in iterate() local
Des2fTextureFilteringTests.cpp174 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
437 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
793 const int numLevels = 7; in init() local
/external/opencv3/modules/video/perf/opencl/
Dperf_optflow_farneback.cpp82 const int numLevels = 5; variable
/external/opencv3/modules/video/test/ocl/
Dtest_optflow_farneback.cpp64 int numLevels; in PARAM_TEST_CASE() local
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp206 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local
551 int numLevels = deLog2Floor32(m_size)+1; in init() local
857 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in iterate() local
994 const int numLevels = deLog2Floor32(m_size)+1; in iterate() local
1143 int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth))+1; in init() local
1463 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in init() local
1670 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel() local
1699 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel() local
1763 const int numLevels = deLog2Floor32(m_texSize)+1; in init() local
1985 const int numLevels = deLog2Floor32(m_texSize)+1; in getBaseLevel() local
[all …]
Des3fTextureSizeTests.cpp99 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
232 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
Des3fTextureFilteringTests.cpp174 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
452 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local
739 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local
1004 const int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth)) + 1; in init() local
1433 const int numLevels = 7; in init() local
/external/deqp/framework/common/
DtcuTexture.cpp2106 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray1D()
2111 Vec4 sampleLevelArray2D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray2D()
2116 Vec4 sampleLevelArray3D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray3D()
2121 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray1DOffset()
2161 Vec4 sampleLevelArray2DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray2DOffset()
2201 Vec4 sampleLevelArray3DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray3DOffset()
2241 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler… in sampleLevelArray1DCompare()
2281 float sampleLevelArray2DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler… in sampleLevelArray2DCompare()
2607 …eamless (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevels, CubeFace face… in sampleLevelArrayCubeSeamless()
2777 …Compare (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevels, CubeFace face… in sampleLevelArrayCubeSeamlessCompare()
[all …]
/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp99 FarnebackOpticalFlowImpl(int numLevels, double pyrScale, bool fastPyramids, int winSize, in FarnebackOpticalFlowImpl()
107 virtual void setNumLevels(int numLevels) { numLevels_ = numLevels; } in setNumLevels()
462 Ptr<FarnebackOpticalFlow> cv::cuda::FarnebackOpticalFlow::create(int numLevels, double pyrScale, bo… in create()
/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c125 GLuint numLevels; in compute_num_levels() local
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowWifiManager.java114 public static int calculateSignalLevel (int rssi, int numLevels) in calculateSignalLevel()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() local
/external/opencv3/modules/cudaoptflow/perf/
Dperf_optflow.cpp236 const int numLevels = 5; variable
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp162 unsigned int numLevels = 23; in TEST_F() local
/external/opencv3/3rdparty/openexr/IlmImf/
DImfTiledMisc.cpp261 int numLevels, in calculateNumTiles()

12