Home
last modified time | relevance | path

Searched defs:EnvClone (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1706 struct EnvClone struct
1708 Unique<VkDevice> device;
1709 DeviceDriver vkd;
1710 Environment env;
1712 EnvClone(const Environment &parent) in EnvClone() argument
DvktMemoryDeviceMemoryReportTests.cpp1723 struct EnvClone struct
1725 Unique<VkDevice> device;
1726 DeviceDriver vkd;
1727 Environment env;
1729 EnvClone(const Environment &parent) in EnvClone() argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp3033 struct EnvClone struct
3035 Device::Resources deviceRes;
3036 Unique<VkDevice> device;
3038 de::MovePtr<vk::DeviceDriver> vkd;
3040 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> vkd;
3042 Environment env;
3044EnvClone(const Environment &parent, const Device::Parameters &deviceParams, uint32_t maxResourceCo… in EnvClone() function