Searched refs:maxLod (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 96 * 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 …]
|
D | textures.adoc | 2049 lod_{max} & = maxLod & \text{(from sampler descriptor)} 3024 In addition, implementations should: consider pname:minLod and pname:maxLod
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 548 .maxLod = 0.25f, in CreateYuvImage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 554 lod_{max} & = maxLod & \text{(from sampler descriptor)}
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 794 .maxLod = 0.0f, in setUpSampler()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1461 sampler_info.maxLod = 1000; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6403 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxLod ); in operator ()()
|
D | vulkan_hash.hpp | 12369 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.maxLod ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3231 vkStream->write((float*)&forMarshaling->maxLod, sizeof(float)); in marshal_VkSamplerCreateInfo() 3260 vkStream->read((float*)&forUnmarshaling->maxLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2380 memcpy(*ptr, (float*)&forMarshaling->maxLod, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3651 vkStream->write((float*)&forMarshaling->maxLod, sizeof(float)); in marshal_VkSamplerCreateInfo() 3692 vkStream->read((float*)&forUnmarshaling->maxLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2773 memcpy((float*)&forUnmarshaling->maxLod, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3688 float maxLod; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5053 slink:VkSamplerCreateInfo::pname:maxLod (public issue 663).
|