Searched refs:existing_mask (Results 1 – 7 of 7) sorted by relevance
74 auto existing_mask = in Apply() local84 bool add_volatile = !(existing_mask & SpvMemoryAccessVolatileMask) && in Apply()92 (existing_mask | (add_volatile ? SpvMemoryAccessVolatileMask in Apply()
47 uint32_t existing_mask = merge_inst->GetSingleWordOperand( in Apply() local66 if ((existing_mask & mask_bit) && GetFuzzerContext()->ChooseEven()) { in Apply()
73 auto existing_mask = in Apply() local83 bool add_volatile = !(existing_mask & SpvMemoryAccessVolatileMask) && in Apply()91 (existing_mask | (add_volatile ? SpvMemoryAccessVolatileMask in Apply()
46 uint32_t existing_mask = merge_inst->GetSingleWordOperand( in Apply() local65 if ((existing_mask & mask_bit) && GetFuzzerContext()->ChooseEven()) { in Apply()
95 effective_writemask(midgard_alu_op op, unsigned existing_mask) in effective_writemask() argument107 return existing_mask; in effective_writemask()