Home
last modified time | relevance | path

Searched refs:descriptorBufferFeatures (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp240 VkPhysicalDeviceDescriptorBufferFeaturesEXT descriptorBufferFeatures = initVulkanStructure(); in SingletonDevice() local
242 descriptorBufferFeatures.pNext = &graphicsPipelineLibraryFeaturesEXT; in SingletonDevice()
244 VkPhysicalDeviceFeatures2 features2 = initVulkanStructure(&descriptorBufferFeatures); in SingletonDevice()
248 descriptorBufferFeatures.descriptorBuffer = VK_FALSE; in SingletonDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2047 const auto& descriptorBufferFeatures = *findStructure<VkPhysicalDeviceDescriptorBufferFeaturesEXT>(&context.getDeviceFeatures2());
2050 if (!descriptorBufferFeatures.descriptorBuffer)
2052 TCU_THROW(NotSupportedError, "descriptorBufferFeatures.descriptorBuffer is not supported");
2057 if (descriptorBufferFeatures.descriptorBufferCaptureReplay == VK_FALSE)
2088 if (descriptorBufferFeatures.descriptorBufferPushDescriptors == VK_FALSE)
2090 TCU_THROW(NotSupportedError, "Require descriptorBufferFeatures.descriptorBufferPushDescriptors");
2577 VkPhysicalDeviceDescriptorBufferFeaturesEXT descriptorBufferFeatures = initVulkanStructure();
2590 addToChainVulkanStructure(&nextPtr, descriptorBufferFeatures);
2664 descriptorBufferFeatures.descriptorBufferPushDescriptors = VK_FALSE;
2701 DE_ASSERT(descriptorBufferFeatures
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2045 const auto& descriptorBufferFeatures = *findStructure<VkPhysicalDeviceDescriptorBufferFeaturesEXT>(&context.getDeviceFeatures2());
2048 if (!descriptorBufferFeatures.descriptorBuffer)
2050 TCU_THROW(NotSupportedError, "descriptorBufferFeatures.descriptorBuffer is not supported");
2055 if (descriptorBufferFeatures.descriptorBufferCaptureReplay == VK_FALSE)
2086 if (descriptorBufferFeatures.descriptorBufferPushDescriptors == VK_FALSE)
2088 TCU_THROW(NotSupportedError, "Require descriptorBufferFeatures.descriptorBufferPushDescriptors");
2560 VkPhysicalDeviceDescriptorBufferFeaturesEXT descriptorBufferFeatures = initVulkanStructure();
2573 addToChainVulkanStructure(&nextPtr, descriptorBufferFeatures);
2644 descriptorBufferFeatures.descriptorBufferPushDescriptors = VK_FALSE;
2681 DE_ASSERT(descriptorBufferFeatures
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp700 auto descriptorBufferFeatures = m_context.getDescriptorBufferFeaturesEXT(); in iterate() local
851 &descriptorBufferFeatures, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp230 VkPhysicalDeviceDescriptorBufferFeaturesEXT descriptorBufferFeatures = initVulkanStructure(); in SingletonDevice() local
239 addFeatures(&descriptorBufferFeatures); in SingletonDevice()
248 descriptorBufferFeatures.descriptorBuffer = VK_FALSE; in SingletonDevice()

Completed in 18 milliseconds