Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp75 bool isShaderStageSupported (const VkPhysicalDeviceFeatures& deviceFeatures, VkShad…
DvkQueryUtil.cpp416 bool isShaderStageSupported (const VkPhysicalDeviceFeatures& deviceFeatures, VkShaderStageFlagBits … in isShaderStageSupported() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp765 if (vk::isShaderStageSupported(deviceFeatures, stage)) in addStage()