Searched refs:filterCenter (Results 1 – 5 of 5) sorted by relevance
371 VkOffset2D filterCenter;378 combined with the `filterCenter` and `filterSize` selects a385 i0 = floor(u) - filterCenter.x386 j0 = floor(v) - filterCenter.y
3299 parameters of the view: pname:filterCenter, pname:filterSize, and3317 pname:filterCenter designates an integer texel coordinate within the filter3340 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 of3451 latexmath:[filterCenter] to specify coordinates latexmath:[i_{0}, j_{0}].3460 where latexmath:[filterCenter] is specified by3461 slink:VkImageViewSampleWeightCreateInfoQCOM::pname:filterCenter.
5769 * pname:filterCenter is a slink:VkOffset2D describing the location of the5776 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 to5795 * [[VUID-VkImageViewSampleWeightCreateInfoQCOM-filterCenter-06961]]5796 pname:filterCenter.y must: be less than or equal to
16707 VkOffset2D filterCenter; member
5495 VULKAN_HPP_HASH_COMBINE( seed, imageViewSampleWeightCreateInfoQCOM.filterCenter ); in operator ()()