Searched refs:existing_mask (Results 1 – 7 of 7) sorted by relevance
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()
76 auto existing_mask = in Apply() local86 bool add_volatile = !(existing_mask & SpvMemoryAccessVolatileMask) && in Apply()94 (existing_mask | (add_volatile ? SpvMemoryAccessVolatileMask in Apply()
48 uint32_t existing_mask = merge_inst->GetSingleWordOperand( in Apply() local67 if ((existing_mask & mask_bit) && GetFuzzerContext()->ChooseEven()) { in Apply()
67 effective_writemask(midgard_alu_op op, unsigned existing_mask) in effective_writemask() argument79 return existing_mask; in effective_writemask()