Searched refs:prohibitSignal (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 44 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()
|
D | GrVkSemaphore.h | 37 bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument 40 , fHasBeenSubmittedToQueueForSignal(prohibitSignal) in Resource() 86 GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait,
|