Home
last modified time | relevance | path

Searched refs:m_textureSpec (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp324 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 Des2fShaderTextureFunctionTests.cpp237 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 DvktShaderRenderTextureFunctionTests.cpp759 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 DvktShaderRenderTextureFunctionTests.cpp756 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 Des3fShaderTextureFunctionTests.cpp458 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...]

Completed in 17 milliseconds