Home
last modified time | relevance | path

Searched refs:maxSamplerAnisotropy (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc193 sname:VkPhysicalDeviceLimits::pname:maxSamplerAnisotropy, inclusive
Dlimits.adoc535 * [[limits-maxSamplerAnisotropy]] pname:maxSamplerAnisotropy is the
4504 | code:float | pname:maxSamplerAnisotropy | pname:samplerAnisotropy
4931 | pname:maxSamplerAnisotropy | 1 | 16 | min
Dtextures.adoc1976 {empty}:: [eq]#limits.max~Aniso~ = pname:maxSamplerAnisotropy# (from
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4468 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerAnisotropy ); in operator ()()
Dvulkan_hash.hpp8475 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerAnisotropy ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp820 vkStream->write((float*)&forMarshaling->maxSamplerAnisotropy, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
960 vkStream->read((float*)&forUnmarshaling->maxSamplerAnisotropy, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp773 memcpy(*ptr, (float*)&forMarshaling->maxSamplerAnisotropy, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp883 vkStream->write((float*)&forMarshaling->maxSamplerAnisotropy, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1023 vkStream->read((float*)&forUnmarshaling->maxSamplerAnisotropy, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp766 memcpy((float*)&forUnmarshaling->maxSamplerAnisotropy, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3135 float maxSamplerAnisotropy; member