Home
last modified time | relevance | path

Searched refs:mipmapMode (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc67 * pname:mipmapMode is a elink:VkSamplerMipmapMode value specifying the
131 pname:minFilter and pname:mipmapMode combine to correspond to the similarly
133 (e.g. pname:minFilter of ename:VK_FILTER_LINEAR and pname:mipmapMode of
207 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:mipmapMode
288 pname:mipmapMode must: be ename:VK_SAMPLER_MIPMAP_MODE_NEAREST
357 ename:VK_SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM, then pname:mipmapMode
584 Possible values of the slink:VkSamplerCreateInfo::pname:mipmapMode,
Dtextures.adoc2069 nearest(d'), & \text{mipmapMode is VK\_SAMPLER\_MIPMAP\_MODE\_NEAREST} \\
2136 If the sampler's pname:mipmapMode is ename:VK_SAMPLER_MIPMAP_MODE_NEAREST,
2139 If the sampler's pname:mipmapMode is ename:VK_SAMPLER_MIPMAP_MODE_LINEAR,
3022 pname:mipmapMode of the sampler to control the specifics of the anisotropic
3042 pname:mipmapMode of ename:VK_SAMPLER_MIPMAP_MODE_NEAREST:
3121 be accessed during texel filtering when using a pname:mipmapMode of
Dformats.adoc1879 pname:minFilter set to ename:VK_FILTER_LINEAR, or pname:mipmapMode set
2411 pname:minFilter set to ename:VK_FILTER_LINEAR, or pname:mipmapMode set
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_dispatch_common.adoc14 * [[VUID-{refpage}-mipmapMode-04770]]
15 If a slink:VkSampler created with pname:mipmapMode equal to
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_blit_resolve.c482 .mipmapMode = VK_SAMPLER_MIPMAP_MODE_NEAREST, in get_blit_sampler()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp538 .mipmapMode = vkhpp::SamplerMipmapMode::eNearest, in CreateYuvImage()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp784 .mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR, in setUpSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc583 The names pname:mipmapMode, pname:mipmapPrecisionBits,
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1456 sampler_info.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6393 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipmapMode ); in operator ()()
Dvulkan_hash.hpp12359 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipmapMode ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3218 vkStream->write((VkSamplerMipmapMode*)&forMarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in marshal_VkSamplerCreateInfo()
3247 vkStream->read((VkSamplerMipmapMode*)&forUnmarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2360 memcpy(*ptr, (VkSamplerMipmapMode*)&forMarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3638 vkStream->write((VkSamplerMipmapMode*)&forMarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in marshal_VkSamplerCreateInfo()
3679 vkStream->read((VkSamplerMipmapMode*)&forUnmarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2750 memcpy((VkSamplerMipmapMode*)&forUnmarshaling->mipmapMode, *ptr, sizeof(VkSamplerMipmapMode)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3678 VkSamplerMipmapMode mipmapMode; member