Searched refs:ops_with_two_args (Results 1 – 1 of 1) sorted by relevance
2498 static const SpvImageOperandsMask ops_with_two_args = in image_operand_arg() local2500 idx += util_bitcount(w[mask_idx] & (op - 1) & ops_with_two_args); in image_operand_arg()2504 vtn_fail_if(idx + (op & ops_with_two_args ? 1 : 0) >= count, in image_operand_arg()