/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 102 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesImageBlockShapes.cpp | 104 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesTransferQueueTests.cpp | 98 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesImageSparseBinding.cpp | 102 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesMipmapSparseResidency.cpp | 102 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 563 if (m_context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesImageMemoryAliasing.cpp | 147 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
H A D | vktSparseResourcesImageSparseResidency.cpp | 294 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | mandatory_features.txt | 145 …shader_image_atomic_int64 physicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics )
|
H A D | vulkan_sc_core.h | 7311 VkBool32 sparseImageInt64Atomics; member
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 560 .sparseImageInt64Atomics = false, in hk_get_device_features()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 622 .sparseImageInt64Atomics = info->cls_eng3d >= MAXWELL_A && in nvk_get_device_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceFeatures2.inl | 1709 …mageAtomicInt64FeaturesEXT[0].sparseImageInt64Atomics != deviceShaderImageAtomicInt64FeaturesEXT[1…
|
H A D | vkMandatoryFeatures.inl | 883 …_image_atomic_int64")) && physicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics )
|
H A D | vkStructTypes.inl | 3845 VkBool32 sparseImageInt64Atomics; member
|
H A D | vkDeviceFeatureTest.inl | 2109 FEATURE_ITEM (VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, sparseImageInt64Atomics),
|
H A D | vkVulkan_c.inl | 7316 VkBool32 sparseImageInt64Atomics; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAtomicOperationTests.cpp | 720 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1509 … offsetof(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, sparseImageInt64Atomics)) in checkFeatures()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 954 .sparseImageInt64Atomics = true, in radv_physical_device_get_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceFeatures2.inl | 3024 …mageAtomicInt64FeaturesEXT[0].sparseImageInt64Atomics != deviceShaderImageAtomicInt64FeaturesEXT[1…
|
H A D | vkMandatoryFeatures.inl | 1992 …_image_atomic_int64")) && physicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics )
|
H A D | vkStructTypes.inl | 6080 VkBool32 sparseImageInt64Atomics; member
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 35914 …: pNext( pNext_ ), shaderImageInt64Atomics( shaderImageInt64Atomics_ ), sparseImageInt64Atomics( s… 35948 sparseImageInt64Atomics = sparseImageInt64Atomics_; in setSparseImageInt64Atomics() 35972 return std::tie( sType, pNext, shaderImageInt64Atomics, sparseImageInt64Atomics ); in reflect() 35988 && ( sparseImageInt64Atomics == rhs.sparseImageInt64Atomics ); in operator ==() 36002 VULKAN_HPP_NAMESPACE::Bool32 sparseImageInt64Atomics = {}; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 10348 VkBool32 sparseImageInt64Atomics; member
|