Home
last modified time | relevance | path

Searched refs:maxAnisotropy (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc79 * [[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
Dtextures.adoc1974 {empty}:: [eq]#sampler.max~Aniso~ = pname:maxAnisotropy# (from sampler
3033 pname:maxAnisotropy equal to 1.0.
Dlimits.adoc538 operation is the minimum of the pname:maxAnisotropy member of the
540 See <<samplers-maxAnisotropy>>.
/hardware/google/gfxstream/common/detector/
DVulkan.cpp544 .maxAnisotropy = 1.0f, in CreateYuvImage()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp790 .maxAnisotropy = 1.0f, in setUpSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1462 sampler_info.maxAnisotropy = 1.0f; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6399 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxAnisotropy ); in operator ()()
Dvulkan_hash.hpp12365 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxAnisotropy ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3227 vkStream->write((float*)&forMarshaling->maxAnisotropy, sizeof(float)); in marshal_VkSamplerCreateInfo()
3256 vkStream->read((float*)&forUnmarshaling->maxAnisotropy, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2372 memcpy(*ptr, (float*)&forMarshaling->maxAnisotropy, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3647 vkStream->write((float*)&forMarshaling->maxAnisotropy, sizeof(float)); in marshal_VkSamplerCreateInfo()
3688 vkStream->read((float*)&forUnmarshaling->maxAnisotropy, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2765 memcpy((float*)&forUnmarshaling->maxAnisotropy, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3684 float maxAnisotropy; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10017 pname:maxAnisotropy is ignored when pname:anisotropyEnable is VK_FALSE