Searched refs:update_mask (Results 1 – 8 of 8) sorted by relevance
94 def update_job(self, job, update_mask): argument98 job['schedule'] = update_mask['schedule']
90 update_mask = {'paths': ['schedule']}91 cloud_scheduler_client.update_job(job, update_mask)
490 ocsd_vaddr_t update_mask = OCSD_BIT_MASK(update_bits); in updateShortAddress() local495 v_addr.val = (v_addr.val & ~update_mask) | (addr & update_mask); in updateShortAddress()
108 bool update_mask; member543 if (entry->update_mask) { in rw_thd()593 entry->update_mask = false; in rw_thd()857 entry->update_mask = true; in remove_thd_entry()961 entry->update_mask = true; in open_dev_helper()1002 entry->update_mask = true; in open_dev_helper()
93 void update_mask(int additional_comps);
183 void ShaderInputVarying::update_mask(int additional_comps) in update_mask() function in r600::ShaderInputVarying
56 def update_mask(self, padding_mask, dataset_batch): member in PartialBatchPaddingHandler
457 padding_handler.update_mask)