Home
last modified time | relevance | path

Searched refs:filterCenter (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc371 VkOffset2D filterCenter;
378 combined with the `filterCenter` and `filterSize` selects a
385 i0 = floor(u) - filterCenter.x
386 j0 = floor(v) - filterCenter.y
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc3299 parameters of the view: pname:filterCenter, pname:filterSize, and
3317 pname:filterCenter designates an integer texel coordinate within the filter
3340 pname:filterCenter.
3346 pname:filterSize of [eq]#(4,3)# and pname:filterCenter at [eq]#(1, 1)#.
3379 The pname:filterSize and pname:filterCenter specify the size and origin of
3451 latexmath:[filterCenter] to specify coordinates latexmath:[i_{0}, j_{0}].
3460 where latexmath:[filterCenter] is specified by
3461 slink:VkImageViewSampleWeightCreateInfoQCOM::pname:filterCenter.
Dresources.adoc5769 * pname:filterCenter is a slink:VkOffset2D describing the location of the
5776 The pname:filterCenter specifies the origin or center of the filter kernel,
5792 * [[VUID-VkImageViewSampleWeightCreateInfoQCOM-filterCenter-06960]]
5793 pname:filterCenter.x must: be less than or equal to
5795 * [[VUID-VkImageViewSampleWeightCreateInfoQCOM-filterCenter-06961]]
5796 pname:filterCenter.y must: be less than or equal to
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h16707 VkOffset2D filterCenter; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp5495 VULKAN_HPP_HASH_COMBINE( seed, imageViewSampleWeightCreateInfoQCOM.filterCenter ); in operator ()()