Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkSemaphore.cpp44 bool prohibitSignal = GrSemaphoreWrapType::kWillWait == wrapType; in MakeWrapped() local
46 return std::unique_ptr<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, prohibitSignal, in MakeWrapped()
51 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore() argument
53 fResource = new Resource(gpu, semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore()
DGrVkSemaphore.h37 bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument
40 , fHasBeenSubmittedToQueueForSignal(prohibitSignal) in Resource()
86 GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait,