Home
last modified time | relevance | path

Searched refs:kSubgroupSizeControl (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Ddevice.cc53 const char kSubgroupSizeControl[] = "SubgroupSizeControl.subgroupSizeControl"; variable
515 if ((feature == kSubgroupSizeControl || feature == kComputeFullSubgroups) && in Initialize()
625 if (feature == kSubgroupSizeControl && in Initialize()
648 kSubgroupSizeControl) != required_features.end(); in Initialize()
/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc67 const char kSubgroupSizeControl[] = "SubgroupSizeControl.subgroupSizeControl"; variable
800 (feature == kSubgroupSizeControl && in CheckVulkanPhysicalDeviceRequirements()
1023 else if (feature == kSubgroupSizeControl) in CreateDeviceWithFeatures2()