Home
last modified time | relevance | path

Searched refs:anisotropyEnable (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_state.c94 vk_to_gen_tex_filter(VkFilter filter, bool anisotropyEnable) in vk_to_gen_tex_filter() argument
100 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_NEAREST; in vk_to_gen_tex_filter()
102 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_LINEAR; in vk_to_gen_tex_filter()
186 pCreateInfo->anisotropyEnable), in genX()
188 pCreateInfo->anisotropyEnable), in genX()
/external/skia/src/gpu/vk/
DGrVkSampler.cpp50 createInfo.anisotropyEnable = VK_FALSE; in Create()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp497 vk::VkBool32 anisotropyEnable = VK_FALSE,
DvktDrawCreateInfoUtil.cpp1174 anisotropyEnable = _anisotropyEnable; in SamplerCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1166 VkBool32 anisotropyEnable; member
1184 , anisotropyEnable (VK_FALSE) in Parameters()
1222 params.anisotropyEnable, in create()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl831 VkBool32 anisotropyEnable; member
DvkImageUtil.cpp2258 if (samplerCreateInfo.anisotropyEnable) in mapVkSampler()
DvkStrUtilImpl.inl2872 s << "\tanisotropyEnable = " << value.anisotropyEnable << '\n';
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1297 samplerCreateInfo.anisotropyEnable = VK_TRUE; in renderQuad()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1010 sampler_info.anisotropyEnable = 3; in TEST_F()
3764 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
4922 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
5118 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
5314 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
8604 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
8771 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
8865 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
9031 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
9137 sampler_ci.anisotropyEnable = VK_FALSE; in TEST_F()
[all …]
Dvkrenderframework.cpp873 samplerCreateInfo.anisotropyEnable = VK_FALSE; in VkSamplerObj()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2005 uint32_t max_aniso = pCreateInfo->anisotropyEnable && pCreateInfo->maxAnisotropy > 1.0 ? in radv_init_sampler()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp7208 , anisotropyEnable( anisotropyEnable_ ) in SamplerCreateInfo()
7292 anisotropyEnable = anisotropyEnable_; in setAnisotropyEnable()
7355 && ( anisotropyEnable == rhs.anisotropyEnable ) in operator ==()
7383 Bool32 anisotropyEnable; member
Dvulkan.h1934 VkBool32 anisotropyEnable; member
/external/vulkan-validation-layers/demos/
Dcube.c1418 .anisotropyEnable = VK_FALSE, in demo_prepare_textures()
/external/mesa3d/include/vulkan/
Dvulkan.h1943 VkBool32 anisotropyEnable; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2040 VkBool32 anisotropyEnable; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2099 VkBool32 anisotropyEnable; member
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt810 …' which states 'If the anisotropic sampling feature is not enabled, anisotropyEnable must be VK_FA…
811 …fer to Vulkan Spec Section '11.8. Memory Aliasing' which states 'If anisotropyEnable is VK_TRUE, m…
816 …mory Aliasing' which states 'If unnormalizedCoordinates is VK_TRUE, anisotropyEnable must be VK_FA…
1693 …ch states 'If either magFilter or minFilter is VK_FILTER_CUBIC_IMG, anisotropyEnable must be VK_FA…