Home
last modified time | relevance | path

Searched refs:atomicInt64Features (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp1082 const auto atomicInt64Features = ctx.getShaderAtomicInt64Features(); in checkSupport() local
1085 if (!isSharedMemory && atomicInt64Features.shaderBufferInt64Atomics == VK_FALSE) in checkSupport()
1089 if (isSharedMemory && atomicInt64Features.shaderSharedInt64Atomics == VK_FALSE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp1084 const auto atomicInt64Features = ctx.getShaderAtomicInt64Features(); in checkSupport() local
1087 if (!isSharedMemory && atomicInt64Features.shaderBufferInt64Atomics == VK_FALSE) in checkSupport()
1091 if (isSharedMemory && atomicInt64Features.shaderSharedInt64Atomics == VK_FALSE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp639 const auto& atomicInt64Features = context.getShaderImageAtomicInt64FeaturesEXT(); in commonCheckSupport() local
641 if (!atomicInt64Features.shaderImageInt64Atomics) in commonCheckSupport()
644 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp639 const auto& atomicInt64Features = context.getShaderImageAtomicInt64FeaturesEXT(); in commonCheckSupport() local
641 if (!atomicInt64Features.shaderImageInt64Atomics) in commonCheckSupport()
644 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()

Completed in 12 milliseconds