| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluTexture.cpp | 129 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() 322 …reCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::Co… in TextureCube() 409 void TextureCube::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::T… in loadCompressed() 439 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* c… in create() 461 …context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::ve… in create() 475 …DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLevels) in Texture1DArray() 486 …rray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) in Texture1DArray() [all …]
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fTextureSpecificationTests.cpp | 486 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTex2D() local 524 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 :… in verifyTexCube() local 631 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 676 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 728 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 780 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 845 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 893 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 943 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local 1010 …int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))… in createTexture() local [all …]
|
| D | es2fTextureCompletenessTests.cpp | 289 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 356 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 407 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 509 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 609 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 679 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 746 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local 855 int numLevels = 1 + de::max(deLog2Floor32(m_size.x()), deLog2Floor32(m_size.y())); in createTexture() local
|
| D | es2fTextureSizeTests.cpp | 100 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 238 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
|
| D | es2fTextureUnitTests.cpp | 648 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; in init() local 857 …int numLevels = mipmaps ? deLog2Floor32(de::max(texture->getWidth(), texture->getHeight()))+1… in render() local 879 int numLevels = mipmaps ? deLog2Floor32(texture->getSize())+1 : 1; in render() local
|
| D | es2fTextureMipmapTests.cpp | 163 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 513 int numLevels = deLog2Floor32(m_size)+1; in init() local 822 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in iterate() local 960 const int numLevels = deLog2Floor32(m_size)+1; in iterate() local
|
| D | es2fTextureFilteringTests.cpp | 175 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 438 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 794 const int numLevels = 7; in init() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fTextureMipmapTests.cpp | 207 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 552 int numLevels = deLog2Floor32(m_size)+1; in init() local 858 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in iterate() local 995 const int numLevels = deLog2Floor32(m_size)+1; in iterate() local 1144 int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth))+1; in init() local 1464 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in init() local 1671 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel() local 1700 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel() local 1764 const int numLevels = deLog2Floor32(m_texSize)+1; in init() local 1986 const int numLevels = deLog2Floor32(m_texSize)+1; in getBaseLevel() local [all …]
|
| D | es3fTextureSizeTests.cpp | 101 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 239 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local
|
| D | es3fTextureFilteringTests.cpp | 196 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init() local 476 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 765 const int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1; in init() local 1032 const int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth)) + 1; in init() local 1463 const int numLevels = 7; in init() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureMipmapTests.cpp | 188 const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParameters.height))+1; in Texture2DMipmapTestInstance() local 454 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeMipmapTestInstance() local 695 …const int numLevels = deLog2Floor32(de::max(de::max(testParameters.width, testParameters.heigh… in Texture3DMipmapTestInstance() local 992 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in Texture2DLodControlTestInstance() local 1190 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel() local 1216 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel() local 1264 const int numLevels = deLog2Floor32(m_texSize)+1; in TextureCubeLodControlTestInstance() local 1464 const int numLevels = deLog2Floor32(m_texSize)+1; in getBaseLevel() local 1489 const int numLevels = deLog2Floor32(m_texSize)+1; in getMaxLevel() local 1543 const int numLevels = deLog2Floor32(de::max(de::max(m_texWidth, m_texHeight), m_texDepth))+1; in Texture3DLodControlTestInstance() local [all …]
|
| D | vktTextureFilteringExplicitLodTests.cpp | 1066 const deUint8 numLevels = (deUint8) (1 + deLog2Floor32(de::max(m_dimensions[0], in genTestCaseData() local 1117 const deUint8 numLevels = (deUint8) (1 + deLog2Floor32(de::max(m_testCase->m_dimensions[0], in generate() local 1141 const deUint8 numLevels = (deUint8) m_tex->getNumLevels(); in getPba() local
|
| D | vktTextureShadowTests.cpp | 296 const int numLevels = m_textures[0]->getNumLevels(); in Texture2DShadowTestInstance() local 513 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeShadowTestInstance() local 750 …const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParameters.height))… in Texture2DArrayShadowTestInstance() local 989 const int numLevels = m_textures[0]->getNumLevels(); in Texture1DShadowTestInstance() local 1201 const int numLevels = deLog2Floor32(m_testParameters.width) + 1; in Texture1DArrayShadowTestInstance() local 1428 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeArrayShadowTestInstance() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureMipmapTests.cpp | 188 const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParameters.height))+1; in Texture2DMipmapTestInstance() local 454 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeMipmapTestInstance() local 695 …const int numLevels = deLog2Floor32(de::max(de::max(testParameters.width, testParameters.heigh… in Texture3DMipmapTestInstance() local 992 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in Texture2DLodControlTestInstance() local 1190 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel() local 1216 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel() local 1264 const int numLevels = deLog2Floor32(m_texSize)+1; in TextureCubeLodControlTestInstance() local 1464 const int numLevels = deLog2Floor32(m_texSize)+1; in getBaseLevel() local 1489 const int numLevels = deLog2Floor32(m_texSize)+1; in getMaxLevel() local 1543 const int numLevels = deLog2Floor32(de::max(de::max(m_texWidth, m_texHeight), m_texDepth))+1; in Texture3DLodControlTestInstance() local [all …]
|
| D | vktTextureFilteringExplicitLodTests.cpp | 1068 const deUint8 numLevels = (deUint8) (1 + deLog2Floor32(de::max(m_dimensions[0], in genTestCaseData() local 1119 const deUint8 numLevels = (deUint8) (1 + deLog2Floor32(de::max(m_testCase->m_dimensions[0], in generate() local 1143 const deUint8 numLevels = (deUint8) m_tex->getNumLevels(); in getPba() local
|
| D | vktTextureShadowTests.cpp | 294 const int numLevels = m_textures[0]->getNumLevels(); in Texture2DShadowTestInstance() local 511 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeShadowTestInstance() local 748 …const int numLevels = deLog2Floor32(de::max(m_testParameters.width, m_testParameters.height))… in Texture2DArrayShadowTestInstance() local 987 const int numLevels = m_textures[0]->getNumLevels(); in Texture1DShadowTestInstance() local 1199 const int numLevels = deLog2Floor32(m_testParameters.width) + 1; in Texture1DArrayShadowTestInstance() local 1426 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeArrayShadowTestInstance() local
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTexture.cpp | 2603 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray1D() 2608 Vec4 sampleLevelArray2D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray2D() 2613 Vec4 sampleLevelArray3D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sample… in sampleLevelArray3D() 2618 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray1DOffset() 2658 Vec4 sampleLevelArray2DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray2DOffset() 2758 Vec4 sampleLevelArray3DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& … in sampleLevelArray3DOffset() 2831 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler… in sampleLevelArray1DCompare() 2871 float sampleLevelArray2DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler… in sampleLevelArray2DCompare() 3202 …eamless (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevels, CubeFace face… in sampleLevelArrayCubeSeamless() 3420 …Compare (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevels, CubeFace face… in sampleLevelArrayCubeSeamlessCompare() [all …]
|
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| D | es2pTextureCases.cpp | 171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() local
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| D | es3pTextureCases.cpp | 197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() local
|
| /third_party/skia/include/gpu/ |
| D | GrDirectContext.h | 665 int numLevels, in updateBackendTexture()
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrDirectContext.cpp | 733 int numLevels, in createBackendTexture() 794 int numLevels, in update_texture_with_pixmaps() 948 int numLevels, in updateBackendTexture() 1000 int numLevels, in updateBackendTexture()
|
| /third_party/skia/m133/tests/graphite/ |
| D | UpdateBackendTextureTest.cpp | 135 int numLevels = withMips ? kNumMipLevels : 1; in check_levels() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| D | vktImageSubresourceLayoutTests.cpp | 147 deUint32 BufferLevels::numLevels () const in numLevels() function in vkt::image::__anonc3f532ad0111::BufferLevels 390 const auto numLevels = bufferLevels.numLevels(); in iterateAspect() local
|
| /third_party/vk-gl-cts/modules/gles2/accuracy/ |
| D | es2aTextureMipmapTests.cpp | 160 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 457 int numLevels = deLog2Floor32(m_size)+1; in init() local
|
| /third_party/vk-gl-cts/modules/gles3/accuracy/ |
| D | es3aTextureMipmapTests.cpp | 151 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1; in init() local 444 int numLevels = deLog2Floor32(m_size)+1; in init() local
|