Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc75 * [[samplers-mipLodBias]] pname:mipLodBias is the bias to be added to
176 * [[VUID-VkSamplerCreateInfo-mipLodBias-01069]]
177 The absolute value of pname:mipLodBias must: be less than or equal to
183 is ename:VK_FALSE, pname:mipLodBias must: be zero
Dlimits.adoc529 The sum of the pname:mipLodBias member of the slink:VkSamplerCreateInfo
534 See <<samplers-mipLodBias>>.
Dtextures.adoc2035 sampler.bias & = mipLodBias & \text{(from sampler descriptor)} \\
Dfeatures.adoc4893 this implementation supports setting a <<samplers-mipLodBias, mipmap LOD
/hardware/google/gfxstream/common/detector/
DVulkan.cpp542 .mipLodBias = 0.0f, in CreateYuvImage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc540 sampler.bias & = mipLodBias & \text{(from sampler descriptor)} \\
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp788 .mipLodBias = 0.0f, in setUpSampler()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6397 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipLodBias ); in operator ()()
Dvulkan_hash.hpp12363 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipLodBias ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3225 vkStream->write((float*)&forMarshaling->mipLodBias, sizeof(float)); in marshal_VkSamplerCreateInfo()
3254 vkStream->read((float*)&forUnmarshaling->mipLodBias, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2368 memcpy(*ptr, (float*)&forMarshaling->mipLodBias, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3645 vkStream->write((float*)&forMarshaling->mipLodBias, sizeof(float)); in marshal_VkSamplerCreateInfo()
3686 vkStream->read((float*)&forUnmarshaling->mipLodBias, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2761 memcpy((float*)&forUnmarshaling->mipLodBias, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3682 float mipLodBias; member