Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc102 * [[samplers-unnormalizedCoordinates]] pname:unnormalizedCoordinates
111 When pname:unnormalizedCoordinates is ename:VK_TRUE, images the sampler is
118 When pname:unnormalizedCoordinates is ename:VK_TRUE, image built-in
203 * [[VUID-VkSamplerCreateInfo-unnormalizedCoordinates-01072]]
204 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:minFilter and
206 * [[VUID-VkSamplerCreateInfo-unnormalizedCoordinates-01073]]
207 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:mipmapMode
209 * [[VUID-VkSamplerCreateInfo-unnormalizedCoordinates-01074]]
210 If pname:unnormalizedCoordinates is ename:VK_TRUE, pname:minLod and
212 * [[VUID-VkSamplerCreateInfo-unnormalizedCoordinates-01075]]
[all …]
Dtextures.adoc116 coordinates (selected by the pname:unnormalizedCoordinates state of the
118 <<samplers-unnormalizedCoordinates,limitations>> on what operations, image
519 * The sampler pname:unnormalizedCoordinates is ename:VK_TRUE and any of
520 the <<samplers-unnormalizedCoordinates,limitations of unnormalized
3623 The input code:sampler must: be created with code:unnormalizedCoordinates
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc282 support samplers with `unnormalizedCoordinates` equal to `VK_TRUE` or
285 a sampler with `unnormalizedCoordinates` equal to `VK_TRUE`.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_blit_resolve.c486 .unnormalizedCoordinates = VK_FALSE, in get_blit_sampler()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp550 .unnormalizedCoordinates = VK_FALSE, in CreateYuvImage()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp796 .unnormalizedCoordinates = VK_FALSE, in setUpSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1897 created with a sampler object with pname:unnormalizedCoordinates equal
1903 created with a sampler object with pname:unnormalizedCoordinates equal
2026 pname:unnormalizedCoordinates equal to ename:VK_TRUE
2032 pname:unnormalizedCoordinates equal to ename:VK_TRUE
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py1025unnormalizedCoordinates = printer.write_int("unnormalizedCoordinates", 4, indent, signed=False, bi…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6405 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.unnormalizedCoordinates ); in operator ()()
Dvulkan_hash.hpp12371 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.unnormalizedCoordinates ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3233 vkStream->write((VkBool32*)&forMarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo()
3262 vkStream->read((VkBool32*)&forUnmarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2384 memcpy(*ptr, (VkBool32*)&forMarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3653 vkStream->write((VkBool32*)&forMarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo()
3694 vkStream->read((VkBool32*)&forUnmarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2777 memcpy((VkBool32*)&forUnmarshaling->unnormalizedCoordinates, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3690 VkBool32 unnormalizedCoordinates; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3808 coordinates for slink:VkSamplerCreateInfo::pname:unnormalizedCoordinates