Searched refs:is_worker (Results 1 – 8 of 8) sorted by relevance
73 %is_worker = OpIEqual %bool %index_val %worker76 OpBranchConditional %is_worker %copy %after_copy
75 %is_worker = OpIEqual %bool %index_val %worker78 OpBranchConditional %is_worker %copy %after_copy
79 %is_worker = OpIEqual %bool %index_val %worker82 OpBranchConditional %is_worker %copy %after_copy
176 bool is_worker = nine_context_is_worker(This->base.base.base.device); in NineCubeTexture9_dtor() local188 if (is_worker) in NineCubeTexture9_dtor()
223 bool is_worker = nine_context_is_worker(This->base.base.base.device); in NineTexture9_dtor() local237 if (is_worker) in NineTexture9_dtor()
215 bool is_worker = nine_context_is_worker(This->base.base.device); in NineSurface9_dtor() local233 if (!is_worker && This->lock_count && (This->data_internal || This->data)) { in NineSurface9_dtor()241 if (is_worker) in NineSurface9_dtor()247 if (is_worker) in NineSurface9_dtor()
174 static void queue_destroy(struct queue *q, int is_worker) in queue_destroy() argument176 if (is_worker) in queue_destroy()
816 bool is_worker = parent_handle_ != nullptr; in WaitForDisconnect() local818 if (client_->hasConnectedSessions() && !is_worker) { in WaitForDisconnect()824 } else if (is_worker) { in WaitForDisconnect()