Home
last modified time | relevance | path

Searched refs:minLod (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_image_view_min_lod.adoc28 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod.
31 which have been uploaded, and the use of fractional pname:minLod can be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc94 * pname:minLod is used to clamp the <<textures-level-of-detail-operation,
139 emulated using ename:VK_SAMPLER_MIPMAP_MODE_NEAREST, pname:minLod = 0, and
186 pname:maxLod must: be greater than or equal to pname:minLod
210 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:minLod and
291 pname:minLod and pname:maxLod must: be zero
361 ename:VK_SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM, then pname:minLod and
Dresources.adoc6092 * pname:minLod is the value to clamp the minimum LOD accessible by this
6105 [eq]#minLodFloat~imageView~ = pname:minLod#
6118 * [[VUID-VkImageViewMinLodCreateInfoEXT-minLod-06455]]
6119 If the <<features-minLod, pname:minLod>> feature is not enabled,
6120 pname:minLod must: be `0.0`
6121 * [[VUID-VkImageViewMinLodCreateInfoEXT-minLod-06456]]
6122 pname:minLod must: be less or equal to the index of the last mipmap
Dtextures.adoc2041 sampler.lod_{min} & = minLod & \text{(from sampler descriptor)} \\
2133 [eq]#minLod~imageView~# must: be less or equal to [eq]#level~base~ + q#.
3024 In addition, implementations should: consider pname:minLod and pname:maxLod
Dfeatures.adoc6075 * [[features-minLod]] pname:minLod indicates whether the implementation
6081 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod.
7704 * <<features-minLod, pname:minLod>>, if the
Ddescriptorsets.adoc3693 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod of `0.0`
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c495 image_view->min_lod = min_lod_info ? min_lod_info->minLod : 0.0f; in vk_image_view_init()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp547 .minLod = 0.0f, in CreateYuvImage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc546 sampler.lod_{min} & = minLod & \text{(from sampler descriptor)} \\
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp793 .minLod = 0.0f, in setUpSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1460 sampler_info.minLod = -1000; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3687 float minLod; member
15944 VkBool32 minLod; member
15950 float minLod; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp5483 VULKAN_HPP_HASH_COMBINE( seed, imageViewMinLodCreateInfoEXT.minLod ); in operator ()()
8297 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageViewMinLodFeaturesEXT.minLod ); in operator ()()
12368 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.minLod ); in operator ()()
Dvulkansc_hash.hpp6402 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.minLod ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3230 vkStream->write((float*)&forMarshaling->minLod, sizeof(float)); in marshal_VkSamplerCreateInfo()
3259 vkStream->read((float*)&forUnmarshaling->minLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2378 memcpy(*ptr, (float*)&forMarshaling->minLod, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3650 vkStream->write((float*)&forMarshaling->minLod, sizeof(float)); in marshal_VkSamplerCreateInfo()
3691 vkStream->read((float*)&forUnmarshaling->minLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2771 memcpy((float*)&forUnmarshaling->minLod, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1914 and update the <<features-minLod, pname:minLod>> feature and