/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 104 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 106 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageBlockShapes.cpp | 108 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 110 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageSparseBinding.cpp | 109 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 111 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesMipmapSparseResidency.cpp | 109 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 111 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageMemoryAliasing.cpp | 157 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 159 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 428 if (m_context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 430 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageSparseResidency.cpp | 289 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 D | vktSparseResourcesImageAlignedMipSize.cpp | 106 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 108 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageBlockShapes.cpp | 110 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 112 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageSparseBinding.cpp | 106 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 108 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesMipmapSparseResidency.cpp | 111 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 113 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageMemoryAliasing.cpp | 159 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 161 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 428 if (m_context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport() 430 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
|
H A D | vktSparseResourcesImageSparseResidency.cpp | 275 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 D | vktImageAtomicOperationTests.cpp | 644 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 D | vktImageAtomicOperationTests.cpp | 644 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 D | vktApiDeviceInitializationTests.cpp | 1488 // 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 D | vktApiDeviceInitializationTests.cpp | 1485 // 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 D | radv_device.c | 1630 features->sparseImageInt64Atomics = true; in radv_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7311 VkBool32 sparseImageInt64Atomics; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10971 VkBool32 sparseImageInt64Atomics; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 52170 , sparseImageInt64Atomics( sparseImageInt64Atomics_ ) sparseImageInt64Atomics() function 52245 VULKAN_HPP_NAMESPACE::Bool32 sparseImageInt64Atomics = {}; global() member [all...] |
H A D | vulkan_core.h | 11376 VkBool32 sparseImageInt64Atomics; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12446 VkBool32 sparseImageInt64Atomics; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11536 VkBool32 sparseImageInt64Atomics; member
|