Home
last modified time | relevance | path

Searched refs:maxSamplerLodBias (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc90 | pname:maxSamplerLodBias | - | 2 | 14 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc524 …mbda_{base} + \mathbin{clamp}(sampler.bias + shaderOp.bias,-maxSamplerLodBias,maxSamplerLodBias) \\
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc2019 …mbda_{base} + \mathbin{clamp}(sampler.bias + shaderOp.bias,-maxSamplerLodBias,maxSamplerLodBias) \\
2053 and [eq]#maxSamplerLodBias# is the value of the slink:VkPhysicalDeviceLimits
2054 feature <<limits-maxSamplerLodBias, pname:maxSamplerLodBias>>.
Dlimits.adoc527 * [[limits-maxSamplerLodBias]] pname:maxSamplerLodBias is the maximum
533 [eq]#[-pname:maxSamplerLodBias,+pname:maxSamplerLodBias]#.
4503 | code:float | pname:maxSamplerLodBias | -
4930 | pname:maxSamplerLodBias | - | 2 | min
5506 | pname:maxSamplerLodBias | 14 | min
Dsamplers.adoc178 sname:VkPhysicalDeviceLimits::pname:maxSamplerLodBias
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4467 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerLodBias ); in operator ()()
Dvulkan_hash.hpp8474 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerLodBias ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp819 vkStream->write((float*)&forMarshaling->maxSamplerLodBias, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
959 vkStream->read((float*)&forUnmarshaling->maxSamplerLodBias, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp771 memcpy(*ptr, (float*)&forMarshaling->maxSamplerLodBias, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp882 vkStream->write((float*)&forMarshaling->maxSamplerLodBias, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1022 vkStream->read((float*)&forUnmarshaling->maxSamplerLodBias, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp764 memcpy((float*)&forUnmarshaling->maxSamplerLodBias, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3134 float maxSamplerLodBias; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12992 pname:maxSamplerLodBias (public issue 64).