Home
last modified time | relevance | path

Searched refs:seamless (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp454 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 DvktTextureTestUtil.hpp430 deBool seamless; member
H A DvktTextureTestUtil.cpp1634 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 DvktTextureShadowTests.cpp452 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 DvktTextureTestUtil.hpp430 deBool seamless; member
H A DvktTextureTestUtil.cpp1667 true /* seamless cube map */); in createSampler()
1847 , seamless (true) in TextureCubeTestCaseParameters()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp88 Texture (deUint32 name, Type type, deBool seamless = true);
196 TextureCube (deUint32 name = 0, deBool seamless = true);
H A DsglrReferenceContext.cpp4747 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