Searched refs:mipmapMode (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 67 * 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,
|
D | textures.adoc | 2069 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
|
D | formats.adoc | 1879 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/ |
D | draw_dispatch_common.adoc | 14 * [[VUID-{refpage}-mipmapMode-04770]] 15 If a slink:VkSampler created with pname:mipmapMode equal to
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_blit_resolve.c | 482 .mipmapMode = VK_SAMPLER_MIPMAP_MODE_NEAREST, in get_blit_sampler()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 538 .mipmapMode = vkhpp::SamplerMipmapMode::eNearest, in CreateYuvImage()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 784 .mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR, in setUpSampler()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 583 The names pname:mipmapMode, pname:mipmapPrecisionBits,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1456 sampler_info.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6393 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipmapMode ); in operator ()()
|
D | vulkan_hash.hpp | 12359 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.mipmapMode ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3218 vkStream->write((VkSamplerMipmapMode*)&forMarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in marshal_VkSamplerCreateInfo() 3247 vkStream->read((VkSamplerMipmapMode*)&forUnmarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2360 memcpy(*ptr, (VkSamplerMipmapMode*)&forMarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3638 vkStream->write((VkSamplerMipmapMode*)&forMarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in marshal_VkSamplerCreateInfo() 3679 vkStream->read((VkSamplerMipmapMode*)&forUnmarshaling->mipmapMode, sizeof(VkSamplerMipmapMode)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2750 memcpy((VkSamplerMipmapMode*)&forUnmarshaling->mipmapMode, *ptr, sizeof(VkSamplerMipmapMode)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3678 VkSamplerMipmapMode mipmapMode; member
|