Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_extension_helper.h435 typedef std::vector<DeviceReq> DeviceReqVec; typedef
437 …DeviceInfo(bool DeviceExtensions::* state_, const DeviceReqVec requires_): state(state_), requires… in DeviceInfo()
439 DeviceReqVec requires;
734 static const DeviceInfo empty_info {nullptr, DeviceReqVec()}; in get_info()