Searched refs:maxSamplerLodBias (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 90 | pname:maxSamplerLodBias | - | 2 | 14 | min
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 524 …mbda_{base} + \mathbin{clamp}(sampler.bias + shaderOp.bias,-maxSamplerLodBias,maxSamplerLodBias) \\
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | textures.adoc | 2019 …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>>.
|
D | limits.adoc | 527 * [[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
|
D | samplers.adoc | 178 sname:VkPhysicalDeviceLimits::pname:maxSamplerLodBias
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4467 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerLodBias ); in operator ()()
|
D | vulkan_hash.hpp | 8474 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxSamplerLodBias ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 819 vkStream->write((float*)&forMarshaling->maxSamplerLodBias, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 959 vkStream->read((float*)&forUnmarshaling->maxSamplerLodBias, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 771 memcpy(*ptr, (float*)&forMarshaling->maxSamplerLodBias, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 882 vkStream->write((float*)&forMarshaling->maxSamplerLodBias, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1022 vkStream->read((float*)&forUnmarshaling->maxSamplerLodBias, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 764 memcpy((float*)&forUnmarshaling->maxSamplerLodBias, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3134 float maxSamplerLodBias; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12992 pname:maxSamplerLodBias (public issue 64).
|