Searched refs:seamless (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 454 if (!testParameters.seamless) in checkTextureSupport() 613 sampleParams.sampler.seamlessCubeMap = m_testParameters.seamless; in iterate() 1370 if (!testParameters.seamless) in checkTextureSupport() 1522 sampleParams.sampler.seamlessCubeMap = m_testParameters.seamless; in iterate() 1663 deBool seamless; in populateTextureShadowTests() member 1736 testParameters.seamless = seamModes[seamNdx].seamless; in populateTextureShadowTests() 1901 testParameters.seamless = seamModes[seamNdx].seamless; in populateTextureShadowTests()
|
H A D | vktTextureTestUtil.hpp | 430 deBool seamless; member
|
H A D | vktTextureTestUtil.cpp | 1634 true /* seamless cube map */); in createSampler() 1814 , seamless (true) in TextureCubeTestCaseParameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 452 if (!testParameters.seamless) in checkTextureSupport() 611 sampleParams.sampler.seamlessCubeMap = m_testParameters.seamless; in iterate() 1368 if (!testParameters.seamless) in checkTextureSupport() 1520 sampleParams.sampler.seamlessCubeMap = m_testParameters.seamless; in iterate() 1661 deBool seamless; in populateTextureShadowTests() member 1733 testParameters.seamless = seamModes[seamNdx].seamless; in populateTextureShadowTests() 1898 testParameters.seamless = seamModes[seamNdx].seamless; in populateTextureShadowTests()
|
H A D | vktTextureTestUtil.hpp | 430 deBool seamless; member
|
H A D | vktTextureTestUtil.cpp | 1667 true /* seamless cube map */); in createSampler() 1847 , seamless (true) in TextureCubeTestCaseParameters()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 88 Texture (deUint32 name, Type type, deBool seamless = true); 196 TextureCube (deUint32 name = 0, deBool seamless = true);
|
H A D | sglrReferenceContext.cpp | 4747 Texture::Texture (deUint32 name, Type type, deBool seamless) 4761 seamless // seamless cube map, Default value is True. 4969 TextureCube::TextureCube (deUint32 name, deBool seamless) 4970 : Texture(name, TYPE_CUBE_MAP, seamless)
|
Completed in 22 milliseconds