Home
last modified time | relevance | path

Searched refs:VK_REMAINING_3D_SLICES_EXT (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSlicedViewOf3DTests.cpp83 // We want to test both normal ranges and VK_REMAINING_3D_SLICES_EXT, but in the latter case we cannot blindly use the range
195 return (range == VK_REMAINING_3D_SLICES_EXT); in useRemainingSlices()
1073 // 0 is interpreted as VK_REMAINING_3D_SLICES_EXT. in createImageSlicedViewOf3DTests()
1075 range = VK_REMAINING_3D_SLICES_EXT; in createImageSlicedViewOf3DTests()
1086 const auto rangeStr = ((range == VK_REMAINING_3D_SLICES_EXT) ? "remaining_3d_slices" : std::to_string(range)); in createImageSlicedViewOf3DTests()
1147 // 0 is interpreted as VK_REMAINING_3D_SLICES_EXT. in createImageSlicedViewOf3DTests()
1149 range = VK_REMAINING_3D_SLICES_EXT; in createImageSlicedViewOf3DTests()
1159 const auto rangeStr = ((range == VK_REMAINING_3D_SLICES_EXT) ? "remaining_3d_slices" : std::to_string(range)); in createImageSlicedViewOf3DTests()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6834 VULKAN_HPP_CONSTEXPR_INLINE uint32_t Remaining3DSlicesEXT = VK_REMAINING_3D_SLICES_EXT;
H A Dvulkan_core.h17333 #define VK_REMAINING_3D_SLICES_EXT (~0U) macro

Completed in 91 milliseconds