Home
last modified time | relevance | path

Searched refs:sparseImageInt64Atomics (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp102 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesImageBlockShapes.cpp104 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesTransferQueueTests.cpp98 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesImageSparseBinding.cpp102 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesMipmapSparseResidency.cpp102 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp563 if (m_context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesImageMemoryAliasing.cpp147 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
H A DvktSparseResourcesImageSparseResidency.cpp294 if (context.getShaderImageAtomicInt64FeaturesEXT().sparseImageInt64Atomics == VK_FALSE) in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dmandatory_features.txt145 …shader_image_atomic_int64 physicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics )
H A Dvulkan_sc_core.h7311 VkBool32 sparseImageInt64Atomics; member
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c560 .sparseImageInt64Atomics = false, in hk_get_device_features()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c622 .sparseImageInt64Atomics = info->cls_eng3d >= MAXWELL_A && in nvk_get_device_features()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeatures2.inl1709 …mageAtomicInt64FeaturesEXT[0].sparseImageInt64Atomics != deviceShaderImageAtomicInt64FeaturesEXT[1…
H A DvkMandatoryFeatures.inl883 …_image_atomic_int64")) && physicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics )
H A DvkStructTypes.inl3845 VkBool32 sparseImageInt64Atomics; member
H A DvkDeviceFeatureTest.inl2109 FEATURE_ITEM (VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, sparseImageInt64Atomics),
H A DvkVulkan_c.inl7316 VkBool32 sparseImageInt64Atomics; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp720 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1509 … offsetof(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, sparseImageInt64Atomics)) in checkFeatures()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c954 .sparseImageInt64Atomics = true, in radv_physical_device_get_features()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatures2.inl3024 …mageAtomicInt64FeaturesEXT[0].sparseImageInt64Atomics != deviceShaderImageAtomicInt64FeaturesEXT[1…
H A DvkMandatoryFeatures.inl1992 …_image_atomic_int64")) && physicalDeviceShaderImageAtomicInt64FeaturesEXT.sparseImageInt64Atomics )
H A DvkStructTypes.inl6080 VkBool32 sparseImageInt64Atomics; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp35914 …: 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/
Dvulkan_core.h10348 VkBool32 sparseImageInt64Atomics; member

12345