Searched refs:mipLodBias (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 75 * [[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
|
D | limits.adoc | 529 The sum of the pname:mipLodBias member of the slink:VkSamplerCreateInfo 534 See <<samplers-mipLodBias>>.
|
D | textures.adoc | 2035 sampler.bias & = mipLodBias & \text{(from sampler descriptor)} \\
|
D | features.adoc | 4893 this implementation supports setting a <<samplers-mipLodBias, mipmap LOD
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 542 .mipLodBias = 0.0f, in CreateYuvImage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 540 sampler.bias & = mipLodBias & \text{(from sampler descriptor)} \\
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 788 .mipLodBias = 0.0f, in setUpSampler()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6397 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipLodBias ); in operator ()()
|
D | vulkan_hash.hpp | 12363 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipLodBias ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3225 vkStream->write((float*)&forMarshaling->mipLodBias, sizeof(float)); in marshal_VkSamplerCreateInfo() 3254 vkStream->read((float*)&forUnmarshaling->mipLodBias, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2368 memcpy(*ptr, (float*)&forMarshaling->mipLodBias, sizeof(float)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3645 vkStream->write((float*)&forMarshaling->mipLodBias, sizeof(float)); in marshal_VkSamplerCreateInfo() 3686 vkStream->read((float*)&forUnmarshaling->mipLodBias, sizeof(float)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2761 memcpy((float*)&forUnmarshaling->mipLodBias, *ptr, sizeof(float)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3682 float mipLodBias; member
|