Searched refs:minLod (Results 1 – 19 of 19) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_view_min_lod.adoc | 28 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/ |
D | samplers.adoc | 94 * 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
|
D | resources.adoc | 6092 * 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
|
D | textures.adoc | 2041 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
|
D | features.adoc | 6075 * [[features-minLod]] pname:minLod indicates whether the implementation 6081 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod. 7704 * <<features-minLod, pname:minLod>>, if the
|
D | descriptorsets.adoc | 3693 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod of `0.0`
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 495 image_view->min_lod = min_lod_info ? min_lod_info->minLod : 0.0f; in vk_image_view_init()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 547 .minLod = 0.0f, in CreateYuvImage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 546 sampler.lod_{min} & = minLod & \text{(from sampler descriptor)} \\
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 793 .minLod = 0.0f, in setUpSampler()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1460 sampler_info.minLod = -1000; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3687 float minLod; member 15944 VkBool32 minLod; member 15950 float minLod; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 5483 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 ()()
|
D | vulkansc_hash.hpp | 6402 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.minLod ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3230 vkStream->write((float*)&forMarshaling->minLod, sizeof(float)); in marshal_VkSamplerCreateInfo() 3259 vkStream->read((float*)&forUnmarshaling->minLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2378 memcpy(*ptr, (float*)&forMarshaling->minLod, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3650 vkStream->write((float*)&forMarshaling->minLod, sizeof(float)); in marshal_VkSamplerCreateInfo() 3691 vkStream->read((float*)&forUnmarshaling->minLod, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2771 memcpy((float*)&forUnmarshaling->minLod, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1914 and update the <<features-minLod, pname:minLod>> feature and
|