Home
last modified time | relevance | path

Searched defs:LazyResource (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp102 class LazyResource class
128 LazyResource<Element>::LazyResource (de::MovePtr<tcu::Resource> resource) in LazyResource() function in vk::BinaryRegistryDetail::LazyResource
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h228 constexpr LazyResource() : mResource() {} in LazyResource() function
242 LazyResource(LazyResource &&other) : mResource(std::move(other.mResource)) {} in LazyResource() function