Searched refs:unnormalizedCoordinates (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 102 * [[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 …]
|
D | textures.adoc | 116 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/ |
D | VK_QCOM_image_processing.adoc | 282 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/ |
D | vk_meta_blit_resolve.c | 486 .unnormalizedCoordinates = VK_FALSE, in get_blit_sampler()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 550 .unnormalizedCoordinates = VK_FALSE, in CreateYuvImage()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 796 .unnormalizedCoordinates = VK_FALSE, in setUpSampler()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1897 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/ |
D | vulkan_printer.py | 1025 …unnormalizedCoordinates = printer.write_int("unnormalizedCoordinates", 4, indent, signed=False, bi…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6405 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.unnormalizedCoordinates ); in operator ()()
|
D | vulkan_hash.hpp | 12371 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.unnormalizedCoordinates ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3233 vkStream->write((VkBool32*)&forMarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo() 3262 vkStream->read((VkBool32*)&forUnmarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2384 memcpy(*ptr, (VkBool32*)&forMarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3653 vkStream->write((VkBool32*)&forMarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo() 3694 vkStream->read((VkBool32*)&forUnmarshaling->unnormalizedCoordinates, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2777 memcpy((VkBool32*)&forUnmarshaling->unnormalizedCoordinates, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3690 VkBool32 unnormalizedCoordinates; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3808 coordinates for slink:VkSamplerCreateInfo::pname:unnormalizedCoordinates
|