Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc96 * pname:maxLod is used to clamp the <<textures-level-of-detail-operation,
98 To avoid clamping the maximum value, set pname:maxLod to the constant
140 pname:maxLod = 0.25, and using pname:minFilter = ename:VK_FILTER_LINEAR or
143 Note that using a pname:maxLod of zero would cause
151 pname:maxLod of zero also works.
185 * [[VUID-VkSamplerCreateInfo-maxLod-01973]]
186 pname:maxLod must: be greater than or equal to pname:minLod
211 pname:maxLod must: be zero
291 pname:minLod and pname:maxLod must: be zero
362 pname:maxLod must: be zero
[all …]
Dtextures.adoc2049 lod_{max} & = maxLod & \text{(from sampler descriptor)}
3024 In addition, implementations should: consider pname:minLod and pname:maxLod
/hardware/google/gfxstream/common/detector/
DVulkan.cpp548 .maxLod = 0.25f, in CreateYuvImage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc554 lod_{max} & = maxLod & \text{(from sampler descriptor)}
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp794 .maxLod = 0.0f, in setUpSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1461 sampler_info.maxLod = 1000; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6403 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxLod ); in operator ()()
Dvulkan_hash.hpp12369 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxLod ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3231 vkStream->write((float*)&forMarshaling->maxLod, sizeof(float)); in marshal_VkSamplerCreateInfo()
3260 vkStream->read((float*)&forUnmarshaling->maxLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2380 memcpy(*ptr, (float*)&forMarshaling->maxLod, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3651 vkStream->write((float*)&forMarshaling->maxLod, sizeof(float)); in marshal_VkSamplerCreateInfo()
3692 vkStream->read((float*)&forUnmarshaling->maxLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2773 memcpy((float*)&forUnmarshaling->maxLod, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3688 float maxLod; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc5053 slink:VkSamplerCreateInfo::pname:maxLod (public issue 663).