Searched refs:maxAnisotropy (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 79 * [[samplers-maxAnisotropy]] pname:anisotropyEnable is ename:VK_TRUE to 83 * pname:maxAnisotropy is the anisotropy value clamp used by the sampler 85 If pname:anisotropyEnable is ename:VK_FALSE, pname:maxAnisotropy is 191 If pname:anisotropyEnable is ename:VK_TRUE, pname:maxAnisotropy must: be
|
D | textures.adoc | 1974 {empty}:: [eq]#sampler.max~Aniso~ = pname:maxAnisotropy# (from sampler 3033 pname:maxAnisotropy equal to 1.0.
|
D | limits.adoc | 538 operation is the minimum of the pname:maxAnisotropy member of the 540 See <<samplers-maxAnisotropy>>.
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 544 .maxAnisotropy = 1.0f, in CreateYuvImage()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 790 .maxAnisotropy = 1.0f, in setUpSampler()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1462 sampler_info.maxAnisotropy = 1.0f; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6399 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxAnisotropy ); in operator ()()
|
D | vulkan_hash.hpp | 12365 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxAnisotropy ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3227 vkStream->write((float*)&forMarshaling->maxAnisotropy, sizeof(float)); in marshal_VkSamplerCreateInfo() 3256 vkStream->read((float*)&forUnmarshaling->maxAnisotropy, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2372 memcpy(*ptr, (float*)&forMarshaling->maxAnisotropy, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3647 vkStream->write((float*)&forMarshaling->maxAnisotropy, sizeof(float)); in marshal_VkSamplerCreateInfo() 3688 vkStream->read((float*)&forUnmarshaling->maxAnisotropy, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2765 memcpy((float*)&forUnmarshaling->maxAnisotropy, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3684 float maxAnisotropy; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10017 pname:maxAnisotropy is ignored when pname:anisotropyEnable is VK_FALSE
|