Searched refs:anisotropyEnable (Results 1 – 18 of 18) sorted by relevance
53 createInfo.anisotropyEnable = VK_FALSE; in Create()
496 vk::VkBool32 anisotropyEnable = vk::VK_FALSE,
1174 anisotropyEnable = _anisotropyEnable; in SamplerCreateInfo()
1182 anisotropyEnable = _anisotropyEnable; in SamplerCreateInfo()
498 vk::VkBool32 anisotropyEnable = vk::VK_FALSE,
1175 anisotropyEnable = _anisotropyEnable; in SamplerCreateInfo()
1158 VkBool32 anisotropyEnable; member1176 , anisotropyEnable (VK_FALSE) in Parameters()1214 params.anisotropyEnable, in create()
3829 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()3933 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()4038 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()4140 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()4322 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()4437 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
870 samplerCreateInfo.anisotropyEnable = VK_FALSE; in VkSamplerObj()
806 if (samplerCreateInfo.anisotropyEnable) in mapVkSampler()
831 VkBool32 anisotropyEnable; member
2498 s << "\tanisotropyEnable = " << value.anisotropyEnable << '\n';
985 .anisotropyEnable = VK_FALSE, in demo_prepare_textures()
1238 .anisotropyEnable = VK_FALSE, in demo_prepare_textures()
1878 VkBool32 anisotropyEnable; member
1887 VkBool32 anisotropyEnable; member
3407 if (pCreateInfo->anisotropyEnable > VK_TRUE) { in PreCreateSampler()