/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 220 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 D | vktImageDepthStencilDescriptorTests.cpp | 412 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 D | vktImageSizeTests.cpp | 222 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 D | vktImageDepthStencilDescriptorTests.cpp | 412 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 D | vktRenderPassDitheringTests.cpp | 242 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 D | vktRenderPassLoadStoreOpNoneTests.cpp | 468 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 D | vktRenderPassDitheringTests.cpp | 244 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 D | vktRenderPassLoadStoreOpNoneTests.cpp | 470 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 D | vktRayTracingAccelerationStructuresTests.cpp | 3897 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 D | vktRayTracingAccelerationStructuresTests.cpp | 3664 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()
|