Home
last modified time | relevance | path

Searched refs:baseCellSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp488 int baseCellSize = de::min(m_textureSpec.width / 4, m_textureSpec.height / 4); in initTexture() local
499 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize >> level),… in initTexture()
523 int baseCellSize = de::min(m_textureSpec.width / 4, m_textureSpec.height / 4); in initTexture() local
541 de::max(1, baseCellSize >> level), colorA, colorB); in initTexture()
564 int baseCellSize = de::min(m_textureSpec.width / 4, m_textureSpec.height / 4); in initTexture() local
587 tcu::fillWithGrid(access, de::max(1, baseCellSize >> level), colorA, colorB); in initTexture()
629 int baseCellSize = de::min(m_textureSpec.width / 4, m_textureSpec.height / 4); in initTexture() local
666 de::max(1, baseCellSize >> level), colorA, colorB); in initTexture()
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp336 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
347 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture()
366 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
384 …>getRefTexture().getLevelFace(level, (tcu::CubeFace)face), de::max(1, baseCellSize>>level), colorA… in initTexture()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp582 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
593 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture()
613 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
636 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
671 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
686 …ayer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA… in initTexture()
706 …int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textureSpec.… in initTexture() local
717 …tcu::fillWithGrid(m_texture3D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp871 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
884 tcu::fillWithGrid(texture2D->getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
903 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
928 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
962 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local
979 …ayer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA… in initTexture()
998 …int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textu… in initTexture() local
1011 tcu::fillWithGrid(texture3D->getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
1031 int baseCellSize = m_textureSpec.width/4; in initTexture() local
1044 tcu::fillWithGrid(texture1D->getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB); in initTexture()
[all …]