Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkSampler.hpp34 anisotropyEnable(pCreateInfo->anisotropyEnable), in Sampler()
60 VkBool32 anisotropyEnable = VK_FALSE; member in vk::Sampler
/external/mesa3d/src/intel/vulkan/
DgenX_state.c180 vk_to_gen_tex_filter(VkFilter filter, bool anisotropyEnable) in vk_to_gen_tex_filter() argument
186 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_NEAREST; in vk_to_gen_tex_filter()
188 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_LINEAR; in vk_to_gen_tex_filter()
306 .MagModeFilter = vk_to_gen_tex_filter(mag_filter, pCreateInfo->anisotropyEnable), in genX()
307 .MinModeFilter = vk_to_gen_tex_filter(min_filter, pCreateInfo->anisotropyEnable), in genX()
/external/skia/src/gpu/vk/
DGrVkSampler.cpp54 createInfo.anisotropyEnable = VK_FALSE; in Create()
102 createInfo.anisotropyEnable = VK_FALSE; in Create()
/external/skqp/src/gpu/vk/
DGrVkSampler.cpp54 createInfo.anisotropyEnable = VK_FALSE; in Create()
102 createInfo.anisotropyEnable = VK_FALSE; in Create()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp502 vk::VkBool32 anisotropyEnable = VK_FALSE,
DvktDrawCreateInfoUtil.cpp1201 anisotropyEnable = _anisotropyEnable; in SamplerCreateInfo()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1748 if (pCreateInfo->anisotropyEnable == VK_TRUE) { in manual_PreCallValidateCreateSampler()
1800 if (pCreateInfo->anisotropyEnable == VK_TRUE) { in manual_PreCallValidateCreateSampler()
1844 if ((pCreateInfo->anisotropyEnable == VK_TRUE) && in manual_PreCallValidateCreateSampler()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1310 VkBool32 anisotropyEnable; member
1328 , anisotropyEnable (VK_FALSE) in Parameters()
1366 params.anisotropyEnable, in create()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1232 samplerCreateInfo.anisotropyEnable = VK_TRUE; in renderQuad()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1296 samplerCreateInfo.anisotropyEnable = VK_FALSE; in VkSamplerObj()
Dlayer_validation_tests.cpp202 sampler_create_info.anisotropyEnable = VK_FALSE; in SafeSaneSamplerCreateInfo()
1818 sampler_info.anisotropyEnable = 3; in TEST_F()
1853 sampler_info.anisotropyEnable = VK_TRUE; in TEST_F()
1886 sampler_info_ref.anisotropyEnable = VK_TRUE; in TEST_F()
33968 sampler_ci.anisotropyEnable = VK_TRUE; in TEST_F()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2606 if (samplerCreateInfo.anisotropyEnable) in mapVkSampler()
DvkStructTypes.inl831 VkBool32 anisotropyEnable; member
DvkVulkan_c.inl2308 VkBool32 anisotropyEnable; member
DvkStrUtilImpl.inl3405 s << "\tanisotropyEnable = " << value.anisotropyEnable << '\n';
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3628 uint32_t max_aniso = pCreateInfo->anisotropyEnable && pCreateInfo->maxAnisotropy > 1.0 ? in radv_init_sampler()
/external/mesa3d/include/vulkan/
Dvulkan.h2235 VkBool32 anisotropyEnable; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2405 VkBool32 anisotropyEnable; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2405 VkBool32 anisotropyEnable; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2570 VkBool32 anisotropyEnable; member
Dvulkan.hpp43858 , anisotropyEnable( anisotropyEnable_ ) in SamplerCreateInfo()
43935 anisotropyEnable = anisotropyEnable_; in setAnisotropyEnable()
44003 && ( anisotropyEnable == rhs.anisotropyEnable ) in operator ==()
44031 Bool32 anisotropyEnable; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2523 VkBool32 anisotropyEnable; member
Dvulkan.hpp11136 , anisotropyEnable( anisotropyEnable_ ) in SamplerCreateInfo()
11213 anisotropyEnable = anisotropyEnable_; in setAnisotropyEnable()
11281 && ( anisotropyEnable == rhs.anisotropyEnable ) in operator ==()
11309 Bool32 anisotropyEnable; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2305 VkBool32 anisotropyEnable; member