/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 324 TextureSpec m_textureSpec; member in deqp::Functional::TextureShadowLodTestCase 341 , m_textureSpec(texture) in TextureShadowLodTestCase() 384 if (m_textureSpec.type == TEXTURETYPE_CUBE_MAP_ARRAY) in init() 407 if (m_textureSpec.type == TEXTURETYPE_CUBE_MAP_ARRAY) in init() 475 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 481 switch (m_textureSpec.type) in initTexture() 485 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels - 1); in initTexture() 488 int baseCellSize = de::min(m_textureSpec.width / 4, m_textureSpec.height / 4); in initTexture() 490 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec in initTexture() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 237 TextureSpec m_textureSpec; member in deqp::gles2::Functional::ShaderTextureFunctionCase 249 , m_textureSpec (texture) in ShaderTextureFunctionCase() 323 tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataType); in initTexture() 329 switch (m_textureSpec.type) in initTexture() 333 float cStep = 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() 336 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() 338 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec in initTexture() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 759 const TextureSpec& m_textureSpec; member in vkt::sr::__anon28720::ShaderTextureFunctionInstance 774 , m_textureSpec (textureSpec) in ShaderTextureFunctionInstance() 777 checkDeviceFeatures(m_context, m_textureSpec.type); in ShaderTextureFunctionInstance() 878 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 887 switch (m_textureSpec.type) in initTexture() 891 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() 894 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() 897 texture2D = de::MovePtr<tcu::Texture2D>(new tcu::Texture2D(texFmt, m_textureSpec.width, m_textureSpec in initTexture() 1213 const TextureSpec m_textureSpec; global() member in vkt::sr::__anon28720::ShaderTextureFunctionCase 1500 const TextureSpec& m_textureSpec; global() member in vkt::sr::__anon28720::TextureQueryInstance [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 756 const TextureSpec& m_textureSpec; member in vkt::sr::__anon29869::ShaderTextureFunctionInstance 771 , m_textureSpec (textureSpec) in ShaderTextureFunctionInstance() 774 checkDeviceFeatures(m_context, m_textureSpec.type); in ShaderTextureFunctionInstance() 875 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 884 switch (m_textureSpec.type) in initTexture() 888 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() 891 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() 894 texture2D = de::MovePtr<tcu::Texture2D>(new tcu::Texture2D(texFmt, m_textureSpec.width, m_textureSpec in initTexture() 1211 const TextureSpec m_textureSpec; global() member in vkt::sr::__anon29869::ShaderTextureFunctionCase 1499 const TextureSpec& m_textureSpec; global() member in vkt::sr::__anon29869::TextureQueryInstance [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 458 TextureSpec m_textureSpec; member in deqp::gles3::Functional::ShaderTextureFunctionCase 472 , m_textureSpec (texture) in ShaderTextureFunctionCase() 567 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 575 switch (m_textureSpec.type) in initTexture() 579 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() 582 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() 584 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec in initTexture() 980 const TextureSpec m_textureSpec; global() member in deqp::gles3::Functional::TextureSizeCase [all...] |