Home
last modified time | relevance | path

Searched refs:sparseImageInt64Atomics (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp104 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
106 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageBlockShapes.cpp108 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
110 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageSparseBinding.cpp109 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
111 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesMipmapSparseResidency.cpp109 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
111 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageMemoryAliasing.cpp157 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
159 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp428 if (m_context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
430 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageSparseResidency.cpp289 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
291 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp106 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
108 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageBlockShapes.cpp110 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
112 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageSparseBinding.cpp106 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
108 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesMipmapSparseResidency.cpp111 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
113 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageMemoryAliasing.cpp159 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
161 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp428 if (m_context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
430 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
H A DvktSparseResourcesImageSparseResidency.cpp275 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
277 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp644 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()
645 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics not supported"); in commonCheckSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp644 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()
645 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics not supported"); in commonCheckSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1488 // If sparseImageInt64Atomics is enabled, shaderImageInt64Atomics must be enabled. in checkFeatures()
1489 if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, sparseImageInt64Atomics)) in checkFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1485 // If sparseImageInt64Atomics is enabled, shaderImageInt64Atomics must be enabled. in checkFeatures()
1486 if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, sparseImageInt64Atomics)) in checkFeatures()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1630 features->sparseImageInt64Atomics = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h7311 VkBool32 sparseImageInt64Atomics; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10971 VkBool32 sparseImageInt64Atomics; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp52170 , sparseImageInt64Atomics( sparseImageInt64Atomics_ ) sparseImageInt64Atomics() function
52245 VULKAN_HPP_NAMESPACE::Bool32 sparseImageInt64Atomics = {}; global() member
[all...]
H A Dvulkan_core.h11376 VkBool32 sparseImageInt64Atomics; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12446 VkBool32 sparseImageInt64Atomics; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11536 VkBool32 sparseImageInt64Atomics; member

Completed in 301 milliseconds

12