Home
last modified time | relevance | path

Searched refs:VK_REMAINING_3D_SLICES_EXT (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_image_sliced_view_of_3d.adoc55 #define VK_REMAINING_3D_SLICES_EXT (~0U)
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c533 if (sliced_info->sliceCount == VK_REMAINING_3D_SLICES_EXT) { in vk_image_view_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc5464 equal to ename:VK_REMAINING_3D_SLICES_EXT.
5472 If pname:sliceCount is not ename:VK_REMAINING_3D_SLICES_EXT, it must: be
5491 [open,refpage='VK_REMAINING_3D_SLICES_EXT',desc='Sentinel for all remaining 3D slices',type='consts…
5493 ename:VK_REMAINING_3D_SLICES_EXT is a special constant value used for
5498 include::{generated}/api/enums/VK_REMAINING_3D_SLICES_EXT.adoc[]
Dtextures.adoc189 ename:VK_REMAINING_3D_SLICES_EXT, the range is inherited from the image's
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp6227 VULKAN_HPP_CONSTEXPR_INLINE uint32_t Remaining3DSlicesEXT = VK_REMAINING_3D_SLICES_EXT;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h16413 #define VK_REMAINING_3D_SLICES_EXT (~0U) macro
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1043 * Add specification language for ename:VK_REMAINING_3D_SLICES_EXT (public