Home
last modified time | relevance | path

Searched refs:extVulkanMemoryModel (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp234 vk::VkPhysicalDeviceVulkanMemoryModelFeatures extVulkanMemoryModel; member
245 deMemset(&extVulkanMemoryModel, 0, sizeof(vk::VkPhysicalDeviceVulkanMemoryModelFeatures)); in VulkanFeatures()
DvktSpvAsmUtils.cpp284 if (!isVulkanMemoryModelFeaturesSupported(context, requested.extVulkanMemoryModel, missingFeature)) in isVulkanFeaturesSupported()
DvktSpvAsmInstructionTests.cpp1493 spec.requestedVulkanFeatures.extVulkanMemoryModel.vulkanMemoryModel = true; in createOpAtomicGroup()