Searched refs:sliceCount (Results 1 – 11 of 11) sorted by relevance
61 uint32_t sliceCount;69 `sliceCount` controls how many depth slices are part of the view. Accessing texels outside this ran…
164 uint32_t sliceCount;369 .sliceCount = ... // number of slices
61 ** Rename `slicesCount` and `pSlicesDataOffsets` to `sliceCount` and
73 ** Rename `slicesCount` and `pSlicesDataOffsets` to `sliceCount` and
533 if (sliced_info->sliceCount == VK_REMAINING_3D_SLICES_EXT) { in vk_image_view_init()536 image_view->storage.z_slice_count = sliced_info->sliceCount; in vk_image_view_init()
447 * pname:sliceCount is the number of elements in pname:pSliceOffsets.448 * pname:pSliceOffsets is a pointer to an array of pname:sliceCount offsets
5440 * pname:sliceCount is the number of 3D slices accessible to the image5445 pname:sliceCount specifies the range.5448 maximum in-bounds Z coordinate for the view is [eq]#pname:sliceCount - 1#.5463 is treated as being equal to 0, and pname:sliceCount is treated as being5471 * [[VUID-VkImageViewSlicedCreateInfoEXT-sliceCount-07868]]5472 If pname:sliceCount is not ename:VK_REMAINING_3D_SLICES_EXT, it must: be5473 be non-zero and [eq]#pname:sliceOffset {plus} pname:sliceCount# must: be5494 slink:VkImageViewSlicedCreateInfoEXT::pname:sliceCount to indicate that all
187 + sliceCount#.188 If slink:VkImageViewSlicedCreateInfoEXT::pname:sliceCount is
8384 uint32_t sliceCount; member16424 uint32_t sliceCount; member
5510 VULKAN_HPP_HASH_COMBINE( seed, imageViewSlicedCreateInfoEXT.sliceCount ); in operator ()()13563 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeH264PictureInfoKHR.sliceCount ); in operator ()()
1494 * Rename slink:VkVideoDecodeH265PictureInfoEXT members ptext:sliceCount ->