Home
last modified time | relevance | path

Searched refs:imgType (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSizeTests.cpp220 const auto imgType = m_texture.type(); in checkSupport() local
222 if (imgType == IMAGE_TYPE_CUBE_ARRAY) in checkSupport()
225 if (imgType != IMAGE_TYPE_BUFFER) in checkSupport()
H A DvktImageDepthStencilDescriptorTests.cpp412 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
417 const auto res = vki.getPhysicalDeviceImageFormatProperties(physDev, m_params.format, imgType, tiling, usage, 0u, &formatProperties); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSizeTests.cpp222 const auto imgType = m_texture.type(); in checkSupport() local
224 if (imgType == IMAGE_TYPE_CUBE_ARRAY) in checkSupport()
227 if (imgType != IMAGE_TYPE_BUFFER) in checkSupport()
H A DvktImageDepthStencilDescriptorTests.cpp412 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
417 const auto res = vki.getPhysicalDeviceImageFormatProperties(physDev, m_params.format, imgType, tiling, usage, 0u, &formatProperties); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp242 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
246 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tiling, usage, 0u, &properties); in checkSupport()
258 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
262 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, m_testParams.depthStencilFormat, imgType, tiling, usage, 0u, &properties); in checkSupport()
H A DvktRenderPassLoadStoreOpNoneTests.cpp468 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
471 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tiling, usage, 0u, &properties); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp244 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
248 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tiling, usage, 0u, &properties); in checkSupport()
260 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
264 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, m_testParams.depthStencilFormat, imgType, tiling, usage, 0u, &properties); in checkSupport()
H A DvktRenderPassLoadStoreOpNoneTests.cpp470 const auto imgType = VK_IMAGE_TYPE_2D; in checkSupport() local
473 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tiling, usage, 0u, &properties); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3897 typedef typename details::Sel<Barriers1, Barriers2, Barriers3, VkImageMemoryBarrier2KHR>::type imgType; in makeDependency() typedef
3907 imgType(std::get<imgIndex>(args)).count(), // uint32_t imageMemoryBarrierCount; in makeDependency()
3908 imgType(std::get<imgIndex>(args)).pointer() // const VkImageMemoryBarrier2KHR* pImageMemoryBarriers; in makeDependency()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3664 typedef typename details::Sel<Barriers1, Barriers2, Barriers3, VkImageMemoryBarrier2KHR>::type imgType; in makeDependency() typedef
3674 imgType(std::get<imgIndex>(args)).count(), // uint32_t imageMemoryBarrierCount; in makeDependency()
3675 imgType(std::get<imgIndex>(args)).pointer() // const VkImageMemoryBarrier2KHR* pImageMemoryBarriers; in makeDependency()

Completed in 38 milliseconds